Shades of Light Green #94E68A
Tints of Light Green #94E68A
RGB
CMYK
RGB Variations
Color information
#94E68A (or 0x94E68A) is known color: Light Green. HEX triplet: 94, E6 and 8A. RGB value is (148,230,138). Sum of RGB (Red+Green+Blue) = 148+230+138=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #94E68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E68A is #6B1975. Grayscale: #C3C3C3. Windows color (decimal): -7018870 or 9102996. OLE color: 9102996.
HSL color Cylindrical-coordinate representation of color #94E68A: hue angle of 113.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94E68A is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 230 | 138 | - |
| CMYK | 0.36 | 0 | 0.4 | 0.10 |
| HSL | 113.48º | 0.65% | 0.72% | - |
| HSV(B) | 113.48º | 0.4% | 0.9% | - |
| XYZ | 45.1 | 64.72 | 34.16 | - |
| YUV | 194.99 | 95.83 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 138 | 0.36 | 0 | 0.4 | 0.10 | 113.48 | 0.65 | 0.72 |
| Hex | 94 | E6 | 8A | 24 | 0 | 28 | A | 71 | 41 | 48 |
| Octal | 224 | 346 | 212 | 44 | 0 | 50 | 12 | 161 | 101 | 110 |
| Binary | 10010100 | 11100110 | 10001010 | 100100 | 0 | 101000 | 1010 | 1110001 | 1000001 | 1001000 |
Color Harmonies of #94E68A
Complementary color
Monochromatic Colors of #94E68A
Black with #94E68A
Text Example
Text Example
White with #94E68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E68A; }
p { color: rgb(148,230,138); }
H1.HeaderClassName
{
color: #94E68A;
}
.AnyTagClassName
{
color: #94E68A;
}
</style>
background-color css
<style>
a { background-color: #94E68A; }
a { background-color: rgb(148,230,138); }
div.DivClassName
{
background-color: #94E68A;
}
.BgClassName
{
background-color: #94E68A;
}
</style>
border-color css
<style>
span { border-color: #94E68A; }
span { border-color: rgb(148,230,138); }
td.TdClassName
{
border-color: #94E68A;
}
.TagClassName
{
border-color: #94E68A;
}
</style>