Shades of Hippie Green #5E9456
Tints of Hippie Green #5E9456
RGB
CMYK
RGB Variations
Color information
#5E9456 (or 0x5E9456) is known color: Hippie Green. HEX triplet: 5E, 94 and 56. RGB value is (94,148,86). Sum of RGB (Red+Green+Blue) = 94+148+86=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9456 is #A16BA9. Grayscale: #7C7C7C. Windows color (decimal): -10578858 or 5674078. OLE color: 5674078.
HSL color Cylindrical-coordinate representation of color #5E9456: hue angle of 112.26º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E9456 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 86 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.42 |
| HSL | 112.26º | 0.26% | 0.46% | - |
| HSV(B) | 112.26º | 0.42% | 0.58% | - |
| XYZ | 16.89 | 24.23 | 12.59 | - |
| YUV | 124.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 86 | 0.36 | 0 | 0.42 | 0.42 | 112.26 | 0.26 | 0.46 |
| Hex | 5E | 94 | 56 | 24 | 0 | 2A | 2A | 70 | 1A | 2E |
| Octal | 136 | 224 | 126 | 44 | 0 | 52 | 52 | 160 | 32 | 56 |
| Binary | 1011110 | 10010100 | 1010110 | 100100 | 0 | 101010 | 101010 | 1110000 | 11010 | 101110 |
Color Harmonies of #5E9456
Complementary color
Monochromatic Colors of #5E9456
Black with #5E9456
Text Example
Text Example
White with #5E9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9456; }
p { color: rgb(94,148,86); }
H1.HeaderClassName
{
color: #5E9456;
}
.AnyTagClassName
{
color: #5E9456;
}
</style>
background-color css
<style>
a { background-color: #5E9456; }
a { background-color: rgb(94,148,86); }
div.DivClassName
{
background-color: #5E9456;
}
.BgClassName
{
background-color: #5E9456;
}
</style>
border-color css
<style>
span { border-color: #5E9456; }
span { border-color: rgb(94,148,86); }
td.TdClassName
{
border-color: #5E9456;
}
.TagClassName
{
border-color: #5E9456;
}
</style>