Shades of Light Green #94E29A
Tints of Light Green #94E29A
RGB
CMYK
RGB Variations
Color information
#94E29A (or 0x94E29A) is known color: Light Green. HEX triplet: 94, E2 and 9A. RGB value is (148,226,154). Sum of RGB (Red+Green+Blue) = 148+226+154=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #94E29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E29A is #6B1D65. Grayscale: #C2C2C2. Windows color (decimal): -7019878 or 10150548. OLE color: 10150548.
HSL color Cylindrical-coordinate representation of color #94E29A: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E29A is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 226 | 154 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.11 |
| HSL | 124.62º | 0.57% | 0.73% | - |
| HSV(B) | 124.62º | 0.35% | 0.89% | - |
| XYZ | 45.24 | 63.02 | 40.35 | - |
| YUV | 194.47 | 105.16 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 226 | 154 | 0.35 | 0 | 0.32 | 0.11 | 124.62 | 0.57 | 0.73 |
| Hex | 94 | E2 | 9A | 23 | 0 | 20 | B | 7D | 39 | 49 |
| Octal | 224 | 342 | 232 | 43 | 0 | 40 | 13 | 175 | 71 | 111 |
| Binary | 10010100 | 11100010 | 10011010 | 100011 | 0 | 100000 | 1011 | 1111101 | 111001 | 1001001 |
Color Harmonies of #94E29A
Complementary color
Monochromatic Colors of #94E29A
Black with #94E29A
Text Example
Text Example
White with #94E29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E29A; }
p { color: rgb(148,226,154); }
H1.HeaderClassName
{
color: #94E29A;
}
.AnyTagClassName
{
color: #94E29A;
}
</style>
background-color css
<style>
a { background-color: #94E29A; }
a { background-color: rgb(148,226,154); }
div.DivClassName
{
background-color: #94E29A;
}
.BgClassName
{
background-color: #94E29A;
}
</style>
border-color css
<style>
span { border-color: #94E29A; }
span { border-color: rgb(148,226,154); }
td.TdClassName
{
border-color: #94E29A;
}
.TagClassName
{
border-color: #94E29A;
}
</style>