Shades of Light Green #94E49B
Tints of Light Green #94E49B
RGB
CMYK
RGB Variations
Color information
#94E49B (or 0x94E49B) is known color: Light Green. HEX triplet: 94, E4 and 9B. RGB value is (148,228,155). Sum of RGB (Red+Green+Blue) = 148+228+155=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #94E49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E49B is #6B1B64. Grayscale: #C3C3C3. Windows color (decimal): -7019365 or 10216596. OLE color: 10216596.
HSL color Cylindrical-coordinate representation of color #94E49B: hue angle of 125.25º 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 #94E49B is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 155 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.11 |
| HSL | 125.25º | 0.6% | 0.74% | - |
| HSV(B) | 125.25º | 0.35% | 0.89% | - |
| XYZ | 45.87 | 64.15 | 40.97 | - |
| YUV | 195.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 155 | 0.35 | 0 | 0.32 | 0.11 | 125.25 | 0.6 | 0.74 |
| Hex | 94 | E4 | 9B | 23 | 0 | 20 | B | 7D | 3C | 4A |
| Octal | 224 | 344 | 233 | 43 | 0 | 40 | 13 | 175 | 74 | 112 |
| Binary | 10010100 | 11100100 | 10011011 | 100011 | 0 | 100000 | 1011 | 1111101 | 111100 | 1001010 |
Color Harmonies of #94E49B
Complementary color
Monochromatic Colors of #94E49B
Black with #94E49B
Text Example
Text Example
White with #94E49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E49B; }
p { color: rgb(148,228,155); }
H1.HeaderClassName
{
color: #94E49B;
}
.AnyTagClassName
{
color: #94E49B;
}
</style>
background-color css
<style>
a { background-color: #94E49B; }
a { background-color: rgb(148,228,155); }
div.DivClassName
{
background-color: #94E49B;
}
.BgClassName
{
background-color: #94E49B;
}
</style>
border-color css
<style>
span { border-color: #94E49B; }
span { border-color: rgb(148,228,155); }
td.TdClassName
{
border-color: #94E49B;
}
.TagClassName
{
border-color: #94E49B;
}
</style>