Shades of Light Green #96F290
Tints of Light Green #96F290
RGB
CMYK
RGB Variations
Color information
#96F290 (or 0x96F290) is known color: Light Green. HEX triplet: 96, F2 and 90. RGB value is (150,242,144). Sum of RGB (Red+Green+Blue) = 150+242+144=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #96F290 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F290 is #690D6F. Grayscale: #CBCBCB. Windows color (decimal): -6884720 or 9499286. OLE color: 9499286.
HSL color Cylindrical-coordinate representation of color #96F290: hue angle of 116.33º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F290 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 144 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.05 |
| HSL | 116.33º | 0.79% | 0.76% | - |
| HSV(B) | 116.33º | 0.4% | 0.95% | - |
| XYZ | 49.36 | 72 | 37.68 | - |
| YUV | 203.32 | 94.52 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 144 | 0.38 | 0 | 0.40 | 0.05 | 116.33 | 0.79 | 0.76 |
| Hex | 96 | F2 | 90 | 26 | 0 | 28 | 5 | 74 | 4F | 4C |
| Octal | 226 | 362 | 220 | 46 | 0 | 50 | 5 | 164 | 117 | 114 |
| Binary | 10010110 | 11110010 | 10010000 | 100110 | 0 | 101000 | 101 | 1110100 | 1001111 | 1001100 |
Color Harmonies of #96F290
Complementary color
Monochromatic Colors of #96F290
Black with #96F290
Text Example
Text Example
White with #96F290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F290; }
p { color: rgb(150,242,144); }
H1.HeaderClassName
{
color: #96F290;
}
.AnyTagClassName
{
color: #96F290;
}
</style>
background-color css
<style>
a { background-color: #96F290; }
a { background-color: rgb(150,242,144); }
div.DivClassName
{
background-color: #96F290;
}
.BgClassName
{
background-color: #96F290;
}
</style>
border-color css
<style>
span { border-color: #96F290; }
span { border-color: rgb(150,242,144); }
td.TdClassName
{
border-color: #96F290;
}
.TagClassName
{
border-color: #96F290;
}
</style>