#A9F3E2

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

Shades of Water Leaf #A9F3E2

Tints of Water Leaf #A9F3E2

Color information

#A9F3E2 (or 0xA9F3E2) is unknown color: approx Water Leaf. HEX triplet: A9, F3 and E2. RGB value is (169,243,226). Sum of RGB (Red+Green+Blue) = 169+243+226=638 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.49% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F3E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F3E2 is #560C1D. Grayscale: #DADADA. Windows color (decimal): -5639198 or 14873513. OLE color: 14873513.

HSL color Cylindrical-coordinate representation of color #A9F3E2: hue angle of 166.22º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F3E2 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB169243226-
CMYK0.3000.070.05
HSL166.22º75.51%80.78%-
HSV(B)166.22º30.45%95.29%-
XYZ62.1478.0383.74-
YUV218.94131.9892.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.49%
GREEN value IS 243 (95.31% from 255) = 38.09%
BLUE value IS 226 (88.67% from 255) = 35.42%
R=26.49%
G=38.09%
B=35.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692432260.3000.070.05166.2275.5180.78
HexA9F3E21E075a64c51
Octal25136334236075246114121
Binary1010100111110011111000101111001111011010011010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F3E2; }

 p { color: rgb(169,243,226); }

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

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

 a { background-color: rgb(169,243,226); }

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

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

 span { border-color: rgb(169,243,226); }

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