Shades of Light Green #96EC8F
Tints of Light Green #96EC8F
RGB
CMYK
RGB Variations
Color information
#96EC8F (or 0x96EC8F) is known color: Light Green. HEX triplet: 96, EC and 8F. RGB value is (150,236,143). Sum of RGB (Red+Green+Blue) = 150+236+143=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EC8F is #691370. Grayscale: #C7C7C7. Windows color (decimal): -6886257 or 9432214. OLE color: 9432214.
HSL color Cylindrical-coordinate representation of color #96EC8F: hue angle of 115.48º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96EC8F is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 143 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.07 |
| HSL | 115.48º | 0.71% | 0.74% | - |
| HSV(B) | 115.48º | 0.39% | 0.93% | - |
| XYZ | 47.53 | 68.46 | 36.7 | - |
| YUV | 199.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 143 | 0.36 | 0 | 0.39 | 0.07 | 115.48 | 0.71 | 0.74 |
| Hex | 96 | EC | 8F | 24 | 0 | 27 | 7 | 73 | 47 | 4A |
| Octal | 226 | 354 | 217 | 44 | 0 | 47 | 7 | 163 | 107 | 112 |
| Binary | 10010110 | 11101100 | 10001111 | 100100 | 0 | 100111 | 111 | 1110011 | 1000111 | 1001010 |
Color Harmonies of #96EC8F
Complementary color
Monochromatic Colors of #96EC8F
Black with #96EC8F
Text Example
Text Example
White with #96EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC8F; }
p { color: rgb(150,236,143); }
H1.HeaderClassName
{
color: #96EC8F;
}
.AnyTagClassName
{
color: #96EC8F;
}
</style>
background-color css
<style>
a { background-color: #96EC8F; }
a { background-color: rgb(150,236,143); }
div.DivClassName
{
background-color: #96EC8F;
}
.BgClassName
{
background-color: #96EC8F;
}
</style>
border-color css
<style>
span { border-color: #96EC8F; }
span { border-color: rgb(150,236,143); }
td.TdClassName
{
border-color: #96EC8F;
}
.TagClassName
{
border-color: #96EC8F;
}
</style>