#A9F0E1

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

Shades of Water Leaf #A9F0E1

Tints of Water Leaf #A9F0E1

Color information

#A9F0E1 (or 0xA9F0E1) is unknown color: approx Water Leaf. HEX triplet: A9, F0 and E1. RGB value is (169,240,225). Sum of RGB (Red+Green+Blue) = 169+240+225=634 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.66% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F0E1 is #560F1E. Grayscale: #D9D9D9. Windows color (decimal): -5639967 or 14807209. OLE color: 14807209.

HSL color Cylindrical-coordinate representation of color #A9F0E1: hue angle of 167.32º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0E1 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB169240225-
CMYK0.3000.060.06
HSL167.32º70.3%80.2%-
HSV(B)167.32º29.58%94.12%-
XYZ61.1176.1982.72-
YUV217.06132.4893.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.66%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=26.66%
G=37.85%
B=35.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692402250.3000.060.06167.3270.380.2
HexA9F0E11E066a74650
Octal25136034136066247106120
Binary1010100111110000111000011111001101101010011110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F0E1; }

 p { color: rgb(169,240,225); }

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

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

 a { background-color: rgb(169,240,225); }

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

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

 span { border-color: rgb(169,240,225); }

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