Shades of Hippie Green #5FA05C
Tints of Hippie Green #5FA05C
RGB
CMYK
RGB Variations
Color information
#5FA05C (or 0x5FA05C) is known color: Hippie Green. HEX triplet: 5F, A0 and 5C. RGB value is (95,160,92). Sum of RGB (Red+Green+Blue) = 95+160+92=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA05C is #A05FA3. Grayscale: #858585. Windows color (decimal): -10510244 or 6070367. OLE color: 6070367.
HSL color Cylindrical-coordinate representation of color #5FA05C: hue angle of 117.35º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA05C is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 92 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.37 |
| HSL | 117.35º | 0.27% | 0.49% | - |
| HSV(B) | 117.35º | 0.43% | 0.63% | - |
| XYZ | 19.22 | 28.35 | 14.58 | - |
| YUV | 132.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 92 | 0.41 | 0 | 0.43 | 0.37 | 117.35 | 0.27 | 0.49 |
| Hex | 5F | A0 | 5C | 29 | 0 | 2B | 25 | 75 | 1B | 31 |
| Octal | 137 | 240 | 134 | 51 | 0 | 53 | 45 | 165 | 33 | 61 |
| Binary | 1011111 | 10100000 | 1011100 | 101001 | 0 | 101011 | 100101 | 1110101 | 11011 | 110001 |
Color Harmonies of #5FA05C
Complementary color
Monochromatic Colors of #5FA05C
Black with #5FA05C
Text Example
Text Example
White with #5FA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA05C; }
p { color: rgb(95,160,92); }
H1.HeaderClassName
{
color: #5FA05C;
}
.AnyTagClassName
{
color: #5FA05C;
}
</style>
background-color css
<style>
a { background-color: #5FA05C; }
a { background-color: rgb(95,160,92); }
div.DivClassName
{
background-color: #5FA05C;
}
.BgClassName
{
background-color: #5FA05C;
}
</style>
border-color css
<style>
span { border-color: #5FA05C; }
span { border-color: rgb(95,160,92); }
td.TdClassName
{
border-color: #5FA05C;
}
.TagClassName
{
border-color: #5FA05C;
}
</style>