Shades of Light Green #94EC90
Tints of Light Green #94EC90
RGB
CMYK
RGB Variations
Color information
#94EC90 (or 0x94EC90) is known color: Light Green. HEX triplet: 94, EC and 90. RGB value is (148,236,144). Sum of RGB (Red+Green+Blue) = 148+236+144=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC90 is #6B136F. Grayscale: #C7C7C7. Windows color (decimal): -7017328 or 9497748. OLE color: 9497748.
HSL color Cylindrical-coordinate representation of color #94EC90: hue angle of 117.39º 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 #94EC90 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 144 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.07 |
| HSL | 117.39º | 0.71% | 0.75% | - |
| HSV(B) | 117.39º | 0.39% | 0.93% | - |
| XYZ | 47.24 | 68.3 | 37.08 | - |
| YUV | 199.2 | 96.85 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 144 | 0.37 | 0 | 0.39 | 0.07 | 117.39 | 0.71 | 0.75 |
| Hex | 94 | EC | 90 | 25 | 0 | 27 | 7 | 75 | 47 | 4B |
| Octal | 224 | 354 | 220 | 45 | 0 | 47 | 7 | 165 | 107 | 113 |
| Binary | 10010100 | 11101100 | 10010000 | 100101 | 0 | 100111 | 111 | 1110101 | 1000111 | 1001011 |
Color Harmonies of #94EC90
Complementary color
Monochromatic Colors of #94EC90
Black with #94EC90
Text Example
Text Example
White with #94EC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC90; }
p { color: rgb(148,236,144); }
H1.HeaderClassName
{
color: #94EC90;
}
.AnyTagClassName
{
color: #94EC90;
}
</style>
background-color css
<style>
a { background-color: #94EC90; }
a { background-color: rgb(148,236,144); }
div.DivClassName
{
background-color: #94EC90;
}
.BgClassName
{
background-color: #94EC90;
}
</style>
border-color css
<style>
span { border-color: #94EC90; }
span { border-color: rgb(148,236,144); }
td.TdClassName
{
border-color: #94EC90;
}
.TagClassName
{
border-color: #94EC90;
}
</style>