Shades of Hippie Green #5E9C54
Tints of Hippie Green #5E9C54
RGB
CMYK
RGB Variations
Color information
#5E9C54 (or 0x5E9C54) is known color: Hippie Green. HEX triplet: 5E, 9C and 54. RGB value is (94,156,84). Sum of RGB (Red+Green+Blue) = 94+156+84=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C54 is #A163AB. Grayscale: #818181. Windows color (decimal): -10576812 or 5545054. OLE color: 5545054.
HSL color Cylindrical-coordinate representation of color #5E9C54: hue angle of 111.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E9C54 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 156 | 84 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.39 |
| HSL | 111.67º | 0.3% | 0.47% | - |
| HSV(B) | 111.67º | 0.46% | 0.61% | - |
| XYZ | 18.1 | 26.8 | 12.61 | - |
| YUV | 129.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 84 | 0.40 | 0 | 0.46 | 0.39 | 111.67 | 0.3 | 0.47 |
| Hex | 5E | 9C | 54 | 28 | 0 | 2E | 27 | 70 | 1E | 2F |
| Octal | 136 | 234 | 124 | 50 | 0 | 56 | 47 | 160 | 36 | 57 |
| Binary | 1011110 | 10011100 | 1010100 | 101000 | 0 | 101110 | 100111 | 1110000 | 11110 | 101111 |
Color Harmonies of #5E9C54
Complementary color
Monochromatic Colors of #5E9C54
Black with #5E9C54
Text Example
Text Example
White with #5E9C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9C54; }
p { color: rgb(94,156,84); }
H1.HeaderClassName
{
color: #5E9C54;
}
.AnyTagClassName
{
color: #5E9C54;
}
</style>
background-color css
<style>
a { background-color: #5E9C54; }
a { background-color: rgb(94,156,84); }
div.DivClassName
{
background-color: #5E9C54;
}
.BgClassName
{
background-color: #5E9C54;
}
</style>
border-color css
<style>
span { border-color: #5E9C54; }
span { border-color: rgb(94,156,84); }
td.TdClassName
{
border-color: #5E9C54;
}
.TagClassName
{
border-color: #5E9C54;
}
</style>