Shades of Glade Green #5A9740
Tints of Glade Green #5A9740
RGB
CMYK
RGB Variations
Color information
#5A9740 (or 0x5A9740) is known color: Glade Green. HEX triplet: 5A, 97 and 40. RGB value is (90,151,64). Sum of RGB (Red+Green+Blue) = 90+151+64=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9740 is #A568BF. Grayscale: #7B7B7B. Windows color (decimal): -10840256 or 4233050. OLE color: 4233050.
HSL color Cylindrical-coordinate representation of color #5A9740: hue angle of 102.07º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A9740 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 151 | 64 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.41 |
| HSL | 102.07º | 0.4% | 0.42% | - |
| HSV(B) | 102.07º | 0.58% | 0.59% | - |
| XYZ | 16.21 | 24.68 | 8.76 | - |
| YUV | 122.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 64 | 0.40 | 0 | 0.58 | 0.41 | 102.07 | 0.4 | 0.42 |
| Hex | 5A | 97 | 40 | 28 | 0 | 3A | 29 | 66 | 28 | 2A |
| Octal | 132 | 227 | 100 | 50 | 0 | 72 | 51 | 146 | 50 | 52 |
| Binary | 1011010 | 10010111 | 1000000 | 101000 | 0 | 111010 | 101001 | 1100110 | 101000 | 101010 |
Color Harmonies of #5A9740
Complementary color
Monochromatic Colors of #5A9740
Black with #5A9740
Text Example
Text Example
White with #5A9740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9740; }
p { color: rgb(90,151,64); }
H1.HeaderClassName
{
color: #5A9740;
}
.AnyTagClassName
{
color: #5A9740;
}
</style>
background-color css
<style>
a { background-color: #5A9740; }
a { background-color: rgb(90,151,64); }
div.DivClassName
{
background-color: #5A9740;
}
.BgClassName
{
background-color: #5A9740;
}
</style>
border-color css
<style>
span { border-color: #5A9740; }
span { border-color: rgb(90,151,64); }
td.TdClassName
{
border-color: #5A9740;
}
.TagClassName
{
border-color: #5A9740;
}
</style>