Shades of Light Green #94E78E
Tints of Light Green #94E78E
RGB
CMYK
RGB Variations
Color information
#94E78E (or 0x94E78E) is known color: Light Green. HEX triplet: 94, E7 and 8E. RGB value is (148,231,142). Sum of RGB (Red+Green+Blue) = 148+231+142=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #94E78E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E78E is #6B1871. Grayscale: #C4C4C4. Windows color (decimal): -7018610 or 9365396. OLE color: 9365396.
HSL color Cylindrical-coordinate representation of color #94E78E: hue angle of 115.96º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94E78E is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 231 | 142 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.09 |
| HSL | 115.96º | 0.65% | 0.73% | - |
| HSV(B) | 115.96º | 0.39% | 0.91% | - |
| XYZ | 45.67 | 65.4 | 35.81 | - |
| YUV | 196.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 142 | 0.36 | 0 | 0.39 | 0.09 | 115.96 | 0.65 | 0.73 |
| Hex | 94 | E7 | 8E | 24 | 0 | 27 | 9 | 74 | 41 | 49 |
| Octal | 224 | 347 | 216 | 44 | 0 | 47 | 11 | 164 | 101 | 111 |
| Binary | 10010100 | 11100111 | 10001110 | 100100 | 0 | 100111 | 1001 | 1110100 | 1000001 | 1001001 |
Color Harmonies of #94E78E
Complementary color
Monochromatic Colors of #94E78E
Black with #94E78E
Text Example
Text Example
White with #94E78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E78E; }
p { color: rgb(148,231,142); }
H1.HeaderClassName
{
color: #94E78E;
}
.AnyTagClassName
{
color: #94E78E;
}
</style>
background-color css
<style>
a { background-color: #94E78E; }
a { background-color: rgb(148,231,142); }
div.DivClassName
{
background-color: #94E78E;
}
.BgClassName
{
background-color: #94E78E;
}
</style>
border-color css
<style>
span { border-color: #94E78E; }
span { border-color: rgb(148,231,142); }
td.TdClassName
{
border-color: #94E78E;
}
.TagClassName
{
border-color: #94E78E;
}
</style>