Shades of Light Green #94EA97
Tints of Light Green #94EA97
RGB
CMYK
RGB Variations
Color information
#94EA97 (or 0x94EA97) is known color: Light Green. HEX triplet: 94, EA and 97. RGB value is (148,234,151). Sum of RGB (Red+Green+Blue) = 148+234+151=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EA97 is #6B1568. Grayscale: #C7C7C7. Windows color (decimal): -7017833 or 9955988. OLE color: 9955988.
HSL color Cylindrical-coordinate representation of color #94EA97: hue angle of 122.09º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EA97 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 234 | 151 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.08 |
| HSL | 122.09º | 0.67% | 0.75% | - |
| HSV(B) | 122.09º | 0.37% | 0.92% | - |
| XYZ | 47.22 | 67.38 | 39.79 | - |
| YUV | 198.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 234 | 151 | 0.37 | 0 | 0.35 | 0.08 | 122.09 | 0.67 | 0.75 |
| Hex | 94 | EA | 97 | 25 | 0 | 23 | 8 | 7A | 43 | 4B |
| Octal | 224 | 352 | 227 | 45 | 0 | 43 | 10 | 172 | 103 | 113 |
| Binary | 10010100 | 11101010 | 10010111 | 100101 | 0 | 100011 | 1000 | 1111010 | 1000011 | 1001011 |
Color Harmonies of #94EA97
Complementary color
Monochromatic Colors of #94EA97
Black with #94EA97
Text Example
Text Example
White with #94EA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EA97; }
p { color: rgb(148,234,151); }
H1.HeaderClassName
{
color: #94EA97;
}
.AnyTagClassName
{
color: #94EA97;
}
</style>
background-color css
<style>
a { background-color: #94EA97; }
a { background-color: rgb(148,234,151); }
div.DivClassName
{
background-color: #94EA97;
}
.BgClassName
{
background-color: #94EA97;
}
</style>
border-color css
<style>
span { border-color: #94EA97; }
span { border-color: rgb(148,234,151); }
td.TdClassName
{
border-color: #94EA97;
}
.TagClassName
{
border-color: #94EA97;
}
</style>