Shades of Water Leaf #A9F1DF
Tints of Water Leaf #A9F1DF
RGB
CMYK
RGB Variations
Color information
#A9F1DF (or 0xA9F1DF) is known color: Water Leaf. HEX triplet: A9, F1 and DF. RGB value is (169,241,223). Sum of RGB (Red+Green+Blue) = 169+241+223=633 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.70% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F1DF is #560E20. Grayscale: #D9D9D9. Windows color (decimal): -5639713 or 14676393. OLE color: 14676393.
HSL color Cylindrical-coordinate representation of color #A9F1DF: hue angle of 165º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F1DF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 241 | 223 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.05 |
| HSL | 165º | 0.72% | 0.8% | - |
| HSV(B) | 165º | 0.3% | 0.95% | - |
| XYZ | 61.14 | 76.67 | 81.39 | - |
| YUV | 217.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 241 | 223 | 0.30 | 0 | 0.07 | 0.05 | 165 | 0.72 | 0.8 |
| Hex | A9 | F1 | DF | 1E | 0 | 7 | 5 | A5 | 48 | 50 |
| Octal | 251 | 361 | 337 | 36 | 0 | 7 | 5 | 245 | 110 | 120 |
| Binary | 10101001 | 11110001 | 11011111 | 11110 | 0 | 111 | 101 | 10100101 | 1001000 | 1010000 |
Color Harmonies of #A9F1DF
Complementary color
Monochromatic Colors of #A9F1DF
Black with #A9F1DF
Text Example
Text Example
White with #A9F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F1DF; }
p { color: rgb(169,241,223); }
H1.HeaderClassName
{
color: #A9F1DF;
}
.AnyTagClassName
{
color: #A9F1DF;
}
</style>
background-color css
<style>
a { background-color: #A9F1DF; }
a { background-color: rgb(169,241,223); }
div.DivClassName
{
background-color: #A9F1DF;
}
.BgClassName
{
background-color: #A9F1DF;
}
</style>
border-color css
<style>
span { border-color: #A9F1DF; }
span { border-color: rgb(169,241,223); }
td.TdClassName
{
border-color: #A9F1DF;
}
.TagClassName
{
border-color: #A9F1DF;
}
</style>