Shades of Glade Green #5A9846
Tints of Glade Green #5A9846
RGB
CMYK
RGB Variations
Color information
#5A9846 (or 0x5A9846) is known color: Glade Green. HEX triplet: 5A, 98 and 46. RGB value is (90,152,70). Sum of RGB (Red+Green+Blue) = 90+152+70=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9846 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9846 is #A567B9. Grayscale: #7C7C7C. Windows color (decimal): -10839994 or 4626522. OLE color: 4626522.
HSL color Cylindrical-coordinate representation of color #5A9846: hue angle of 105.37º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A9846 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 70 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.40 |
| HSL | 105.37º | 0.37% | 0.44% | - |
| HSV(B) | 105.37º | 0.54% | 0.6% | - |
| XYZ | 16.55 | 25.07 | 9.76 | - |
| YUV | 124.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 70 | 0.41 | 0 | 0.54 | 0.40 | 105.37 | 0.37 | 0.44 |
| Hex | 5A | 98 | 46 | 29 | 0 | 36 | 28 | 69 | 25 | 2C |
| Octal | 132 | 230 | 106 | 51 | 0 | 66 | 50 | 151 | 45 | 54 |
| Binary | 1011010 | 10011000 | 1000110 | 101001 | 0 | 110110 | 101000 | 1101001 | 100101 | 101100 |
Color Harmonies of #5A9846
Complementary color
Monochromatic Colors of #5A9846
Black with #5A9846
Text Example
Text Example
White with #5A9846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9846; }
p { color: rgb(90,152,70); }
H1.HeaderClassName
{
color: #5A9846;
}
.AnyTagClassName
{
color: #5A9846;
}
</style>
background-color css
<style>
a { background-color: #5A9846; }
a { background-color: rgb(90,152,70); }
div.DivClassName
{
background-color: #5A9846;
}
.BgClassName
{
background-color: #5A9846;
}
</style>
border-color css
<style>
span { border-color: #5A9846; }
span { border-color: rgb(90,152,70); }
td.TdClassName
{
border-color: #5A9846;
}
.TagClassName
{
border-color: #5A9846;
}
</style>