Shades of Light Green #96F88A
Tints of Light Green #96F88A
RGB
CMYK
RGB Variations
Color information
#96F88A (or 0x96F88A) is known color: Light Green. HEX triplet: 96, F8 and 8A. RGB value is (150,248,138). Sum of RGB (Red+Green+Blue) = 150+248+138=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #96F88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F88A is #690775. Grayscale: #CECECE. Windows color (decimal): -6883190 or 9107606. OLE color: 9107606.
HSL color Cylindrical-coordinate representation of color #96F88A: hue angle of 113.45º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96F88A is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 138 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.03 |
| HSL | 113.45º | 0.89% | 0.76% | - |
| HSV(B) | 113.45º | 0.44% | 0.97% | - |
| XYZ | 50.73 | 75.45 | 35.93 | - |
| YUV | 206.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 138 | 0.40 | 0 | 0.44 | 0.03 | 113.45 | 0.89 | 0.76 |
| Hex | 96 | F8 | 8A | 28 | 0 | 2C | 3 | 71 | 59 | 4C |
| Octal | 226 | 370 | 212 | 50 | 0 | 54 | 3 | 161 | 131 | 114 |
| Binary | 10010110 | 11111000 | 10001010 | 101000 | 0 | 101100 | 11 | 1110001 | 1011001 | 1001100 |
Color Harmonies of #96F88A
Complementary color
Monochromatic Colors of #96F88A
Black with #96F88A
Text Example
Text Example
White with #96F88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F88A; }
p { color: rgb(150,248,138); }
H1.HeaderClassName
{
color: #96F88A;
}
.AnyTagClassName
{
color: #96F88A;
}
</style>
background-color css
<style>
a { background-color: #96F88A; }
a { background-color: rgb(150,248,138); }
div.DivClassName
{
background-color: #96F88A;
}
.BgClassName
{
background-color: #96F88A;
}
</style>
border-color css
<style>
span { border-color: #96F88A; }
span { border-color: rgb(150,248,138); }
td.TdClassName
{
border-color: #96F88A;
}
.TagClassName
{
border-color: #96F88A;
}
</style>