Shades of Hippie Green #5A8D53
Tints of Hippie Green #5A8D53
RGB
CMYK
RGB Variations
Color information
#5A8D53 (or 0x5A8D53) is known color: Hippie Green. HEX triplet: 5A, 8D and 53. RGB value is (90,141,83). Sum of RGB (Red+Green+Blue) = 90+141+83=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D53 is #A572AC. Grayscale: #777777. Windows color (decimal): -10842797 or 5475674. OLE color: 5475674.
HSL color Cylindrical-coordinate representation of color #5A8D53: hue angle of 112.76º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A8D53 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 141 | 83 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.45 |
| HSL | 112.76º | 0.26% | 0.44% | - |
| HSV(B) | 112.76º | 0.41% | 0.55% | - |
| XYZ | 15.3 | 21.85 | 11.59 | - |
| YUV | 119.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 83 | 0.36 | 0 | 0.41 | 0.45 | 112.76 | 0.26 | 0.44 |
| Hex | 5A | 8D | 53 | 24 | 0 | 29 | 2D | 71 | 1A | 2C |
| Octal | 132 | 215 | 123 | 44 | 0 | 51 | 55 | 161 | 32 | 54 |
| Binary | 1011010 | 10001101 | 1010011 | 100100 | 0 | 101001 | 101101 | 1110001 | 11010 | 101100 |
Color Harmonies of #5A8D53
Complementary color
Monochromatic Colors of #5A8D53
Black with #5A8D53
Text Example
Text Example
White with #5A8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8D53; }
p { color: rgb(90,141,83); }
H1.HeaderClassName
{
color: #5A8D53;
}
.AnyTagClassName
{
color: #5A8D53;
}
</style>
background-color css
<style>
a { background-color: #5A8D53; }
a { background-color: rgb(90,141,83); }
div.DivClassName
{
background-color: #5A8D53;
}
.BgClassName
{
background-color: #5A8D53;
}
</style>
border-color css
<style>
span { border-color: #5A8D53; }
span { border-color: rgb(90,141,83); }
td.TdClassName
{
border-color: #5A8D53;
}
.TagClassName
{
border-color: #5A8D53;
}
</style>