Shades of Glade Green #5A953F
Tints of Glade Green #5A953F
RGB
CMYK
RGB Variations
Color information
#5A953F (or 0x5A953F) is known color: Glade Green. HEX triplet: 5A, 95 and 3F. RGB value is (90,149,63). Sum of RGB (Red+Green+Blue) = 90+149+63=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #5A953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A953F is #A56AC0. Grayscale: #797979. Windows color (decimal): -10840769 or 4167002. OLE color: 4167002.
HSL color Cylindrical-coordinate representation of color #5A953F: hue angle of 101.16º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A953F is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 63 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.42 |
| HSL | 101.16º | 0.41% | 0.42% | - |
| HSV(B) | 101.16º | 0.58% | 0.58% | - |
| XYZ | 15.86 | 24.03 | 8.5 | - |
| YUV | 121.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 63 | 0.40 | 0 | 0.58 | 0.42 | 101.16 | 0.41 | 0.42 |
| Hex | 5A | 95 | 3F | 28 | 0 | 3A | 2A | 65 | 29 | 2A |
| Octal | 132 | 225 | 77 | 50 | 0 | 72 | 52 | 145 | 51 | 52 |
| Binary | 1011010 | 10010101 | 111111 | 101000 | 0 | 111010 | 101010 | 1100101 | 101001 | 101010 |
Color Harmonies of #5A953F
Complementary color
Monochromatic Colors of #5A953F
Black with #5A953F
Text Example
Text Example
White with #5A953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A953F; }
p { color: rgb(90,149,63); }
H1.HeaderClassName
{
color: #5A953F;
}
.AnyTagClassName
{
color: #5A953F;
}
</style>
background-color css
<style>
a { background-color: #5A953F; }
a { background-color: rgb(90,149,63); }
div.DivClassName
{
background-color: #5A953F;
}
.BgClassName
{
background-color: #5A953F;
}
</style>
border-color css
<style>
span { border-color: #5A953F; }
span { border-color: rgb(90,149,63); }
td.TdClassName
{
border-color: #5A953F;
}
.TagClassName
{
border-color: #5A953F;
}
</style>