Shades of Hippie Green #5FA153
Tints of Hippie Green #5FA153
RGB
CMYK
RGB Variations
Color information
#5FA153 (or 0x5FA153) is known color: Hippie Green. HEX triplet: 5F, A1 and 53. RGB value is (95,161,83). Sum of RGB (Red+Green+Blue) = 95+161+83=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA153 is #A05EAC. Grayscale: #848484. Windows color (decimal): -10509997 or 5480799. OLE color: 5480799.
HSL color Cylindrical-coordinate representation of color #5FA153: hue angle of 110.77º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FA153 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 83 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.37 |
| HSL | 110.77º | 0.32% | 0.48% | - |
| HSV(B) | 110.77º | 0.48% | 0.63% | - |
| XYZ | 19.03 | 28.55 | 12.69 | - |
| YUV | 132.37 | 100.13 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 83 | 0.41 | 0 | 0.48 | 0.37 | 110.77 | 0.32 | 0.48 |
| Hex | 5F | A1 | 53 | 29 | 0 | 30 | 25 | 6F | 20 | 30 |
| Octal | 137 | 241 | 123 | 51 | 0 | 60 | 45 | 157 | 40 | 60 |
| Binary | 1011111 | 10100001 | 1010011 | 101001 | 0 | 110000 | 100101 | 1101111 | 100000 | 110000 |
Color Harmonies of #5FA153
Complementary color
Monochromatic Colors of #5FA153
Black with #5FA153
Text Example
Text Example
White with #5FA153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA153; }
p { color: rgb(95,161,83); }
H1.HeaderClassName
{
color: #5FA153;
}
.AnyTagClassName
{
color: #5FA153;
}
</style>
background-color css
<style>
a { background-color: #5FA153; }
a { background-color: rgb(95,161,83); }
div.DivClassName
{
background-color: #5FA153;
}
.BgClassName
{
background-color: #5FA153;
}
</style>
border-color css
<style>
span { border-color: #5FA153; }
span { border-color: rgb(95,161,83); }
td.TdClassName
{
border-color: #5FA153;
}
.TagClassName
{
border-color: #5FA153;
}
</style>