Shades of Water Leaf #A9FFE6
Tints of Water Leaf #A9FFE6
RGB
CMYK
RGB Variations
Color information
#A9FFE6 (or 0xA9FFE6) is known color: Water Leaf. HEX triplet: A9, FF and E6. RGB value is (169,255,230). Sum of RGB (Red+Green+Blue) = 169+255+230=654 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.84% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFE6 is #560019. Grayscale: #E2E2E2. Windows color (decimal): -5636122 or 15138729. OLE color: 15138729.
HSL color Cylindrical-coordinate representation of color #A9FFE6: hue angle of 162.56º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9FFE6 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 230 | - |
| CMYK | 0.34 | 0 | 0.10 | 0 |
| HSL | 162.56º | 1% | 0.83% | - |
| HSV(B) | 162.56º | 0.34% | 1% | - |
| XYZ | 66.41 | 85.67 | 87.9 | - |
| YUV | 226.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 230 | 0.34 | 0 | 0.10 | 0 | 162.56 | 1 | 0.83 |
| Hex | A9 | FF | E6 | 22 | 0 | A | 0 | A3 | 64 | 53 |
| Octal | 251 | 377 | 346 | 42 | 0 | 12 | 0 | 243 | 144 | 123 |
| Binary | 10101001 | 11111111 | 11100110 | 100010 | 0 | 1010 | 0 | 10100011 | 1100100 | 1010011 |
Color Harmonies of #A9FFE6
Complementary color
Monochromatic Colors of #A9FFE6
Black with #A9FFE6
Text Example
Text Example
White with #A9FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FFE6; }
p { color: rgb(169,255,230); }
H1.HeaderClassName
{
color: #A9FFE6;
}
.AnyTagClassName
{
color: #A9FFE6;
}
</style>
background-color css
<style>
a { background-color: #A9FFE6; }
a { background-color: rgb(169,255,230); }
div.DivClassName
{
background-color: #A9FFE6;
}
.BgClassName
{
background-color: #A9FFE6;
}
</style>
border-color css
<style>
span { border-color: #A9FFE6; }
span { border-color: rgb(169,255,230); }
td.TdClassName
{
border-color: #A9FFE6;
}
.TagClassName
{
border-color: #A9FFE6;
}
</style>