Shades of Water Leaf #9FFFE5
Tints of Water Leaf #9FFFE5
RGB
CMYK
RGB Variations
Color information
#9FFFE5 (or 0x9FFFE5) is known color: Water Leaf. HEX triplet: 9F, FF and E5. RGB value is (159,255,229). Sum of RGB (Red+Green+Blue) = 159+255+229=643 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.73% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFE5 is #60001A. Grayscale: #DFDFDF. Windows color (decimal): -6291483 or 15073183. OLE color: 15073183.
HSL color Cylindrical-coordinate representation of color #9FFFE5: hue angle of 163.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFFE5 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 229 | - |
| CMYK | 0.38 | 0 | 0.10 | 0 |
| HSL | 163.75º | 1% | 0.81% | - |
| HSV(B) | 163.75º | 0.38% | 1% | - |
| XYZ | 64.2 | 84.55 | 87.06 | - |
| YUV | 223.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 229 | 0.38 | 0 | 0.10 | 0 | 163.75 | 1 | 0.81 |
| Hex | 9F | FF | E5 | 26 | 0 | A | 0 | A4 | 64 | 51 |
| Octal | 237 | 377 | 345 | 46 | 0 | 12 | 0 | 244 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11100101 | 100110 | 0 | 1010 | 0 | 10100100 | 1100100 | 1010001 |
Color Harmonies of #9FFFE5
Complementary color
Monochromatic Colors of #9FFFE5
Black with #9FFFE5
Text Example
Text Example
White with #9FFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFE5; }
p { color: rgb(159,255,229); }
H1.HeaderClassName
{
color: #9FFFE5;
}
.AnyTagClassName
{
color: #9FFFE5;
}
</style>
background-color css
<style>
a { background-color: #9FFFE5; }
a { background-color: rgb(159,255,229); }
div.DivClassName
{
background-color: #9FFFE5;
}
.BgClassName
{
background-color: #9FFFE5;
}
</style>
border-color css
<style>
span { border-color: #9FFFE5; }
span { border-color: rgb(159,255,229); }
td.TdClassName
{
border-color: #9FFFE5;
}
.TagClassName
{
border-color: #9FFFE5;
}
</style>