Shades of Light Green #94EA99
Tints of Light Green #94EA99
RGB
CMYK
RGB Variations
Color information
#94EA99 (or 0x94EA99) is known color: Light Green. HEX triplet: 94, EA and 99. RGB value is (148,234,153). Sum of RGB (Red+Green+Blue) = 148+234+153=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EA99 is #6B1566. Grayscale: #C7C7C7. Windows color (decimal): -7017831 or 10087060. OLE color: 10087060.
HSL color Cylindrical-coordinate representation of color #94EA99: hue angle of 123.49º 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 #94EA99 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 234 | 153 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.08 |
| HSL | 123.49º | 0.67% | 0.75% | - |
| HSV(B) | 123.49º | 0.37% | 0.92% | - |
| XYZ | 47.39 | 67.44 | 40.66 | - |
| YUV | 199.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 234 | 153 | 0.37 | 0 | 0.35 | 0.08 | 123.49 | 0.67 | 0.75 |
| Hex | 94 | EA | 99 | 25 | 0 | 23 | 8 | 7B | 43 | 4B |
| Octal | 224 | 352 | 231 | 45 | 0 | 43 | 10 | 173 | 103 | 113 |
| Binary | 10010100 | 11101010 | 10011001 | 100101 | 0 | 100011 | 1000 | 1111011 | 1000011 | 1001011 |
Color Harmonies of #94EA99
Complementary color
Monochromatic Colors of #94EA99
Black with #94EA99
Text Example
Text Example
White with #94EA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EA99; }
p { color: rgb(148,234,153); }
H1.HeaderClassName
{
color: #94EA99;
}
.AnyTagClassName
{
color: #94EA99;
}
</style>
background-color css
<style>
a { background-color: #94EA99; }
a { background-color: rgb(148,234,153); }
div.DivClassName
{
background-color: #94EA99;
}
.BgClassName
{
background-color: #94EA99;
}
</style>
border-color css
<style>
span { border-color: #94EA99; }
span { border-color: rgb(148,234,153); }
td.TdClassName
{
border-color: #94EA99;
}
.TagClassName
{
border-color: #94EA99;
}
</style>