Shades of Glade Green #5A9543
Tints of Glade Green #5A9543
RGB
CMYK
RGB Variations
Color information
#5A9543 (or 0x5A9543) is known color: Glade Green. HEX triplet: 5A, 95 and 43. RGB value is (90,149,67). Sum of RGB (Red+Green+Blue) = 90+149+67=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9543 is #A56ABC. Grayscale: #7A7A7A. Windows color (decimal): -10840765 or 4429146. OLE color: 4429146.
HSL color Cylindrical-coordinate representation of color #5A9543: hue angle of 103.17º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A9543 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 67 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.42 |
| HSL | 103.17º | 0.38% | 0.42% | - |
| HSV(B) | 103.17º | 0.55% | 0.58% | - |
| XYZ | 15.98 | 24.07 | 9.11 | - |
| YUV | 122.01 | 96.95 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 67 | 0.40 | 0 | 0.55 | 0.42 | 103.17 | 0.38 | 0.42 |
| Hex | 5A | 95 | 43 | 28 | 0 | 37 | 2A | 67 | 26 | 2A |
| Octal | 132 | 225 | 103 | 50 | 0 | 67 | 52 | 147 | 46 | 52 |
| Binary | 1011010 | 10010101 | 1000011 | 101000 | 0 | 110111 | 101010 | 1100111 | 100110 | 101010 |
Color Harmonies of #5A9543
Complementary color
Monochromatic Colors of #5A9543
Black with #5A9543
Text Example
Text Example
White with #5A9543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9543; }
p { color: rgb(90,149,67); }
H1.HeaderClassName
{
color: #5A9543;
}
.AnyTagClassName
{
color: #5A9543;
}
</style>
background-color css
<style>
a { background-color: #5A9543; }
a { background-color: rgb(90,149,67); }
div.DivClassName
{
background-color: #5A9543;
}
.BgClassName
{
background-color: #5A9543;
}
</style>
border-color css
<style>
span { border-color: #5A9543; }
span { border-color: rgb(90,149,67); }
td.TdClassName
{
border-color: #5A9543;
}
.TagClassName
{
border-color: #5A9543;
}
</style>