Shades of Light Green #94E79A
Tints of Light Green #94E79A
RGB
CMYK
RGB Variations
Color information
#94E79A (or 0x94E79A) is known color: Light Green. HEX triplet: 94, E7 and 9A. RGB value is (148,231,154). Sum of RGB (Red+Green+Blue) = 148+231+154=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #94E79A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E79A is #6B1865. Grayscale: #C5C5C5. Windows color (decimal): -7018598 or 10151828. OLE color: 10151828.
HSL color Cylindrical-coordinate representation of color #94E79A: hue angle of 124.34º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E79A is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 231 | 154 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.09 |
| HSL | 124.34º | 0.63% | 0.74% | - |
| HSV(B) | 124.34º | 0.36% | 0.91% | - |
| XYZ | 46.62 | 65.78 | 40.81 | - |
| YUV | 197.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 154 | 0.36 | 0 | 0.33 | 0.09 | 124.34 | 0.63 | 0.74 |
| Hex | 94 | E7 | 9A | 24 | 0 | 21 | 9 | 7C | 3F | 4A |
| Octal | 224 | 347 | 232 | 44 | 0 | 41 | 11 | 174 | 77 | 112 |
| Binary | 10010100 | 11100111 | 10011010 | 100100 | 0 | 100001 | 1001 | 1111100 | 111111 | 1001010 |
Color Harmonies of #94E79A
Complementary color
Monochromatic Colors of #94E79A
Black with #94E79A
Text Example
Text Example
White with #94E79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E79A; }
p { color: rgb(148,231,154); }
H1.HeaderClassName
{
color: #94E79A;
}
.AnyTagClassName
{
color: #94E79A;
}
</style>
background-color css
<style>
a { background-color: #94E79A; }
a { background-color: rgb(148,231,154); }
div.DivClassName
{
background-color: #94E79A;
}
.BgClassName
{
background-color: #94E79A;
}
</style>
border-color css
<style>
span { border-color: #94E79A; }
span { border-color: rgb(148,231,154); }
td.TdClassName
{
border-color: #94E79A;
}
.TagClassName
{
border-color: #94E79A;
}
</style>