Shades of Light Green #94EC99
Tints of Light Green #94EC99
RGB
CMYK
RGB Variations
Color information
#94EC99 (or 0x94EC99) is known color: Light Green. HEX triplet: 94, EC and 99. RGB value is (148,236,153). Sum of RGB (Red+Green+Blue) = 148+236+153=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC99 is #6B1366. Grayscale: #C8C8C8. Windows color (decimal): -7017319 or 10087572. OLE color: 10087572.
HSL color Cylindrical-coordinate representation of color #94EC99: hue angle of 123.41º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EC99 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 153 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.07 |
| HSL | 123.41º | 0.7% | 0.75% | - |
| HSV(B) | 123.41º | 0.37% | 0.93% | - |
| XYZ | 47.96 | 68.59 | 40.85 | - |
| YUV | 200.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 153 | 0.37 | 0 | 0.35 | 0.07 | 123.41 | 0.7 | 0.75 |
| Hex | 94 | EC | 99 | 25 | 0 | 23 | 7 | 7B | 46 | 4B |
| Octal | 224 | 354 | 231 | 45 | 0 | 43 | 7 | 173 | 106 | 113 |
| Binary | 10010100 | 11101100 | 10011001 | 100101 | 0 | 100011 | 111 | 1111011 | 1000110 | 1001011 |
Color Harmonies of #94EC99
Complementary color
Monochromatic Colors of #94EC99
Black with #94EC99
Text Example
Text Example
White with #94EC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC99; }
p { color: rgb(148,236,153); }
H1.HeaderClassName
{
color: #94EC99;
}
.AnyTagClassName
{
color: #94EC99;
}
</style>
background-color css
<style>
a { background-color: #94EC99; }
a { background-color: rgb(148,236,153); }
div.DivClassName
{
background-color: #94EC99;
}
.BgClassName
{
background-color: #94EC99;
}
</style>
border-color css
<style>
span { border-color: #94EC99; }
span { border-color: rgb(148,236,153); }
td.TdClassName
{
border-color: #94EC99;
}
.TagClassName
{
border-color: #94EC99;
}
</style>