Shades of Hippie Green #5FA356
Tints of Hippie Green #5FA356
RGB
CMYK
RGB Variations
Color information
#5FA356 (or 0x5FA356) is known color: Hippie Green. HEX triplet: 5F, A3 and 56. RGB value is (95,163,86). Sum of RGB (Red+Green+Blue) = 95+163+86=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA356 is #A05CA9. Grayscale: #868686. Windows color (decimal): -10509482 or 5677919. OLE color: 5677919.
HSL color Cylindrical-coordinate representation of color #5FA356: hue angle of 112.99º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FA356 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 86 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.36 |
| HSL | 112.99º | 0.31% | 0.49% | - |
| HSV(B) | 112.99º | 0.47% | 0.64% | - |
| XYZ | 19.5 | 29.3 | 13.43 | - |
| YUV | 133.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 86 | 0.42 | 0 | 0.47 | 0.36 | 112.99 | 0.31 | 0.49 |
| Hex | 5F | A3 | 56 | 2A | 0 | 2F | 24 | 71 | 1F | 31 |
| Octal | 137 | 243 | 126 | 52 | 0 | 57 | 44 | 161 | 37 | 61 |
| Binary | 1011111 | 10100011 | 1010110 | 101010 | 0 | 101111 | 100100 | 1110001 | 11111 | 110001 |
Color Harmonies of #5FA356
Complementary color
Monochromatic Colors of #5FA356
Black with #5FA356
Text Example
Text Example
White with #5FA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA356; }
p { color: rgb(95,163,86); }
H1.HeaderClassName
{
color: #5FA356;
}
.AnyTagClassName
{
color: #5FA356;
}
</style>
background-color css
<style>
a { background-color: #5FA356; }
a { background-color: rgb(95,163,86); }
div.DivClassName
{
background-color: #5FA356;
}
.BgClassName
{
background-color: #5FA356;
}
</style>
border-color css
<style>
span { border-color: #5FA356; }
span { border-color: rgb(95,163,86); }
td.TdClassName
{
border-color: #5FA356;
}
.TagClassName
{
border-color: #5FA356;
}
</style>