Shades of Hippie Green #5E9F54
Tints of Hippie Green #5E9F54
RGB
CMYK
RGB Variations
Color information
#5E9F54 (or 0x5E9F54) is known color: Hippie Green. HEX triplet: 5E, 9F and 54. RGB value is (94,159,84). Sum of RGB (Red+Green+Blue) = 94+159+84=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9F54 is #A160AB. Grayscale: #838383. Windows color (decimal): -10576044 or 5545822. OLE color: 5545822.
HSL color Cylindrical-coordinate representation of color #5E9F54: hue angle of 112º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E9F54 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 159 | 84 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.38 |
| HSL | 112º | 0.31% | 0.48% | - |
| HSV(B) | 112º | 0.47% | 0.62% | - |
| XYZ | 18.61 | 27.82 | 12.78 | - |
| YUV | 131.02 | 101.47 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 84 | 0.41 | 0 | 0.47 | 0.38 | 112 | 0.31 | 0.48 |
| Hex | 5E | 9F | 54 | 29 | 0 | 2F | 26 | 70 | 1F | 30 |
| Octal | 136 | 237 | 124 | 51 | 0 | 57 | 46 | 160 | 37 | 60 |
| Binary | 1011110 | 10011111 | 1010100 | 101001 | 0 | 101111 | 100110 | 1110000 | 11111 | 110000 |
Color Harmonies of #5E9F54
Complementary color
Monochromatic Colors of #5E9F54
Black with #5E9F54
Text Example
Text Example
White with #5E9F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9F54; }
p { color: rgb(94,159,84); }
H1.HeaderClassName
{
color: #5E9F54;
}
.AnyTagClassName
{
color: #5E9F54;
}
</style>
background-color css
<style>
a { background-color: #5E9F54; }
a { background-color: rgb(94,159,84); }
div.DivClassName
{
background-color: #5E9F54;
}
.BgClassName
{
background-color: #5E9F54;
}
</style>
border-color css
<style>
span { border-color: #5E9F54; }
span { border-color: rgb(94,159,84); }
td.TdClassName
{
border-color: #5E9F54;
}
.TagClassName
{
border-color: #5E9F54;
}
</style>