#A9EFDA

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

Shades of Water Leaf #A9EFDA

Tints of Water Leaf #A9EFDA

Color information

#A9EFDA (or 0xA9EFDA) is unknown color: approx Water Leaf. HEX triplet: A9, EF and DA. RGB value is (169,239,218). Sum of RGB (Red+Green+Blue) = 169+239+218=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #A9EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EFDA is #561025. Grayscale: #D7D7D7. Windows color (decimal): -5640230 or 14348201. OLE color: 14348201.

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

Color convert

RGB169239218-
CMYK0.2900.090.06
HSL162º68.63%80%-
HSV(B)162º29.29%93.73%-
XYZ59.8875.2377.69-
YUV215.68129.3194.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.00%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=27.00%
G=38.18%
B=34.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692392180.2900.090.0616268.6380
HexA9EFDA1D096a24550
Octal251357332350116242105120
Binary10101001111011111101101011101010011101010001010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EFDA; }

 p { color: rgb(169,239,218); }

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

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

 a { background-color: rgb(169,239,218); }

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

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

 span { border-color: rgb(169,239,218); }

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