Shades of Glade Green #5A9042
Tints of Glade Green #5A9042
RGB
CMYK
RGB Variations
Color information
#5A9042 (or 0x5A9042) is known color: Glade Green. HEX triplet: 5A, 90 and 42. RGB value is (90,144,66). Sum of RGB (Red+Green+Blue) = 90+144+66=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #5A9042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9042 is #A56FBD. Grayscale: #777777. Windows color (decimal): -10842046 or 4362330. OLE color: 4362330.
HSL color Cylindrical-coordinate representation of color #5A9042: hue angle of 101.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A9042 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 144 | 66 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.44 |
| HSL | 101.54º | 0.37% | 0.41% | - |
| HSV(B) | 101.54º | 0.54% | 0.56% | - |
| XYZ | 15.17 | 22.51 | 8.7 | - |
| YUV | 118.96 | 98.11 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 66 | 0.37 | 0 | 0.54 | 0.44 | 101.54 | 0.37 | 0.41 |
| Hex | 5A | 90 | 42 | 25 | 0 | 36 | 2C | 66 | 25 | 29 |
| Octal | 132 | 220 | 102 | 45 | 0 | 66 | 54 | 146 | 45 | 51 |
| Binary | 1011010 | 10010000 | 1000010 | 100101 | 0 | 110110 | 101100 | 1100110 | 100101 | 101001 |
Color Harmonies of #5A9042
Complementary color
Monochromatic Colors of #5A9042
Black with #5A9042
Text Example
Text Example
White with #5A9042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9042; }
p { color: rgb(90,144,66); }
H1.HeaderClassName
{
color: #5A9042;
}
.AnyTagClassName
{
color: #5A9042;
}
</style>
background-color css
<style>
a { background-color: #5A9042; }
a { background-color: rgb(90,144,66); }
div.DivClassName
{
background-color: #5A9042;
}
.BgClassName
{
background-color: #5A9042;
}
</style>
border-color css
<style>
span { border-color: #5A9042; }
span { border-color: rgb(90,144,66); }
td.TdClassName
{
border-color: #5A9042;
}
.TagClassName
{
border-color: #5A9042;
}
</style>