#A9F0DC

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

Shades of Water Leaf #A9F0DC

Tints of Water Leaf #A9F0DC

Color information

#A9F0DC (or 0xA9F0DC) is unknown color: approx Water Leaf. HEX triplet: A9, F0 and DC. RGB value is (169,240,220). Sum of RGB (Red+Green+Blue) = 169+240+220=629 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.87% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F0DC is #560F23. Grayscale: #D8D8D8. Windows color (decimal): -5639972 or 14479529. OLE color: 14479529.

HSL color Cylindrical-coordinate representation of color #A9F0DC: hue angle of 163.1º 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 #A9F0DC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB169240220-
CMYK0.3000.080.06
HSL163.1º70.3%80.2%-
HSV(B)163.1º29.58%94.12%-
XYZ60.4475.9279.18-
YUV216.49129.9894.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.87%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=26.87%
G=38.16%
B=34.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692402200.3000.080.06163.170.380.2
HexA9F0DC1E086a34650
Octal251360334360106243106120
Binary10101001111100001101110011110010001101010001110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F0DC; }

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

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

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

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

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

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

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

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