#2AD686

Color #2AD686 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2AD686

Tints of Shamrock #2AD686

Color information

#2AD686 (or 0x2AD686) is unknown color: approx Shamrock. HEX triplet: 2A, D6 and 86. RGB value is (42,214,134). Sum of RGB (Red+Green+Blue) = 42+214+134=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD686 is #D52979. Grayscale: #999999. Windows color (decimal): -13969786 or 8836650. OLE color: 8836650.

HSL color Cylindrical-coordinate representation of color #2AD686: hue angle of 152.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD686 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB42214134-
CMYK0.8000.370.16
HSL152.09º67.72%50.2%-
HSV(B)152.09º80.37%83.92%-
XYZ29.350.3130.72-
YUV153.45117.0248.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 10.77%
GREEN value IS 214 (83.98% from 255) = 54.87%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=10.77%
G=54.87%
B=34.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal422141340.8000.370.16152.0967.7250.2
Hex2AD6865002510984432
Octal523262061200452023010462
Binary10101011010110100001101010000010010110000100110001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AD686; }

 p { color: rgb(42,214,134); }

 H1.HeaderClassName
 {
   color: #2AD686;
 }
 .AnyTagClassName
 {
   color: #2AD686;
 }
</style>
background-color css

<style>
 a { background-color: #2AD686; }

 a { background-color: rgb(42,214,134); }

 div.DivClassName
 {
   background-color: #2AD686;
 }
 .BgClassName
 {
   background-color: #2AD686;
 }
</style>
border-color css

<style>
 span { border-color: #2AD686; }

 span { border-color: rgb(42,214,134); }

 td.TdClassName
 {
   border-color: #2AD686;
 }
 .TagClassName
 {
   border-color: #2AD686;
 }
</style>