Shades of Light Green #94E7A0
Tints of Light Green #94E7A0
RGB
CMYK
RGB Variations
Color information
#94E7A0 (or 0x94E7A0) is known color: Light Green. HEX triplet: 94, E7 and A0. RGB value is (148,231,160). Sum of RGB (Red+Green+Blue) = 148+231+160=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #94E7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E7A0 is #6B185F. Grayscale: #C6C6C6. Windows color (decimal): -7018592 or 10545044. OLE color: 10545044.
HSL color Cylindrical-coordinate representation of color #94E7A0: hue angle of 128.67º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E7A0 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 231 | 160 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.09 |
| HSL | 128.67º | 0.63% | 0.74% | - |
| HSV(B) | 128.67º | 0.36% | 0.91% | - |
| XYZ | 47.13 | 65.99 | 43.51 | - |
| YUV | 198.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 160 | 0.36 | 0 | 0.31 | 0.09 | 128.67 | 0.63 | 0.74 |
| Hex | 94 | E7 | A0 | 24 | 0 | 1F | 9 | 81 | 3F | 4A |
| Octal | 224 | 347 | 240 | 44 | 0 | 37 | 11 | 201 | 77 | 112 |
| Binary | 10010100 | 11100111 | 10100000 | 100100 | 0 | 11111 | 1001 | 10000001 | 111111 | 1001010 |
Color Harmonies of #94E7A0
Complementary color
Monochromatic Colors of #94E7A0
Black with #94E7A0
Text Example
Text Example
White with #94E7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E7A0; }
p { color: rgb(148,231,160); }
H1.HeaderClassName
{
color: #94E7A0;
}
.AnyTagClassName
{
color: #94E7A0;
}
</style>
background-color css
<style>
a { background-color: #94E7A0; }
a { background-color: rgb(148,231,160); }
div.DivClassName
{
background-color: #94E7A0;
}
.BgClassName
{
background-color: #94E7A0;
}
</style>
border-color css
<style>
span { border-color: #94E7A0; }
span { border-color: rgb(148,231,160); }
td.TdClassName
{
border-color: #94E7A0;
}
.TagClassName
{
border-color: #94E7A0;
}
</style>