Shades of Light Green #94E986
Tints of Light Green #94E986
RGB
CMYK
RGB Variations
Color information
#94E986 (or 0x94E986) is known color: Light Green. HEX triplet: 94, E9 and 86. RGB value is (148,233,134). Sum of RGB (Red+Green+Blue) = 148+233+134=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #94E986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E986 is #6B1679. Grayscale: #C4C4C4. Windows color (decimal): -7018106 or 8841620. OLE color: 8841620.
HSL color Cylindrical-coordinate representation of color #94E986: hue angle of 111.52º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94E986 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 233 | 134 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.09 |
| HSL | 111.52º | 0.69% | 0.72% | - |
| HSV(B) | 111.52º | 0.42% | 0.91% | - |
| XYZ | 45.65 | 66.29 | 32.94 | - |
| YUV | 196.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 233 | 134 | 0.36 | 0 | 0.42 | 0.09 | 111.52 | 0.69 | 0.72 |
| Hex | 94 | E9 | 86 | 24 | 0 | 2A | 9 | 70 | 45 | 48 |
| Octal | 224 | 351 | 206 | 44 | 0 | 52 | 11 | 160 | 105 | 110 |
| Binary | 10010100 | 11101001 | 10000110 | 100100 | 0 | 101010 | 1001 | 1110000 | 1000101 | 1001000 |
Color Harmonies of #94E986
Complementary color
Monochromatic Colors of #94E986
Black with #94E986
Text Example
Text Example
White with #94E986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E986; }
p { color: rgb(148,233,134); }
H1.HeaderClassName
{
color: #94E986;
}
.AnyTagClassName
{
color: #94E986;
}
</style>
background-color css
<style>
a { background-color: #94E986; }
a { background-color: rgb(148,233,134); }
div.DivClassName
{
background-color: #94E986;
}
.BgClassName
{
background-color: #94E986;
}
</style>
border-color css
<style>
span { border-color: #94E986; }
span { border-color: rgb(148,233,134); }
td.TdClassName
{
border-color: #94E986;
}
.TagClassName
{
border-color: #94E986;
}
</style>