Shades of Light Green #94E097
Tints of Light Green #94E097
RGB
CMYK
RGB Variations
Color information
#94E097 (or 0x94E097) is known color: Light Green. HEX triplet: 94, E0 and 97. RGB value is (148,224,151). Sum of RGB (Red+Green+Blue) = 148+224+151=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #94E097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E097 is #6B1F68. Grayscale: #C1C1C1. Windows color (decimal): -7020393 or 9953428. OLE color: 9953428.
HSL color Cylindrical-coordinate representation of color #94E097: hue angle of 122.37º degrees, saturation: 0.55, 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 #94E097 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 151 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.12 |
| HSL | 122.37º | 0.55% | 0.73% | - |
| HSV(B) | 122.37º | 0.34% | 0.88% | - |
| XYZ | 44.45 | 61.84 | 38.87 | - |
| YUV | 192.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 151 | 0.34 | 0 | 0.33 | 0.12 | 122.37 | 0.55 | 0.73 |
| Hex | 94 | E0 | 97 | 22 | 0 | 21 | C | 7A | 37 | 49 |
| Octal | 224 | 340 | 227 | 42 | 0 | 41 | 14 | 172 | 67 | 111 |
| Binary | 10010100 | 11100000 | 10010111 | 100010 | 0 | 100001 | 1100 | 1111010 | 110111 | 1001001 |
Color Harmonies of #94E097
Complementary color
Monochromatic Colors of #94E097
Black with #94E097
Text Example
Text Example
White with #94E097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E097; }
p { color: rgb(148,224,151); }
H1.HeaderClassName
{
color: #94E097;
}
.AnyTagClassName
{
color: #94E097;
}
</style>
background-color css
<style>
a { background-color: #94E097; }
a { background-color: rgb(148,224,151); }
div.DivClassName
{
background-color: #94E097;
}
.BgClassName
{
background-color: #94E097;
}
</style>
border-color css
<style>
span { border-color: #94E097; }
span { border-color: rgb(148,224,151); }
td.TdClassName
{
border-color: #94E097;
}
.TagClassName
{
border-color: #94E097;
}
</style>