Shades of Pale Green #96F9A0
Tints of Pale Green #96F9A0
RGB
CMYK
RGB Variations
Color information
#96F9A0 (or 0x96F9A0) is known color: Pale Green. HEX triplet: 96, F9 and A0. RGB value is (150,249,160). Sum of RGB (Red+Green+Blue) = 150+249+160=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F9A0 is #69065F. Grayscale: #D1D1D1. Windows color (decimal): -6882912 or 10549654. OLE color: 10549654.
HSL color Cylindrical-coordinate representation of color #96F9A0: hue angle of 126.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9A0 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 160 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.02 |
| HSL | 126.06º | 0.89% | 0.78% | - |
| HSV(B) | 126.06º | 0.4% | 0.98% | - |
| XYZ | 52.8 | 76.77 | 45.29 | - |
| YUV | 209.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 160 | 0.40 | 0 | 0.36 | 0.02 | 126.06 | 0.89 | 0.78 |
| Hex | 96 | F9 | A0 | 28 | 0 | 24 | 2 | 7E | 59 | 4E |
| Octal | 226 | 371 | 240 | 50 | 0 | 44 | 2 | 176 | 131 | 116 |
| Binary | 10010110 | 11111001 | 10100000 | 101000 | 0 | 100100 | 10 | 1111110 | 1011001 | 1001110 |
Color Harmonies of #96F9A0
Complementary color
Monochromatic Colors of #96F9A0
Black with #96F9A0
Text Example
Text Example
White with #96F9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F9A0; }
p { color: rgb(150,249,160); }
H1.HeaderClassName
{
color: #96F9A0;
}
.AnyTagClassName
{
color: #96F9A0;
}
</style>
background-color css
<style>
a { background-color: #96F9A0; }
a { background-color: rgb(150,249,160); }
div.DivClassName
{
background-color: #96F9A0;
}
.BgClassName
{
background-color: #96F9A0;
}
</style>
border-color css
<style>
span { border-color: #96F9A0; }
span { border-color: rgb(150,249,160); }
td.TdClassName
{
border-color: #96F9A0;
}
.TagClassName
{
border-color: #96F9A0;
}
</style>