Shades of Light Green #94EC86
Tints of Light Green #94EC86
RGB
CMYK
RGB Variations
Color information
#94EC86 (or 0x94EC86) is known color: Light Green. HEX triplet: 94, EC and 86. RGB value is (148,236,134). Sum of RGB (Red+Green+Blue) = 148+236+134=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC86 is #6B1379. Grayscale: #C6C6C6. Windows color (decimal): -7017338 or 8842388. OLE color: 8842388.
HSL color Cylindrical-coordinate representation of color #94EC86: hue angle of 111.76º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94EC86 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 134 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.07 |
| HSL | 111.76º | 0.73% | 0.73% | - |
| HSV(B) | 111.76º | 0.43% | 0.93% | - |
| XYZ | 46.51 | 68.01 | 33.23 | - |
| YUV | 198.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 134 | 0.37 | 0 | 0.43 | 0.07 | 111.76 | 0.73 | 0.73 |
| Hex | 94 | EC | 86 | 25 | 0 | 2B | 7 | 70 | 49 | 49 |
| Octal | 224 | 354 | 206 | 45 | 0 | 53 | 7 | 160 | 111 | 111 |
| Binary | 10010100 | 11101100 | 10000110 | 100101 | 0 | 101011 | 111 | 1110000 | 1001001 | 1001001 |
Color Harmonies of #94EC86
Complementary color
Monochromatic Colors of #94EC86
Black with #94EC86
Text Example
Text Example
White with #94EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC86; }
p { color: rgb(148,236,134); }
H1.HeaderClassName
{
color: #94EC86;
}
.AnyTagClassName
{
color: #94EC86;
}
</style>
background-color css
<style>
a { background-color: #94EC86; }
a { background-color: rgb(148,236,134); }
div.DivClassName
{
background-color: #94EC86;
}
.BgClassName
{
background-color: #94EC86;
}
</style>
border-color css
<style>
span { border-color: #94EC86; }
span { border-color: rgb(148,236,134); }
td.TdClassName
{
border-color: #94EC86;
}
.TagClassName
{
border-color: #94EC86;
}
</style>