Shades of Hippie Green #5E9A54
Tints of Hippie Green #5E9A54
RGB
CMYK
RGB Variations
Color information
#5E9A54 (or 0x5E9A54) is known color: Hippie Green. HEX triplet: 5E, 9A and 54. RGB value is (94,154,84). Sum of RGB (Red+Green+Blue) = 94+154+84=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A54 is #A165AB. Grayscale: #808080. Windows color (decimal): -10577324 or 5544542. OLE color: 5544542.
HSL color Cylindrical-coordinate representation of color #5E9A54: hue angle of 111.43º 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 #5E9A54 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 84 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.40 |
| HSL | 111.43º | 0.29% | 0.47% | - |
| HSV(B) | 111.43º | 0.45% | 0.6% | - |
| XYZ | 17.77 | 26.13 | 12.49 | - |
| YUV | 128.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 84 | 0.39 | 0 | 0.45 | 0.40 | 111.43 | 0.29 | 0.47 |
| Hex | 5E | 9A | 54 | 27 | 0 | 2D | 28 | 6F | 1D | 2F |
| Octal | 136 | 232 | 124 | 47 | 0 | 55 | 50 | 157 | 35 | 57 |
| Binary | 1011110 | 10011010 | 1010100 | 100111 | 0 | 101101 | 101000 | 1101111 | 11101 | 101111 |
Color Harmonies of #5E9A54
Complementary color
Monochromatic Colors of #5E9A54
Black with #5E9A54
Text Example
Text Example
White with #5E9A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A54; }
p { color: rgb(94,154,84); }
H1.HeaderClassName
{
color: #5E9A54;
}
.AnyTagClassName
{
color: #5E9A54;
}
</style>
background-color css
<style>
a { background-color: #5E9A54; }
a { background-color: rgb(94,154,84); }
div.DivClassName
{
background-color: #5E9A54;
}
.BgClassName
{
background-color: #5E9A54;
}
</style>
border-color css
<style>
span { border-color: #5E9A54; }
span { border-color: rgb(94,154,84); }
td.TdClassName
{
border-color: #5E9A54;
}
.TagClassName
{
border-color: #5E9A54;
}
</style>