Shades of Water Leaf #9FFFE7
Tints of Water Leaf #9FFFE7
RGB
CMYK
RGB Variations
Color information
#9FFFE7 (or 0x9FFFE7) is known color: Water Leaf. HEX triplet: 9F, FF and E7. RGB value is (159,255,231). Sum of RGB (Red+Green+Blue) = 159+255+231=645 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.65% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFFE7 is #600018. Grayscale: #DFDFDF. Windows color (decimal): -6291481 or 15204255. OLE color: 15204255.
HSL color Cylindrical-coordinate representation of color #9FFFE7: hue angle of 165º 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 #9FFFE7 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 231 | - |
| CMYK | 0.38 | 0 | 0.09 | 0 |
| HSL | 165º | 1% | 0.81% | - |
| HSV(B) | 165º | 0.38% | 1% | - |
| XYZ | 64.48 | 84.66 | 88.54 | - |
| YUV | 223.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 231 | 0.38 | 0 | 0.09 | 0 | 165 | 1 | 0.81 |
| Hex | 9F | FF | E7 | 26 | 0 | 9 | 0 | A5 | 64 | 51 |
| Octal | 237 | 377 | 347 | 46 | 0 | 11 | 0 | 245 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11100111 | 100110 | 0 | 1001 | 0 | 10100101 | 1100100 | 1010001 |
Color Harmonies of #9FFFE7
Complementary color
Monochromatic Colors of #9FFFE7
Black with #9FFFE7
Text Example
Text Example
White with #9FFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFE7; }
p { color: rgb(159,255,231); }
H1.HeaderClassName
{
color: #9FFFE7;
}
.AnyTagClassName
{
color: #9FFFE7;
}
</style>
background-color css
<style>
a { background-color: #9FFFE7; }
a { background-color: rgb(159,255,231); }
div.DivClassName
{
background-color: #9FFFE7;
}
.BgClassName
{
background-color: #9FFFE7;
}
</style>
border-color css
<style>
span { border-color: #9FFFE7; }
span { border-color: rgb(159,255,231); }
td.TdClassName
{
border-color: #9FFFE7;
}
.TagClassName
{
border-color: #9FFFE7;
}
</style>