Shades of Light Green #96E594
Tints of Light Green #96E594
RGB
CMYK
RGB Variations
Color information
#96E594 (or 0x96E594) is known color: Light Green. HEX triplet: 96, E5 and 94. RGB value is (150,229,148). Sum of RGB (Red+Green+Blue) = 150+229+148=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #96E594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E594 is #691A6B. Grayscale: #C4C4C4. Windows color (decimal): -6888044 or 9758102. OLE color: 9758102.
HSL color Cylindrical-coordinate representation of color #96E594: hue angle of 118.52º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E594 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 148 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.10 |
| HSL | 118.52º | 0.61% | 0.74% | - |
| HSV(B) | 118.52º | 0.35% | 0.9% | - |
| XYZ | 45.94 | 64.66 | 38.08 | - |
| YUV | 196.15 | 100.83 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 148 | 0.34 | 0 | 0.35 | 0.10 | 118.52 | 0.61 | 0.74 |
| Hex | 96 | E5 | 94 | 22 | 0 | 23 | A | 77 | 3D | 4A |
| Octal | 226 | 345 | 224 | 42 | 0 | 43 | 12 | 167 | 75 | 112 |
| Binary | 10010110 | 11100101 | 10010100 | 100010 | 0 | 100011 | 1010 | 1110111 | 111101 | 1001010 |
Color Harmonies of #96E594
Complementary color
Monochromatic Colors of #96E594
Black with #96E594
Text Example
Text Example
White with #96E594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E594; }
p { color: rgb(150,229,148); }
H1.HeaderClassName
{
color: #96E594;
}
.AnyTagClassName
{
color: #96E594;
}
</style>
background-color css
<style>
a { background-color: #96E594; }
a { background-color: rgb(150,229,148); }
div.DivClassName
{
background-color: #96E594;
}
.BgClassName
{
background-color: #96E594;
}
</style>
border-color css
<style>
span { border-color: #96E594; }
span { border-color: rgb(150,229,148); }
td.TdClassName
{
border-color: #96E594;
}
.TagClassName
{
border-color: #96E594;
}
</style>