Shades of Hippie Green #5A8D55
Tints of Hippie Green #5A8D55
RGB
CMYK
RGB Variations
Color information
#5A8D55 (or 0x5A8D55) is known color: Hippie Green. HEX triplet: 5A, 8D and 55. RGB value is (90,141,85). Sum of RGB (Red+Green+Blue) = 90+141+85=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D55 is #A572AA. Grayscale: #777777. Windows color (decimal): -10842795 or 5606746. OLE color: 5606746.
HSL color Cylindrical-coordinate representation of color #5A8D55: hue angle of 114.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A8D55 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 141 | 85 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.45 |
| HSL | 114.64º | 0.25% | 0.44% | - |
| HSV(B) | 114.64º | 0.4% | 0.55% | - |
| XYZ | 15.38 | 21.88 | 12.01 | - |
| YUV | 119.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 85 | 0.36 | 0 | 0.40 | 0.45 | 114.64 | 0.25 | 0.44 |
| Hex | 5A | 8D | 55 | 24 | 0 | 28 | 2D | 73 | 19 | 2C |
| Octal | 132 | 215 | 125 | 44 | 0 | 50 | 55 | 163 | 31 | 54 |
| Binary | 1011010 | 10001101 | 1010101 | 100100 | 0 | 101000 | 101101 | 1110011 | 11001 | 101100 |
Color Harmonies of #5A8D55
Complementary color
Monochromatic Colors of #5A8D55
Black with #5A8D55
Text Example
Text Example
White with #5A8D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8D55; }
p { color: rgb(90,141,85); }
H1.HeaderClassName
{
color: #5A8D55;
}
.AnyTagClassName
{
color: #5A8D55;
}
</style>
background-color css
<style>
a { background-color: #5A8D55; }
a { background-color: rgb(90,141,85); }
div.DivClassName
{
background-color: #5A8D55;
}
.BgClassName
{
background-color: #5A8D55;
}
</style>
border-color css
<style>
span { border-color: #5A8D55; }
span { border-color: rgb(90,141,85); }
td.TdClassName
{
border-color: #5A8D55;
}
.TagClassName
{
border-color: #5A8D55;
}
</style>