Shades of Light Green #94EC8D
Tints of Light Green #94EC8D
RGB
CMYK
RGB Variations
Color information
#94EC8D (or 0x94EC8D) is known color: Light Green. HEX triplet: 94, EC and 8D. RGB value is (148,236,141). Sum of RGB (Red+Green+Blue) = 148+236+141=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC8D is #6B1372. Grayscale: #C7C7C7. Windows color (decimal): -7017331 or 9301140. OLE color: 9301140.
HSL color Cylindrical-coordinate representation of color #94EC8D: hue angle of 115.58º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94EC8D is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 141 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.07 |
| HSL | 115.58º | 0.71% | 0.74% | - |
| HSV(B) | 115.58º | 0.4% | 0.93% | - |
| XYZ | 47.02 | 68.21 | 35.89 | - |
| YUV | 198.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 141 | 0.37 | 0 | 0.40 | 0.07 | 115.58 | 0.71 | 0.74 |
| Hex | 94 | EC | 8D | 25 | 0 | 28 | 7 | 74 | 47 | 4A |
| Octal | 224 | 354 | 215 | 45 | 0 | 50 | 7 | 164 | 107 | 112 |
| Binary | 10010100 | 11101100 | 10001101 | 100101 | 0 | 101000 | 111 | 1110100 | 1000111 | 1001010 |
Color Harmonies of #94EC8D
Complementary color
Monochromatic Colors of #94EC8D
Black with #94EC8D
Text Example
Text Example
White with #94EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC8D; }
p { color: rgb(148,236,141); }
H1.HeaderClassName
{
color: #94EC8D;
}
.AnyTagClassName
{
color: #94EC8D;
}
</style>
background-color css
<style>
a { background-color: #94EC8D; }
a { background-color: rgb(148,236,141); }
div.DivClassName
{
background-color: #94EC8D;
}
.BgClassName
{
background-color: #94EC8D;
}
</style>
border-color css
<style>
span { border-color: #94EC8D; }
span { border-color: rgb(148,236,141); }
td.TdClassName
{
border-color: #94EC8D;
}
.TagClassName
{
border-color: #94EC8D;
}
</style>