#A9FEE5

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

Shades of Water Leaf #A9FEE5

Tints of Water Leaf #A9FEE5

Color information

#A9FEE5 (or 0xA9FEE5) is unknown color: approx Water Leaf. HEX triplet: A9, FE and E5. RGB value is (169,254,229). Sum of RGB (Red+Green+Blue) = 169+254+229=652 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.92% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FEE5 is #56011A. Grayscale: #E1E1E1. Windows color (decimal): -5636379 or 15072937. OLE color: 15072937.

HSL color Cylindrical-coordinate representation of color #A9FEE5: hue angle of 162.35º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FEE5 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB169254229-
CMYK0.3300.100.00
HSL162.35º97.7%82.94%-
HSV(B)162.35º33.46%99.61%-
XYZ65.9584.9887.05-
YUV225.74129.8487.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.92%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 229 (89.84% from 255) = 35.12%
R=25.92%
G=38.96%
B=35.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692542290.3300.100.00162.3597.782.94
HexA9FEE5210A0a26253
Octal251376345410120242142123
Binary1010100111111110111001011000010101001010001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FEE5; }

 p { color: rgb(169,254,229); }

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

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

 a { background-color: rgb(169,254,229); }

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

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

 span { border-color: rgb(169,254,229); }

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