Shades of Light Green #94E194
Tints of Light Green #94E194
RGB
CMYK
RGB Variations
Color information
#94E194 (or 0x94E194) is known color: Light Green. HEX triplet: 94, E1 and 94. RGB value is (148,225,148). Sum of RGB (Red+Green+Blue) = 148+225+148=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #94E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E194 is #6B1E6B. Grayscale: #C1C1C1. Windows color (decimal): -7020140 or 9757076. OLE color: 9757076.
HSL color Cylindrical-coordinate representation of color #94E194: hue angle of 120º 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 #94E194 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 148 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.12 |
| HSL | 120º | 0.56% | 0.73% | - |
| HSV(B) | 120º | 0.34% | 0.88% | - |
| XYZ | 44.48 | 62.28 | 37.69 | - |
| YUV | 193.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 148 | 0.34 | 0 | 0.34 | 0.12 | 120 | 0.56 | 0.73 |
| Hex | 94 | E1 | 94 | 22 | 0 | 22 | C | 78 | 38 | 49 |
| Octal | 224 | 341 | 224 | 42 | 0 | 42 | 14 | 170 | 70 | 111 |
| Binary | 10010100 | 11100001 | 10010100 | 100010 | 0 | 100010 | 1100 | 1111000 | 111000 | 1001001 |
Color Harmonies of #94E194
Complementary color
Monochromatic Colors of #94E194
Black with #94E194
Text Example
Text Example
White with #94E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E194; }
p { color: rgb(148,225,148); }
H1.HeaderClassName
{
color: #94E194;
}
.AnyTagClassName
{
color: #94E194;
}
</style>
background-color css
<style>
a { background-color: #94E194; }
a { background-color: rgb(148,225,148); }
div.DivClassName
{
background-color: #94E194;
}
.BgClassName
{
background-color: #94E194;
}
</style>
border-color css
<style>
span { border-color: #94E194; }
span { border-color: rgb(148,225,148); }
td.TdClassName
{
border-color: #94E194;
}
.TagClassName
{
border-color: #94E194;
}
</style>