Shades of Light Green #94EC8F
Tints of Light Green #94EC8F
RGB
CMYK
RGB Variations
Color information
#94EC8F (or 0x94EC8F) is known color: Light Green. HEX triplet: 94, EC and 8F. RGB value is (148,236,143). Sum of RGB (Red+Green+Blue) = 148+236+143=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC8F is #6B1370. Grayscale: #C7C7C7. Windows color (decimal): -7017329 or 9432212. OLE color: 9432212.
HSL color Cylindrical-coordinate representation of color #94EC8F: hue angle of 116.77º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94EC8F is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 143 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.07 |
| HSL | 116.77º | 0.71% | 0.74% | - |
| HSV(B) | 116.77º | 0.39% | 0.93% | - |
| XYZ | 47.17 | 68.27 | 36.68 | - |
| YUV | 199.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 143 | 0.37 | 0 | 0.39 | 0.07 | 116.77 | 0.71 | 0.74 |
| Hex | 94 | EC | 8F | 25 | 0 | 27 | 7 | 75 | 47 | 4A |
| Octal | 224 | 354 | 217 | 45 | 0 | 47 | 7 | 165 | 107 | 112 |
| Binary | 10010100 | 11101100 | 10001111 | 100101 | 0 | 100111 | 111 | 1110101 | 1000111 | 1001010 |
Color Harmonies of #94EC8F
Complementary color
Monochromatic Colors of #94EC8F
Black with #94EC8F
Text Example
Text Example
White with #94EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC8F; }
p { color: rgb(148,236,143); }
H1.HeaderClassName
{
color: #94EC8F;
}
.AnyTagClassName
{
color: #94EC8F;
}
</style>
background-color css
<style>
a { background-color: #94EC8F; }
a { background-color: rgb(148,236,143); }
div.DivClassName
{
background-color: #94EC8F;
}
.BgClassName
{
background-color: #94EC8F;
}
</style>
border-color css
<style>
span { border-color: #94EC8F; }
span { border-color: rgb(148,236,143); }
td.TdClassName
{
border-color: #94EC8F;
}
.TagClassName
{
border-color: #94EC8F;
}
</style>