Shades of Light Green #94ED8A
Tints of Light Green #94ED8A
RGB
CMYK
RGB Variations
Color information
#94ED8A (or 0x94ED8A) is known color: Light Green. HEX triplet: 94, ED and 8A. RGB value is (148,237,138). Sum of RGB (Red+Green+Blue) = 148+237+138=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94ED8A is #6B1275. Grayscale: #C7C7C7. Windows color (decimal): -7017078 or 9104788. OLE color: 9104788.
HSL color Cylindrical-coordinate representation of color #94ED8A: hue angle of 113.94º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94ED8A is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 138 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.07 |
| HSL | 113.94º | 0.73% | 0.74% | - |
| HSV(B) | 113.94º | 0.42% | 0.93% | - |
| XYZ | 47.08 | 68.7 | 34.82 | - |
| YUV | 199.1 | 93.51 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 138 | 0.38 | 0 | 0.42 | 0.07 | 113.94 | 0.73 | 0.74 |
| Hex | 94 | ED | 8A | 26 | 0 | 2A | 7 | 72 | 49 | 4A |
| Octal | 224 | 355 | 212 | 46 | 0 | 52 | 7 | 162 | 111 | 112 |
| Binary | 10010100 | 11101101 | 10001010 | 100110 | 0 | 101010 | 111 | 1110010 | 1001001 | 1001010 |
Color Harmonies of #94ED8A
Complementary color
Monochromatic Colors of #94ED8A
Black with #94ED8A
Text Example
Text Example
White with #94ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ED8A; }
p { color: rgb(148,237,138); }
H1.HeaderClassName
{
color: #94ED8A;
}
.AnyTagClassName
{
color: #94ED8A;
}
</style>
background-color css
<style>
a { background-color: #94ED8A; }
a { background-color: rgb(148,237,138); }
div.DivClassName
{
background-color: #94ED8A;
}
.BgClassName
{
background-color: #94ED8A;
}
</style>
border-color css
<style>
span { border-color: #94ED8A; }
span { border-color: rgb(148,237,138); }
td.TdClassName
{
border-color: #94ED8A;
}
.TagClassName
{
border-color: #94ED8A;
}
</style>