Shades of Glade Green #5A9447
Tints of Glade Green #5A9447
RGB
CMYK
RGB Variations
Color information
#5A9447 (or 0x5A9447) is known color: Glade Green. HEX triplet: 5A, 94 and 47. RGB value is (90,148,71). Sum of RGB (Red+Green+Blue) = 90+148+71=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9447 is #A56BB8. Grayscale: #7A7A7A. Windows color (decimal): -10841017 or 4691034. OLE color: 4691034.
HSL color Cylindrical-coordinate representation of color #5A9447: hue angle of 105.19º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A9447 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 148 | 71 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.42 |
| HSL | 105.19º | 0.35% | 0.43% | - |
| HSV(B) | 105.19º | 0.52% | 0.58% | - |
| XYZ | 15.94 | 23.81 | 9.72 | - |
| YUV | 121.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 148 | 71 | 0.39 | 0 | 0.52 | 0.42 | 105.19 | 0.35 | 0.43 |
| Hex | 5A | 94 | 47 | 27 | 0 | 34 | 2A | 69 | 23 | 2B |
| Octal | 132 | 224 | 107 | 47 | 0 | 64 | 52 | 151 | 43 | 53 |
| Binary | 1011010 | 10010100 | 1000111 | 100111 | 0 | 110100 | 101010 | 1101001 | 100011 | 101011 |
Color Harmonies of #5A9447
Complementary color
Monochromatic Colors of #5A9447
Black with #5A9447
Text Example
Text Example
White with #5A9447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9447; }
p { color: rgb(90,148,71); }
H1.HeaderClassName
{
color: #5A9447;
}
.AnyTagClassName
{
color: #5A9447;
}
</style>
background-color css
<style>
a { background-color: #5A9447; }
a { background-color: rgb(90,148,71); }
div.DivClassName
{
background-color: #5A9447;
}
.BgClassName
{
background-color: #5A9447;
}
</style>
border-color css
<style>
span { border-color: #5A9447; }
span { border-color: rgb(90,148,71); }
td.TdClassName
{
border-color: #5A9447;
}
.TagClassName
{
border-color: #5A9447;
}
</style>