Shades of Pale Green #96F59E
Tints of Pale Green #96F59E
RGB
CMYK
RGB Variations
Color information
#96F59E (or 0x96F59E) is known color: Pale Green. HEX triplet: 96, F5 and 9E. RGB value is (150,245,158). Sum of RGB (Red+Green+Blue) = 150+245+158=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #96F59E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F59E is #690A61. Grayscale: #CECECE. Windows color (decimal): -6883938 or 10417558. OLE color: 10417558.
HSL color Cylindrical-coordinate representation of color #96F59E: hue angle of 125.05º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F59E is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 158 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.04 |
| HSL | 125.05º | 0.83% | 0.77% | - |
| HSV(B) | 125.05º | 0.39% | 0.96% | - |
| XYZ | 51.4 | 74.26 | 43.97 | - |
| YUV | 206.68 | 100.53 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 158 | 0.39 | 0 | 0.36 | 0.04 | 125.05 | 0.83 | 0.77 |
| Hex | 96 | F5 | 9E | 27 | 0 | 24 | 4 | 7D | 53 | 4D |
| Octal | 226 | 365 | 236 | 47 | 0 | 44 | 4 | 175 | 123 | 115 |
| Binary | 10010110 | 11110101 | 10011110 | 100111 | 0 | 100100 | 100 | 1111101 | 1010011 | 1001101 |
Color Harmonies of #96F59E
Complementary color
Monochromatic Colors of #96F59E
Black with #96F59E
Text Example
Text Example
White with #96F59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F59E; }
p { color: rgb(150,245,158); }
H1.HeaderClassName
{
color: #96F59E;
}
.AnyTagClassName
{
color: #96F59E;
}
</style>
background-color css
<style>
a { background-color: #96F59E; }
a { background-color: rgb(150,245,158); }
div.DivClassName
{
background-color: #96F59E;
}
.BgClassName
{
background-color: #96F59E;
}
</style>
border-color css
<style>
span { border-color: #96F59E; }
span { border-color: rgb(150,245,158); }
td.TdClassName
{
border-color: #96F59E;
}
.TagClassName
{
border-color: #96F59E;
}
</style>