Shades of Hippie Green #5A9157
Tints of Hippie Green #5A9157
RGB
CMYK
RGB Variations
Color information
#5A9157 (or 0x5A9157) is known color: Hippie Green. HEX triplet: 5A, 91 and 57. RGB value is (90,145,87). Sum of RGB (Red+Green+Blue) = 90+145+87=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #5A9157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9157 is #A56EA8. Grayscale: #7A7A7A. Windows color (decimal): -10841769 or 5738842. OLE color: 5738842.
HSL color Cylindrical-coordinate representation of color #5A9157: hue angle of 116.9º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9157 is Cyan = 0.38, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 87 | - |
| CMYK | 0.38 | 0 | 0.4 | 0.43 |
| HSL | 116.9º | 0.25% | 0.45% | - |
| HSV(B) | 116.9º | 0.4% | 0.57% | - |
| XYZ | 16.06 | 23.11 | 12.63 | - |
| YUV | 121.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 87 | 0.38 | 0 | 0.4 | 0.43 | 116.9 | 0.25 | 0.45 |
| Hex | 5A | 91 | 57 | 26 | 0 | 28 | 2B | 75 | 19 | 2D |
| Octal | 132 | 221 | 127 | 46 | 0 | 50 | 53 | 165 | 31 | 55 |
| Binary | 1011010 | 10010001 | 1010111 | 100110 | 0 | 101000 | 101011 | 1110101 | 11001 | 101101 |
Color Harmonies of #5A9157
Complementary color
Monochromatic Colors of #5A9157
Black with #5A9157
Text Example
Text Example
White with #5A9157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9157; }
p { color: rgb(90,145,87); }
H1.HeaderClassName
{
color: #5A9157;
}
.AnyTagClassName
{
color: #5A9157;
}
</style>
background-color css
<style>
a { background-color: #5A9157; }
a { background-color: rgb(90,145,87); }
div.DivClassName
{
background-color: #5A9157;
}
.BgClassName
{
background-color: #5A9157;
}
</style>
border-color css
<style>
span { border-color: #5A9157; }
span { border-color: rgb(90,145,87); }
td.TdClassName
{
border-color: #5A9157;
}
.TagClassName
{
border-color: #5A9157;
}
</style>