Shades of Hippie Green #5E9154
Tints of Hippie Green #5E9154
RGB
CMYK
RGB Variations
Color information
#5E9154 (or 0x5E9154) is known color: Hippie Green. HEX triplet: 5E, 91 and 54. RGB value is (94,145,84). Sum of RGB (Red+Green+Blue) = 94+145+84=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9154 is #A16EAB. Grayscale: #7A7A7A. Windows color (decimal): -10579628 or 5542238. OLE color: 5542238.
HSL color Cylindrical-coordinate representation of color #5E9154: hue angle of 110.16º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E9154 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 84 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.43 |
| HSL | 110.16º | 0.27% | 0.45% | - |
| HSV(B) | 110.16º | 0.42% | 0.57% | - |
| XYZ | 16.34 | 23.27 | 12.02 | - |
| YUV | 122.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 84 | 0.35 | 0 | 0.42 | 0.43 | 110.16 | 0.27 | 0.45 |
| Hex | 5E | 91 | 54 | 23 | 0 | 2A | 2B | 6E | 1B | 2D |
| Octal | 136 | 221 | 124 | 43 | 0 | 52 | 53 | 156 | 33 | 55 |
| Binary | 1011110 | 10010001 | 1010100 | 100011 | 0 | 101010 | 101011 | 1101110 | 11011 | 101101 |
Color Harmonies of #5E9154
Complementary color
Monochromatic Colors of #5E9154
Black with #5E9154
Text Example
Text Example
White with #5E9154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9154; }
p { color: rgb(94,145,84); }
H1.HeaderClassName
{
color: #5E9154;
}
.AnyTagClassName
{
color: #5E9154;
}
</style>
background-color css
<style>
a { background-color: #5E9154; }
a { background-color: rgb(94,145,84); }
div.DivClassName
{
background-color: #5E9154;
}
.BgClassName
{
background-color: #5E9154;
}
</style>
border-color css
<style>
span { border-color: #5E9154; }
span { border-color: rgb(94,145,84); }
td.TdClassName
{
border-color: #5E9154;
}
.TagClassName
{
border-color: #5E9154;
}
</style>