Shades of Light Green #94E897
Tints of Light Green #94E897
RGB
CMYK
RGB Variations
Color information
#94E897 (or 0x94E897) is known color: Light Green. HEX triplet: 94, E8 and 97. RGB value is (148,232,151). Sum of RGB (Red+Green+Blue) = 148+232+151=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #94E897 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E897 is #6B1768. Grayscale: #C5C5C5. Windows color (decimal): -7018345 or 9955476. OLE color: 9955476.
HSL color Cylindrical-coordinate representation of color #94E897: hue angle of 122.14º degrees, saturation: 0.65, 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 #94E897 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 232 | 151 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.09 |
| HSL | 122.14º | 0.65% | 0.75% | - |
| HSV(B) | 122.14º | 0.36% | 0.91% | - |
| XYZ | 46.66 | 66.24 | 39.61 | - |
| YUV | 197.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 232 | 151 | 0.36 | 0 | 0.35 | 0.09 | 122.14 | 0.65 | 0.75 |
| Hex | 94 | E8 | 97 | 24 | 0 | 23 | 9 | 7A | 41 | 4B |
| Octal | 224 | 350 | 227 | 44 | 0 | 43 | 11 | 172 | 101 | 113 |
| Binary | 10010100 | 11101000 | 10010111 | 100100 | 0 | 100011 | 1001 | 1111010 | 1000001 | 1001011 |
Color Harmonies of #94E897
Complementary color
Monochromatic Colors of #94E897
Black with #94E897
Text Example
Text Example
White with #94E897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E897; }
p { color: rgb(148,232,151); }
H1.HeaderClassName
{
color: #94E897;
}
.AnyTagClassName
{
color: #94E897;
}
</style>
background-color css
<style>
a { background-color: #94E897; }
a { background-color: rgb(148,232,151); }
div.DivClassName
{
background-color: #94E897;
}
.BgClassName
{
background-color: #94E897;
}
</style>
border-color css
<style>
span { border-color: #94E897; }
span { border-color: rgb(148,232,151); }
td.TdClassName
{
border-color: #94E897;
}
.TagClassName
{
border-color: #94E897;
}
</style>