Shades of Glade Green #5A914A
Tints of Glade Green #5A914A
RGB
CMYK
RGB Variations
Color information
#5A914A (or 0x5A914A) is known color: Glade Green. HEX triplet: 5A, 91 and 4A. RGB value is (90,145,74). Sum of RGB (Red+Green+Blue) = 90+145+74=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #5A914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A914A is #A56EB5. Grayscale: #787878. Windows color (decimal): -10841782 or 4886874. OLE color: 4886874.
HSL color Cylindrical-coordinate representation of color #5A914A: hue angle of 106.48º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A914A is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 74 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.43 |
| HSL | 106.48º | 0.32% | 0.43% | - |
| HSV(B) | 106.48º | 0.49% | 0.57% | - |
| XYZ | 15.58 | 22.92 | 10.08 | - |
| YUV | 120.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 74 | 0.38 | 0 | 0.49 | 0.43 | 106.48 | 0.32 | 0.43 |
| Hex | 5A | 91 | 4A | 26 | 0 | 31 | 2B | 6A | 20 | 2B |
| Octal | 132 | 221 | 112 | 46 | 0 | 61 | 53 | 152 | 40 | 53 |
| Binary | 1011010 | 10010001 | 1001010 | 100110 | 0 | 110001 | 101011 | 1101010 | 100000 | 101011 |
Color Harmonies of #5A914A
Complementary color
Monochromatic Colors of #5A914A
Black with #5A914A
Text Example
Text Example
White with #5A914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A914A; }
p { color: rgb(90,145,74); }
H1.HeaderClassName
{
color: #5A914A;
}
.AnyTagClassName
{
color: #5A914A;
}
</style>
background-color css
<style>
a { background-color: #5A914A; }
a { background-color: rgb(90,145,74); }
div.DivClassName
{
background-color: #5A914A;
}
.BgClassName
{
background-color: #5A914A;
}
</style>
border-color css
<style>
span { border-color: #5A914A; }
span { border-color: rgb(90,145,74); }
td.TdClassName
{
border-color: #5A914A;
}
.TagClassName
{
border-color: #5A914A;
}
</style>