Shades of Glade Green #5A8C45
Tints of Glade Green #5A8C45
RGB
CMYK
RGB Variations
Color information
#5A8C45 (or 0x5A8C45) is known color: Glade Green. HEX triplet: 5A, 8C and 45. RGB value is (90,140,69). Sum of RGB (Red+Green+Blue) = 90+140+69=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8C45 is #A573BA. Grayscale: #757575. Windows color (decimal): -10843067 or 4557914. OLE color: 4557914.
HSL color Cylindrical-coordinate representation of color #5A8C45: hue angle of 102.25º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A8C45 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 140 | 69 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.45 |
| HSL | 102.25º | 0.34% | 0.41% | - |
| HSV(B) | 102.25º | 0.51% | 0.55% | - |
| XYZ | 14.67 | 21.36 | 8.98 | - |
| YUV | 116.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 69 | 0.36 | 0 | 0.51 | 0.45 | 102.25 | 0.34 | 0.41 |
| Hex | 5A | 8C | 45 | 24 | 0 | 33 | 2D | 66 | 22 | 29 |
| Octal | 132 | 214 | 105 | 44 | 0 | 63 | 55 | 146 | 42 | 51 |
| Binary | 1011010 | 10001100 | 1000101 | 100100 | 0 | 110011 | 101101 | 1100110 | 100010 | 101001 |
Color Harmonies of #5A8C45
Complementary color
Monochromatic Colors of #5A8C45
Black with #5A8C45
Text Example
Text Example
White with #5A8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8C45; }
p { color: rgb(90,140,69); }
H1.HeaderClassName
{
color: #5A8C45;
}
.AnyTagClassName
{
color: #5A8C45;
}
</style>
background-color css
<style>
a { background-color: #5A8C45; }
a { background-color: rgb(90,140,69); }
div.DivClassName
{
background-color: #5A8C45;
}
.BgClassName
{
background-color: #5A8C45;
}
</style>
border-color css
<style>
span { border-color: #5A8C45; }
span { border-color: rgb(90,140,69); }
td.TdClassName
{
border-color: #5A8C45;
}
.TagClassName
{
border-color: #5A8C45;
}
</style>