Shades of Glade Green #5A8C46
Tints of Glade Green #5A8C46
RGB
CMYK
RGB Variations
Color information
#5A8C46 (or 0x5A8C46) is known color: Glade Green. HEX triplet: 5A, 8C and 46. RGB value is (90,140,70). Sum of RGB (Red+Green+Blue) = 90+140+70=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8C46 is #A573B9. Grayscale: #757575. Windows color (decimal): -10843066 or 4623450. OLE color: 4623450.
HSL color Cylindrical-coordinate representation of color #5A8C46: hue angle of 102.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A8C46 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 140 | 70 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.45 |
| HSL | 102.86º | 0.33% | 0.41% | - |
| HSV(B) | 102.86º | 0.5% | 0.55% | - |
| XYZ | 14.7 | 21.37 | 9.14 | - |
| YUV | 117.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 70 | 0.36 | 0 | 0.50 | 0.45 | 102.86 | 0.33 | 0.41 |
| Hex | 5A | 8C | 46 | 24 | 0 | 32 | 2D | 67 | 21 | 29 |
| Octal | 132 | 214 | 106 | 44 | 0 | 62 | 55 | 147 | 41 | 51 |
| Binary | 1011010 | 10001100 | 1000110 | 100100 | 0 | 110010 | 101101 | 1100111 | 100001 | 101001 |
Color Harmonies of #5A8C46
Complementary color
Monochromatic Colors of #5A8C46
Black with #5A8C46
Text Example
Text Example
White with #5A8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8C46; }
p { color: rgb(90,140,70); }
H1.HeaderClassName
{
color: #5A8C46;
}
.AnyTagClassName
{
color: #5A8C46;
}
</style>
background-color css
<style>
a { background-color: #5A8C46; }
a { background-color: rgb(90,140,70); }
div.DivClassName
{
background-color: #5A8C46;
}
.BgClassName
{
background-color: #5A8C46;
}
</style>
border-color css
<style>
span { border-color: #5A8C46; }
span { border-color: rgb(90,140,70); }
td.TdClassName
{
border-color: #5A8C46;
}
.TagClassName
{
border-color: #5A8C46;
}
</style>