Shades of Hippie Green #5A8E61
Tints of Hippie Green #5A8E61
RGB
CMYK
RGB Variations
Color information
#5A8E61 (or 0x5A8E61) is known color: Hippie Green. HEX triplet: 5A, 8E and 61. RGB value is (90,142,97). Sum of RGB (Red+Green+Blue) = 90+142+97=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #5A8E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8E61 is #A5719E. Grayscale: #797979. Windows color (decimal): -10842527 or 6393434. OLE color: 6393434.
HSL color Cylindrical-coordinate representation of color #5A8E61: hue angle of 128.08º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8E61 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 142 | 97 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.44 |
| HSL | 128.08º | 0.22% | 0.45% | - |
| HSV(B) | 128.08º | 0.37% | 0.56% | - |
| XYZ | 16.05 | 22.38 | 14.78 | - |
| YUV | 121.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 97 | 0.37 | 0 | 0.32 | 0.44 | 128.08 | 0.22 | 0.45 |
| Hex | 5A | 8E | 61 | 25 | 0 | 20 | 2C | 80 | 16 | 2D |
| Octal | 132 | 216 | 141 | 45 | 0 | 40 | 54 | 200 | 26 | 55 |
| Binary | 1011010 | 10001110 | 1100001 | 100101 | 0 | 100000 | 101100 | 10000000 | 10110 | 101101 |
Color Harmonies of #5A8E61
Complementary color
Monochromatic Colors of #5A8E61
Black with #5A8E61
Text Example
Text Example
White with #5A8E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8E61; }
p { color: rgb(90,142,97); }
H1.HeaderClassName
{
color: #5A8E61;
}
.AnyTagClassName
{
color: #5A8E61;
}
</style>
background-color css
<style>
a { background-color: #5A8E61; }
a { background-color: rgb(90,142,97); }
div.DivClassName
{
background-color: #5A8E61;
}
.BgClassName
{
background-color: #5A8E61;
}
</style>
border-color css
<style>
span { border-color: #5A8E61; }
span { border-color: rgb(90,142,97); }
td.TdClassName
{
border-color: #5A8E61;
}
.TagClassName
{
border-color: #5A8E61;
}
</style>