Shades of Hippie Green #5FA156
Tints of Hippie Green #5FA156
RGB
CMYK
RGB Variations
Color information
#5FA156 (or 0x5FA156) is known color: Hippie Green. HEX triplet: 5F, A1 and 56. RGB value is (95,161,86). Sum of RGB (Red+Green+Blue) = 95+161+86=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA156 is #A05EA9. Grayscale: #848484. Windows color (decimal): -10509994 or 5677407. OLE color: 5677407.
HSL color Cylindrical-coordinate representation of color #5FA156: hue angle of 112.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FA156 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 86 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.37 |
| HSL | 112.8º | 0.3% | 0.48% | - |
| HSV(B) | 112.8º | 0.47% | 0.63% | - |
| XYZ | 19.14 | 28.59 | 13.31 | - |
| YUV | 132.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 86 | 0.41 | 0 | 0.47 | 0.37 | 112.8 | 0.3 | 0.48 |
| Hex | 5F | A1 | 56 | 29 | 0 | 2F | 25 | 71 | 1E | 30 |
| Octal | 137 | 241 | 126 | 51 | 0 | 57 | 45 | 161 | 36 | 60 |
| Binary | 1011111 | 10100001 | 1010110 | 101001 | 0 | 101111 | 100101 | 1110001 | 11110 | 110000 |
Color Harmonies of #5FA156
Complementary color
Monochromatic Colors of #5FA156
Black with #5FA156
Text Example
Text Example
White with #5FA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA156; }
p { color: rgb(95,161,86); }
H1.HeaderClassName
{
color: #5FA156;
}
.AnyTagClassName
{
color: #5FA156;
}
</style>
background-color css
<style>
a { background-color: #5FA156; }
a { background-color: rgb(95,161,86); }
div.DivClassName
{
background-color: #5FA156;
}
.BgClassName
{
background-color: #5FA156;
}
</style>
border-color css
<style>
span { border-color: #5FA156; }
span { border-color: rgb(95,161,86); }
td.TdClassName
{
border-color: #5FA156;
}
.TagClassName
{
border-color: #5FA156;
}
</style>