Shades of Light Green #94E196
Tints of Light Green #94E196
RGB
CMYK
RGB Variations
Color information
#94E196 (or 0x94E196) is known color: Light Green. HEX triplet: 94, E1 and 96. RGB value is (148,225,150). Sum of RGB (Red+Green+Blue) = 148+225+150=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #94E196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E196 is #6B1E69. Grayscale: #C1C1C1. Windows color (decimal): -7020138 or 9888148. OLE color: 9888148.
HSL color Cylindrical-coordinate representation of color #94E196: hue angle of 121.56º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E196 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 150 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.12 |
| HSL | 121.56º | 0.56% | 0.73% | - |
| HSV(B) | 121.56º | 0.34% | 0.88% | - |
| XYZ | 44.64 | 62.35 | 38.54 | - |
| YUV | 193.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 150 | 0.34 | 0 | 0.33 | 0.12 | 121.56 | 0.56 | 0.73 |
| Hex | 94 | E1 | 96 | 22 | 0 | 21 | C | 7A | 38 | 49 |
| Octal | 224 | 341 | 226 | 42 | 0 | 41 | 14 | 172 | 70 | 111 |
| Binary | 10010100 | 11100001 | 10010110 | 100010 | 0 | 100001 | 1100 | 1111010 | 111000 | 1001001 |
Color Harmonies of #94E196
Complementary color
Monochromatic Colors of #94E196
Black with #94E196
Text Example
Text Example
White with #94E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E196; }
p { color: rgb(148,225,150); }
H1.HeaderClassName
{
color: #94E196;
}
.AnyTagClassName
{
color: #94E196;
}
</style>
background-color css
<style>
a { background-color: #94E196; }
a { background-color: rgb(148,225,150); }
div.DivClassName
{
background-color: #94E196;
}
.BgClassName
{
background-color: #94E196;
}
</style>
border-color css
<style>
span { border-color: #94E196; }
span { border-color: rgb(148,225,150); }
td.TdClassName
{
border-color: #94E196;
}
.TagClassName
{
border-color: #94E196;
}
</style>