#2adea9

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

Shades of Shamrock #2ADEA9

Tints of Shamrock #2ADEA9

Color information

#2ADEA9 (or 0x2ADEA9) is unknown color: approx Shamrock. HEX triplet: 2A, DE and A9. RGB value is (42,222,169). Sum of RGB (Red+Green+Blue) = 42+222+169=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADEA9 is #D52156. Grayscale: #A2A2A2. Windows color (decimal): -13967703 or 11132458. OLE color: 11132458.

HSL color Cylindrical-coordinate representation of color #2ADEA9: hue angle of 162.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADEA9 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB42222169-
CMYK0.8100.240.13
HSL162.33º73.17%51.76%-
HSV(B)162.33º81.08%87.06%-
XYZ34.2455.646.46-
YUV162.14131.8742.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.70%
GREEN value IS 222 (87.11% from 255) = 51.27%
BLUE value IS 169 (66.41% from 255) = 39.03%
R=9.70%
G=51.27%
B=39.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal422221690.8100.240.13162.3373.1751.76
Hex2ADEA951018Da24934
Octal523362511210301524211164
Binary101010110111101010100110100010110001101101000101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2adea9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,222,169); }

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

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

 a { background-color: rgb(42,222,169); }

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

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

 span { border-color: rgb(42,222,169); }

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