#A2FFE9

Color #A2FFE9 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #A2FFE9

Tints of Water Leaf #A2FFE9

Color information

#A2FFE9 (or 0xA2FFE9) is unknown color: approx Water Leaf. HEX triplet: A2, FF and E9. RGB value is (162,255,233). Sum of RGB (Red+Green+Blue) = 162+255+233=650 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.92% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFE9 is #5D0016. Grayscale: #E0E0E0. Windows color (decimal): -6094871 or 15335330. OLE color: 15335330.

HSL color Cylindrical-coordinate representation of color #A2FFE9: hue angle of 165.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFE9 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB162255233-
CMYK0.3600.090
HSL165.81º100%81.76%-
HSV(B)165.81º36.47%100%-
XYZ65.3785.0890.07-
YUV224.68132.6983.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.92%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=24.92%
G=39.23%
B=35.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622552330.3600.090165.8110081.76
HexA2FFE924090a66452
Octal242377351440110246144122
Binary1010001011111111111010011001000100101010011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFE9; }

 p { color: rgb(162,255,233); }

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

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

 a { background-color: rgb(162,255,233); }

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

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

 span { border-color: rgb(162,255,233); }

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