Shades of Hippie Green #5A994D
Tints of Hippie Green #5A994D
RGB
CMYK
RGB Variations
Color information
#5A994D (or 0x5A994D) is known color: Hippie Green. HEX triplet: 5A, 99 and 4D. RGB value is (90,153,77). Sum of RGB (Red+Green+Blue) = 90+153+77=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #5A994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A994D is #A566B2. Grayscale: #7D7D7D. Windows color (decimal): -10839731 or 5085530. OLE color: 5085530.
HSL color Cylindrical-coordinate representation of color #5A994D: hue angle of 109.74º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A994D is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 153 | 77 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.4 |
| HSL | 109.74º | 0.33% | 0.45% | - |
| HSV(B) | 109.74º | 0.5% | 0.6% | - |
| XYZ | 16.95 | 25.49 | 11.05 | - |
| YUV | 125.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 77 | 0.41 | 0 | 0.50 | 0.4 | 109.74 | 0.33 | 0.45 |
| Hex | 5A | 99 | 4D | 29 | 0 | 32 | 28 | 6E | 21 | 2D |
| Octal | 132 | 231 | 115 | 51 | 0 | 62 | 50 | 156 | 41 | 55 |
| Binary | 1011010 | 10011001 | 1001101 | 101001 | 0 | 110010 | 101000 | 1101110 | 100001 | 101101 |
Color Harmonies of #5A994D
Complementary color
Monochromatic Colors of #5A994D
Black with #5A994D
Text Example
Text Example
White with #5A994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A994D; }
p { color: rgb(90,153,77); }
H1.HeaderClassName
{
color: #5A994D;
}
.AnyTagClassName
{
color: #5A994D;
}
</style>
background-color css
<style>
a { background-color: #5A994D; }
a { background-color: rgb(90,153,77); }
div.DivClassName
{
background-color: #5A994D;
}
.BgClassName
{
background-color: #5A994D;
}
</style>
border-color css
<style>
span { border-color: #5A994D; }
span { border-color: rgb(90,153,77); }
td.TdClassName
{
border-color: #5A994D;
}
.TagClassName
{
border-color: #5A994D;
}
</style>