Shades of Light Green #96E88F
Tints of Light Green #96E88F
RGB
CMYK
RGB Variations
Color information
#96E88F (or 0x96E88F) is known color: Light Green. HEX triplet: 96, E8 and 8F. RGB value is (150,232,143). Sum of RGB (Red+Green+Blue) = 150+232+143=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #96E88F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E88F is #691770. Grayscale: #C5C5C5. Windows color (decimal): -6887281 or 9431190. OLE color: 9431190.
HSL color Cylindrical-coordinate representation of color #96E88F: hue angle of 115.28º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96E88F is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 143 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.09 |
| HSL | 115.28º | 0.66% | 0.74% | - |
| HSV(B) | 115.28º | 0.38% | 0.91% | - |
| XYZ | 46.39 | 66.18 | 36.32 | - |
| YUV | 197.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 143 | 0.35 | 0 | 0.38 | 0.09 | 115.28 | 0.66 | 0.74 |
| Hex | 96 | E8 | 8F | 23 | 0 | 26 | 9 | 73 | 42 | 4A |
| Octal | 226 | 350 | 217 | 43 | 0 | 46 | 11 | 163 | 102 | 112 |
| Binary | 10010110 | 11101000 | 10001111 | 100011 | 0 | 100110 | 1001 | 1110011 | 1000010 | 1001010 |
Color Harmonies of #96E88F
Complementary color
Monochromatic Colors of #96E88F
Black with #96E88F
Text Example
Text Example
White with #96E88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E88F; }
p { color: rgb(150,232,143); }
H1.HeaderClassName
{
color: #96E88F;
}
.AnyTagClassName
{
color: #96E88F;
}
</style>
background-color css
<style>
a { background-color: #96E88F; }
a { background-color: rgb(150,232,143); }
div.DivClassName
{
background-color: #96E88F;
}
.BgClassName
{
background-color: #96E88F;
}
</style>
border-color css
<style>
span { border-color: #96E88F; }
span { border-color: rgb(150,232,143); }
td.TdClassName
{
border-color: #96E88F;
}
.TagClassName
{
border-color: #96E88F;
}
</style>