Shades of Light Green #96EE9A
Tints of Light Green #96EE9A
RGB
CMYK
RGB Variations
Color information
#96EE9A (or 0x96EE9A) is known color: Light Green. HEX triplet: 96, EE and 9A. RGB value is (150,238,154). Sum of RGB (Red+Green+Blue) = 150+238+154=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EE9A is #691165. Grayscale: #CACACA. Windows color (decimal): -6885734 or 10153622. OLE color: 10153622.
HSL color Cylindrical-coordinate representation of color #96EE9A: hue angle of 122.73º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EE9A is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 154 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.07 |
| HSL | 122.73º | 0.72% | 0.76% | - |
| HSV(B) | 122.73º | 0.37% | 0.93% | - |
| XYZ | 48.98 | 69.97 | 41.49 | - |
| YUV | 202.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 154 | 0.37 | 0 | 0.35 | 0.07 | 122.73 | 0.72 | 0.76 |
| Hex | 96 | EE | 9A | 25 | 0 | 23 | 7 | 7B | 48 | 4C |
| Octal | 226 | 356 | 232 | 45 | 0 | 43 | 7 | 173 | 110 | 114 |
| Binary | 10010110 | 11101110 | 10011010 | 100101 | 0 | 100011 | 111 | 1111011 | 1001000 | 1001100 |
Color Harmonies of #96EE9A
Complementary color
Monochromatic Colors of #96EE9A
Black with #96EE9A
Text Example
Text Example
White with #96EE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EE9A; }
p { color: rgb(150,238,154); }
H1.HeaderClassName
{
color: #96EE9A;
}
.AnyTagClassName
{
color: #96EE9A;
}
</style>
background-color css
<style>
a { background-color: #96EE9A; }
a { background-color: rgb(150,238,154); }
div.DivClassName
{
background-color: #96EE9A;
}
.BgClassName
{
background-color: #96EE9A;
}
</style>
border-color css
<style>
span { border-color: #96EE9A; }
span { border-color: rgb(150,238,154); }
td.TdClassName
{
border-color: #96EE9A;
}
.TagClassName
{
border-color: #96EE9A;
}
</style>