Shades of Water Leaf #9FF9E5
Tints of Water Leaf #9FF9E5
RGB
CMYK
RGB Variations
Color information
#9FF9E5 (or 0x9FF9E5) is known color: Water Leaf. HEX triplet: 9F, F9 and E5. RGB value is (159,249,229). Sum of RGB (Red+Green+Blue) = 159+249+229=637 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.96% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF9E5 is #60061A. Grayscale: #DBDBDB. Windows color (decimal): -6293019 or 15071647. OLE color: 15071647.
HSL color Cylindrical-coordinate representation of color #9FF9E5: hue angle of 166.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF9E5 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 249 | 229 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.02 |
| HSL | 166.67º | 0.88% | 0.8% | - |
| HSV(B) | 166.67º | 0.36% | 0.98% | - |
| XYZ | 62.32 | 80.78 | 86.44 | - |
| YUV | 219.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 249 | 229 | 0.36 | 0 | 0.08 | 0.02 | 166.67 | 0.88 | 0.8 |
| Hex | 9F | F9 | E5 | 24 | 0 | 8 | 2 | A7 | 58 | 50 |
| Octal | 237 | 371 | 345 | 44 | 0 | 10 | 2 | 247 | 130 | 120 |
| Binary | 10011111 | 11111001 | 11100101 | 100100 | 0 | 1000 | 10 | 10100111 | 1011000 | 1010000 |
Color Harmonies of #9FF9E5
Complementary color
Monochromatic Colors of #9FF9E5
Black with #9FF9E5
Text Example
Text Example
White with #9FF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF9E5; }
p { color: rgb(159,249,229); }
H1.HeaderClassName
{
color: #9FF9E5;
}
.AnyTagClassName
{
color: #9FF9E5;
}
</style>
background-color css
<style>
a { background-color: #9FF9E5; }
a { background-color: rgb(159,249,229); }
div.DivClassName
{
background-color: #9FF9E5;
}
.BgClassName
{
background-color: #9FF9E5;
}
</style>
border-color css
<style>
span { border-color: #9FF9E5; }
span { border-color: rgb(159,249,229); }
td.TdClassName
{
border-color: #9FF9E5;
}
.TagClassName
{
border-color: #9FF9E5;
}
</style>