Shades of Hippie Green #5E9A55
Tints of Hippie Green #5E9A55
RGB
CMYK
RGB Variations
Color information
#5E9A55 (or 0x5E9A55) is known color: Hippie Green. HEX triplet: 5E, 9A and 55. RGB value is (94,154,85). Sum of RGB (Red+Green+Blue) = 94+154+85=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A55 is #A165AA. Grayscale: #808080. Windows color (decimal): -10577323 or 5610078. OLE color: 5610078.
HSL color Cylindrical-coordinate representation of color #5E9A55: hue angle of 112.17º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E9A55 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 85 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.40 |
| HSL | 112.17º | 0.29% | 0.47% | - |
| HSV(B) | 112.17º | 0.45% | 0.6% | - |
| XYZ | 17.81 | 26.15 | 12.7 | - |
| YUV | 128.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 85 | 0.39 | 0 | 0.45 | 0.40 | 112.17 | 0.29 | 0.47 |
| Hex | 5E | 9A | 55 | 27 | 0 | 2D | 28 | 70 | 1D | 2F |
| Octal | 136 | 232 | 125 | 47 | 0 | 55 | 50 | 160 | 35 | 57 |
| Binary | 1011110 | 10011010 | 1010101 | 100111 | 0 | 101101 | 101000 | 1110000 | 11101 | 101111 |
Color Harmonies of #5E9A55
Complementary color
Monochromatic Colors of #5E9A55
Black with #5E9A55
Text Example
Text Example
White with #5E9A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A55; }
p { color: rgb(94,154,85); }
H1.HeaderClassName
{
color: #5E9A55;
}
.AnyTagClassName
{
color: #5E9A55;
}
</style>
background-color css
<style>
a { background-color: #5E9A55; }
a { background-color: rgb(94,154,85); }
div.DivClassName
{
background-color: #5E9A55;
}
.BgClassName
{
background-color: #5E9A55;
}
</style>
border-color css
<style>
span { border-color: #5E9A55; }
span { border-color: rgb(94,154,85); }
td.TdClassName
{
border-color: #5E9A55;
}
.TagClassName
{
border-color: #5E9A55;
}
</style>