Shades of Light Green #94E994
Tints of Light Green #94E994
RGB
CMYK
RGB Variations
Color information
#94E994 (or 0x94E994) is known color: Light Green. HEX triplet: 94, E9 and 94. RGB value is (148,233,148). Sum of RGB (Red+Green+Blue) = 148+233+148=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #94E994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E994 is #6B166B. Grayscale: #C6C6C6. Windows color (decimal): -7018092 or 9759124. OLE color: 9759124.
HSL color Cylindrical-coordinate representation of color #94E994: hue angle of 120º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E994 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 233 | 148 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.09 |
| HSL | 120º | 0.66% | 0.75% | - |
| HSV(B) | 120º | 0.36% | 0.91% | - |
| XYZ | 46.7 | 66.71 | 38.43 | - |
| YUV | 197.9 | 99.84 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 233 | 148 | 0.36 | 0 | 0.36 | 0.09 | 120 | 0.66 | 0.75 |
| Hex | 94 | E9 | 94 | 24 | 0 | 24 | 9 | 78 | 42 | 4B |
| Octal | 224 | 351 | 224 | 44 | 0 | 44 | 11 | 170 | 102 | 113 |
| Binary | 10010100 | 11101001 | 10010100 | 100100 | 0 | 100100 | 1001 | 1111000 | 1000010 | 1001011 |
Color Harmonies of #94E994
Complementary color
Monochromatic Colors of #94E994
Black with #94E994
Text Example
Text Example
White with #94E994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E994; }
p { color: rgb(148,233,148); }
H1.HeaderClassName
{
color: #94E994;
}
.AnyTagClassName
{
color: #94E994;
}
</style>
background-color css
<style>
a { background-color: #94E994; }
a { background-color: rgb(148,233,148); }
div.DivClassName
{
background-color: #94E994;
}
.BgClassName
{
background-color: #94E994;
}
</style>
border-color css
<style>
span { border-color: #94E994; }
span { border-color: rgb(148,233,148); }
td.TdClassName
{
border-color: #94E994;
}
.TagClassName
{
border-color: #94E994;
}
</style>