Shades of Hippie Green #5A8D51
Tints of Hippie Green #5A8D51
RGB
CMYK
RGB Variations
Color information
#5A8D51 (or 0x5A8D51) is known color: Hippie Green. HEX triplet: 5A, 8D and 51. RGB value is (90,141,81). Sum of RGB (Red+Green+Blue) = 90+141+81=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D51 is #A572AE. Grayscale: #777777. Windows color (decimal): -10842799 or 5344602. OLE color: 5344602.
HSL color Cylindrical-coordinate representation of color #5A8D51: hue angle of 111º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A8D51 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 141 | 81 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.45 |
| HSL | 111º | 0.27% | 0.44% | - |
| HSV(B) | 111º | 0.43% | 0.55% | - |
| XYZ | 15.23 | 21.82 | 11.19 | - |
| YUV | 118.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 81 | 0.36 | 0 | 0.43 | 0.45 | 111 | 0.27 | 0.44 |
| Hex | 5A | 8D | 51 | 24 | 0 | 2B | 2D | 6F | 1B | 2C |
| Octal | 132 | 215 | 121 | 44 | 0 | 53 | 55 | 157 | 33 | 54 |
| Binary | 1011010 | 10001101 | 1010001 | 100100 | 0 | 101011 | 101101 | 1101111 | 11011 | 101100 |
Color Harmonies of #5A8D51
Complementary color
Monochromatic Colors of #5A8D51
Black with #5A8D51
Text Example
Text Example
White with #5A8D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8D51; }
p { color: rgb(90,141,81); }
H1.HeaderClassName
{
color: #5A8D51;
}
.AnyTagClassName
{
color: #5A8D51;
}
</style>
background-color css
<style>
a { background-color: #5A8D51; }
a { background-color: rgb(90,141,81); }
div.DivClassName
{
background-color: #5A8D51;
}
.BgClassName
{
background-color: #5A8D51;
}
</style>
border-color css
<style>
span { border-color: #5A8D51; }
span { border-color: rgb(90,141,81); }
td.TdClassName
{
border-color: #5A8D51;
}
.TagClassName
{
border-color: #5A8D51;
}
</style>