Shades of Water Leaf #A9EFDA
Tints of Water Leaf #A9EFDA
RGB
CMYK
RGB Variations
Color information
#A9EFDA (or 0xA9EFDA) is known color: 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
| RGB | 169 | 239 | 218 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.06 |
| HSL | 162º | 0.69% | 0.8% | - |
| HSV(B) | 162º | 0.29% | 0.94% | - |
| XYZ | 59.88 | 75.23 | 77.69 | - |
| YUV | 215.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 239 | 218 | 0.29 | 0 | 0.09 | 0.06 | 162 | 0.69 | 0.8 |
| Hex | A9 | EF | DA | 1D | 0 | 9 | 6 | A2 | 45 | 50 |
| Octal | 251 | 357 | 332 | 35 | 0 | 11 | 6 | 242 | 105 | 120 |
| Binary | 10101001 | 11101111 | 11011010 | 11101 | 0 | 1001 | 110 | 10100010 | 1000101 | 1010000 |
Color Harmonies of #A9EFDA
Complementary color
Monochromatic Colors of #A9EFDA
Black with #A9EFDA
Text Example
Text Example
White with #A9EFDA
Text Example
Text Example
HTML Codes & Css Web 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>