Shades of Light Green #96FA7C
Tints of Light Green #96FA7C
RGB
CMYK
RGB Variations
Color information
#96FA7C (or 0x96FA7C) is known color: Light Green. HEX triplet: 96, FA and 7C. RGB value is (150,250,124). Sum of RGB (Red+Green+Blue) = 150+250+124=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA7C is #690583. Grayscale: #CECECE. Windows color (decimal): -6882692 or 8190614. OLE color: 8190614.
HSL color Cylindrical-coordinate representation of color #96FA7C: hue angle of 107.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96FA7C is Cyan = 0.4, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 124 | - |
| CMYK | 0.4 | 0 | 0.50 | 0.02 |
| HSL | 107.62º | 0.93% | 0.73% | - |
| HSV(B) | 107.62º | 0.5% | 0.98% | - |
| XYZ | 50.4 | 76.31 | 31.14 | - |
| YUV | 205.74 | 81.87 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 124 | 0.4 | 0 | 0.50 | 0.02 | 107.62 | 0.93 | 0.73 |
| Hex | 96 | FA | 7C | 28 | 0 | 32 | 2 | 6C | 5D | 49 |
| Octal | 226 | 372 | 174 | 50 | 0 | 62 | 2 | 154 | 135 | 111 |
| Binary | 10010110 | 11111010 | 1111100 | 101000 | 0 | 110010 | 10 | 1101100 | 1011101 | 1001001 |
Color Harmonies of #96FA7C
Complementary color
Monochromatic Colors of #96FA7C
Black with #96FA7C
Text Example
Text Example
White with #96FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FA7C; }
p { color: rgb(150,250,124); }
H1.HeaderClassName
{
color: #96FA7C;
}
.AnyTagClassName
{
color: #96FA7C;
}
</style>
background-color css
<style>
a { background-color: #96FA7C; }
a { background-color: rgb(150,250,124); }
div.DivClassName
{
background-color: #96FA7C;
}
.BgClassName
{
background-color: #96FA7C;
}
</style>
border-color css
<style>
span { border-color: #96FA7C; }
span { border-color: rgb(150,250,124); }
td.TdClassName
{
border-color: #96FA7C;
}
.TagClassName
{
border-color: #96FA7C;
}
</style>