Shades of Glade Green #5A9540
Tints of Glade Green #5A9540
RGB
CMYK
RGB Variations
Color information
#5A9540 (or 0x5A9540) is known color: Glade Green. HEX triplet: 5A, 95 and 40. RGB value is (90,149,64). Sum of RGB (Red+Green+Blue) = 90+149+64=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9540 is #A56ABF. Grayscale: #797979. Windows color (decimal): -10840768 or 4232538. OLE color: 4232538.
HSL color Cylindrical-coordinate representation of color #5A9540: hue angle of 101.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A9540 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 64 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.42 |
| HSL | 101.65º | 0.4% | 0.42% | - |
| HSV(B) | 101.65º | 0.57% | 0.58% | - |
| XYZ | 15.89 | 24.04 | 8.65 | - |
| YUV | 121.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 64 | 0.40 | 0 | 0.57 | 0.42 | 101.65 | 0.4 | 0.42 |
| Hex | 5A | 95 | 40 | 28 | 0 | 39 | 2A | 66 | 28 | 2A |
| Octal | 132 | 225 | 100 | 50 | 0 | 71 | 52 | 146 | 50 | 52 |
| Binary | 1011010 | 10010101 | 1000000 | 101000 | 0 | 111001 | 101010 | 1100110 | 101000 | 101010 |
Color Harmonies of #5A9540
Complementary color
Monochromatic Colors of #5A9540
Black with #5A9540
Text Example
Text Example
White with #5A9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9540; }
p { color: rgb(90,149,64); }
H1.HeaderClassName
{
color: #5A9540;
}
.AnyTagClassName
{
color: #5A9540;
}
</style>
background-color css
<style>
a { background-color: #5A9540; }
a { background-color: rgb(90,149,64); }
div.DivClassName
{
background-color: #5A9540;
}
.BgClassName
{
background-color: #5A9540;
}
</style>
border-color css
<style>
span { border-color: #5A9540; }
span { border-color: rgb(90,149,64); }
td.TdClassName
{
border-color: #5A9540;
}
.TagClassName
{
border-color: #5A9540;
}
</style>