Shades of Hippie Green #5FA157
Tints of Hippie Green #5FA157
RGB
CMYK
RGB Variations
Color information
#5FA157 (or 0x5FA157) is known color: Hippie Green. HEX triplet: 5F, A1 and 57. RGB value is (95,161,87). Sum of RGB (Red+Green+Blue) = 95+161+87=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA157 is #A05EA8. Grayscale: #858585. Windows color (decimal): -10509993 or 5742943. OLE color: 5742943.
HSL color Cylindrical-coordinate representation of color #5FA157: hue angle of 113.51º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FA157 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 87 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.37 |
| HSL | 113.51º | 0.3% | 0.49% | - |
| HSV(B) | 113.51º | 0.46% | 0.63% | - |
| XYZ | 19.18 | 28.61 | 13.53 | - |
| YUV | 132.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 87 | 0.41 | 0 | 0.46 | 0.37 | 113.51 | 0.3 | 0.49 |
| Hex | 5F | A1 | 57 | 29 | 0 | 2E | 25 | 72 | 1E | 31 |
| Octal | 137 | 241 | 127 | 51 | 0 | 56 | 45 | 162 | 36 | 61 |
| Binary | 1011111 | 10100001 | 1010111 | 101001 | 0 | 101110 | 100101 | 1110010 | 11110 | 110001 |
Color Harmonies of #5FA157
Complementary color
Monochromatic Colors of #5FA157
Black with #5FA157
Text Example
Text Example
White with #5FA157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA157; }
p { color: rgb(95,161,87); }
H1.HeaderClassName
{
color: #5FA157;
}
.AnyTagClassName
{
color: #5FA157;
}
</style>
background-color css
<style>
a { background-color: #5FA157; }
a { background-color: rgb(95,161,87); }
div.DivClassName
{
background-color: #5FA157;
}
.BgClassName
{
background-color: #5FA157;
}
</style>
border-color css
<style>
span { border-color: #5FA157; }
span { border-color: rgb(95,161,87); }
td.TdClassName
{
border-color: #5FA157;
}
.TagClassName
{
border-color: #5FA157;
}
</style>