Shades of Light Green #94E496
Tints of Light Green #94E496
RGB
CMYK
RGB Variations
Color information
#94E496 (or 0x94E496) is known color: Light Green. HEX triplet: 94, E4 and 96. RGB value is (148,228,150). Sum of RGB (Red+Green+Blue) = 148+228+150=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #94E496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E496 is #6B1B69. Grayscale: #C3C3C3. Windows color (decimal): -7019370 or 9888916. OLE color: 9888916.
HSL color Cylindrical-coordinate representation of color #94E496: hue angle of 121.5º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E496 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 150 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.11 |
| HSL | 121.5º | 0.6% | 0.74% | - |
| HSV(B) | 121.5º | 0.35% | 0.89% | - |
| XYZ | 45.46 | 63.98 | 38.81 | - |
| YUV | 195.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 150 | 0.35 | 0 | 0.34 | 0.11 | 121.5 | 0.6 | 0.74 |
| Hex | 94 | E4 | 96 | 23 | 0 | 22 | B | 7A | 3C | 4A |
| Octal | 224 | 344 | 226 | 43 | 0 | 42 | 13 | 172 | 74 | 112 |
| Binary | 10010100 | 11100100 | 10010110 | 100011 | 0 | 100010 | 1011 | 1111010 | 111100 | 1001010 |
Color Harmonies of #94E496
Complementary color
Monochromatic Colors of #94E496
Black with #94E496
Text Example
Text Example
White with #94E496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E496; }
p { color: rgb(148,228,150); }
H1.HeaderClassName
{
color: #94E496;
}
.AnyTagClassName
{
color: #94E496;
}
</style>
background-color css
<style>
a { background-color: #94E496; }
a { background-color: rgb(148,228,150); }
div.DivClassName
{
background-color: #94E496;
}
.BgClassName
{
background-color: #94E496;
}
</style>
border-color css
<style>
span { border-color: #94E496; }
span { border-color: rgb(148,228,150); }
td.TdClassName
{
border-color: #94E496;
}
.TagClassName
{
border-color: #94E496;
}
</style>