Shades of Glade Green #5E8E4A
Tints of Glade Green #5E8E4A
RGB
CMYK
RGB Variations
Color information
#5E8E4A (or 0x5E8E4A) is known color: Glade Green. HEX triplet: 5E, 8E and 4A. RGB value is (94,142,74). Sum of RGB (Red+Green+Blue) = 94+142+74=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8E4A is #A171B5. Grayscale: #787878. Windows color (decimal): -10580406 or 4886110. OLE color: 4886110.
HSL color Cylindrical-coordinate representation of color #5E8E4A: hue angle of 102.35º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E8E4A is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 142 | 74 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.44 |
| HSL | 102.35º | 0.31% | 0.42% | - |
| HSV(B) | 102.35º | 0.48% | 0.56% | - |
| XYZ | 15.53 | 22.22 | 9.95 | - |
| YUV | 119.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 142 | 74 | 0.34 | 0 | 0.48 | 0.44 | 102.35 | 0.31 | 0.42 |
| Hex | 5E | 8E | 4A | 22 | 0 | 30 | 2C | 66 | 1F | 2A |
| Octal | 136 | 216 | 112 | 42 | 0 | 60 | 54 | 146 | 37 | 52 |
| Binary | 1011110 | 10001110 | 1001010 | 100010 | 0 | 110000 | 101100 | 1100110 | 11111 | 101010 |
Color Harmonies of #5E8E4A
Complementary color
Monochromatic Colors of #5E8E4A
Black with #5E8E4A
Text Example
Text Example
White with #5E8E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8E4A; }
p { color: rgb(94,142,74); }
H1.HeaderClassName
{
color: #5E8E4A;
}
.AnyTagClassName
{
color: #5E8E4A;
}
</style>
background-color css
<style>
a { background-color: #5E8E4A; }
a { background-color: rgb(94,142,74); }
div.DivClassName
{
background-color: #5E8E4A;
}
.BgClassName
{
background-color: #5E8E4A;
}
</style>
border-color css
<style>
span { border-color: #5E8E4A; }
span { border-color: rgb(94,142,74); }
td.TdClassName
{
border-color: #5E8E4A;
}
.TagClassName
{
border-color: #5E8E4A;
}
</style>