Shades of Light Green #94E9A0
Tints of Light Green #94E9A0
RGB
CMYK
RGB Variations
Color information
#94E9A0 (or 0x94E9A0) is known color: Light Green. HEX triplet: 94, E9 and A0. RGB value is (148,233,160). Sum of RGB (Red+Green+Blue) = 148+233+160=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #94E9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E9A0 is #6B165F. Grayscale: #C7C7C7. Windows color (decimal): -7018080 or 10545556. OLE color: 10545556.
HSL color Cylindrical-coordinate representation of color #94E9A0: hue angle of 128.47º 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 #94E9A0 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 233 | 160 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.09 |
| HSL | 128.47º | 0.66% | 0.75% | - |
| HSV(B) | 128.47º | 0.36% | 0.91% | - |
| XYZ | 47.7 | 67.11 | 43.7 | - |
| YUV | 199.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 233 | 160 | 0.36 | 0 | 0.31 | 0.09 | 128.47 | 0.66 | 0.75 |
| Hex | 94 | E9 | A0 | 24 | 0 | 1F | 9 | 80 | 42 | 4B |
| Octal | 224 | 351 | 240 | 44 | 0 | 37 | 11 | 200 | 102 | 113 |
| Binary | 10010100 | 11101001 | 10100000 | 100100 | 0 | 11111 | 1001 | 10000000 | 1000010 | 1001011 |
Color Harmonies of #94E9A0
Complementary color
Monochromatic Colors of #94E9A0
Black with #94E9A0
Text Example
Text Example
White with #94E9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E9A0; }
p { color: rgb(148,233,160); }
H1.HeaderClassName
{
color: #94E9A0;
}
.AnyTagClassName
{
color: #94E9A0;
}
</style>
background-color css
<style>
a { background-color: #94E9A0; }
a { background-color: rgb(148,233,160); }
div.DivClassName
{
background-color: #94E9A0;
}
.BgClassName
{
background-color: #94E9A0;
}
</style>
border-color css
<style>
span { border-color: #94E9A0; }
span { border-color: rgb(148,233,160); }
td.TdClassName
{
border-color: #94E9A0;
}
.TagClassName
{
border-color: #94E9A0;
}
</style>