Shades of Pale Green #96EF9E
Tints of Pale Green #96EF9E
RGB
CMYK
RGB Variations
Color information
#96EF9E (or 0x96EF9E) is known color: Pale Green. HEX triplet: 96, EF and 9E. RGB value is (150,239,158). Sum of RGB (Red+Green+Blue) = 150+239+158=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EF9E is #691061. Grayscale: #CBCBCB. Windows color (decimal): -6885474 or 10416022. OLE color: 10416022.
HSL color Cylindrical-coordinate representation of color #96EF9E: hue angle of 125.39º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EF9E is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 158 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.06 |
| HSL | 125.39º | 0.74% | 0.76% | - |
| HSV(B) | 125.39º | 0.37% | 0.94% | - |
| XYZ | 49.62 | 70.69 | 43.38 | - |
| YUV | 203.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 158 | 0.37 | 0 | 0.34 | 0.06 | 125.39 | 0.74 | 0.76 |
| Hex | 96 | EF | 9E | 25 | 0 | 22 | 6 | 7D | 4A | 4C |
| Octal | 226 | 357 | 236 | 45 | 0 | 42 | 6 | 175 | 112 | 114 |
| Binary | 10010110 | 11101111 | 10011110 | 100101 | 0 | 100010 | 110 | 1111101 | 1001010 | 1001100 |
Color Harmonies of #96EF9E
Complementary color
Monochromatic Colors of #96EF9E
Black with #96EF9E
Text Example
Text Example
White with #96EF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EF9E; }
p { color: rgb(150,239,158); }
H1.HeaderClassName
{
color: #96EF9E;
}
.AnyTagClassName
{
color: #96EF9E;
}
</style>
background-color css
<style>
a { background-color: #96EF9E; }
a { background-color: rgb(150,239,158); }
div.DivClassName
{
background-color: #96EF9E;
}
.BgClassName
{
background-color: #96EF9E;
}
</style>
border-color css
<style>
span { border-color: #96EF9E; }
span { border-color: rgb(150,239,158); }
td.TdClassName
{
border-color: #96EF9E;
}
.TagClassName
{
border-color: #96EF9E;
}
</style>