Shades of Light Green #94E492
Tints of Light Green #94E492
RGB
CMYK
RGB Variations
Color information
#94E492 (or 0x94E492) is known color: Light Green. HEX triplet: 94, E4 and 92. RGB value is (148,228,146). Sum of RGB (Red+Green+Blue) = 148+228+146=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #94E492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E492 is #6B1B6D. Grayscale: #C2C2C2. Windows color (decimal): -7019374 or 9626772. OLE color: 9626772.
HSL color Cylindrical-coordinate representation of color #94E492: hue angle of 118.54º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E492 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 146 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.11 |
| HSL | 118.54º | 0.6% | 0.73% | - |
| HSV(B) | 118.54º | 0.36% | 0.89% | - |
| XYZ | 45.14 | 63.86 | 37.14 | - |
| YUV | 194.73 | 100.5 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 146 | 0.35 | 0 | 0.36 | 0.11 | 118.54 | 0.6 | 0.73 |
| Hex | 94 | E4 | 92 | 23 | 0 | 24 | B | 77 | 3C | 49 |
| Octal | 224 | 344 | 222 | 43 | 0 | 44 | 13 | 167 | 74 | 111 |
| Binary | 10010100 | 11100100 | 10010010 | 100011 | 0 | 100100 | 1011 | 1110111 | 111100 | 1001001 |
Color Harmonies of #94E492
Complementary color
Monochromatic Colors of #94E492
Black with #94E492
Text Example
Text Example
White with #94E492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E492; }
p { color: rgb(148,228,146); }
H1.HeaderClassName
{
color: #94E492;
}
.AnyTagClassName
{
color: #94E492;
}
</style>
background-color css
<style>
a { background-color: #94E492; }
a { background-color: rgb(148,228,146); }
div.DivClassName
{
background-color: #94E492;
}
.BgClassName
{
background-color: #94E492;
}
</style>
border-color css
<style>
span { border-color: #94E492; }
span { border-color: rgb(148,228,146); }
td.TdClassName
{
border-color: #94E492;
}
.TagClassName
{
border-color: #94E492;
}
</style>