Shades of Light Green #94EC91
Tints of Light Green #94EC91
RGB
CMYK
RGB Variations
Color information
#94EC91 (or 0x94EC91) is known color: Light Green. HEX triplet: 94, EC and 91. RGB value is (148,236,145). Sum of RGB (Red+Green+Blue) = 148+236+145=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC91 is #6B136E. Grayscale: #C7C7C7. Windows color (decimal): -7017327 or 9563284. OLE color: 9563284.
HSL color Cylindrical-coordinate representation of color #94EC91: hue angle of 118.02º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94EC91 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 145 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.07 |
| HSL | 118.02º | 0.71% | 0.75% | - |
| HSV(B) | 118.02º | 0.39% | 0.93% | - |
| XYZ | 47.32 | 68.33 | 37.48 | - |
| YUV | 199.31 | 97.35 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 145 | 0.37 | 0 | 0.39 | 0.07 | 118.02 | 0.71 | 0.75 |
| Hex | 94 | EC | 91 | 25 | 0 | 27 | 7 | 76 | 47 | 4B |
| Octal | 224 | 354 | 221 | 45 | 0 | 47 | 7 | 166 | 107 | 113 |
| Binary | 10010100 | 11101100 | 10010001 | 100101 | 0 | 100111 | 111 | 1110110 | 1000111 | 1001011 |
Color Harmonies of #94EC91
Complementary color
Monochromatic Colors of #94EC91
Black with #94EC91
Text Example
Text Example
White with #94EC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC91; }
p { color: rgb(148,236,145); }
H1.HeaderClassName
{
color: #94EC91;
}
.AnyTagClassName
{
color: #94EC91;
}
</style>
background-color css
<style>
a { background-color: #94EC91; }
a { background-color: rgb(148,236,145); }
div.DivClassName
{
background-color: #94EC91;
}
.BgClassName
{
background-color: #94EC91;
}
</style>
border-color css
<style>
span { border-color: #94EC91; }
span { border-color: rgb(148,236,145); }
td.TdClassName
{
border-color: #94EC91;
}
.TagClassName
{
border-color: #94EC91;
}
</style>