Shades of Hippie Green #5EA152
Tints of Hippie Green #5EA152
RGB
CMYK
RGB Variations
Color information
#5EA152 (or 0x5EA152) is known color: Hippie Green. HEX triplet: 5E, A1 and 52. RGB value is (94,161,82). Sum of RGB (Red+Green+Blue) = 94+161+82=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA152 is #A15EAD. Grayscale: #848484. Windows color (decimal): -10575534 or 5415262. OLE color: 5415262.
HSL color Cylindrical-coordinate representation of color #5EA152: hue angle of 110.89º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EA152 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 161 | 82 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.37 |
| HSL | 110.89º | 0.33% | 0.48% | - |
| HSV(B) | 110.89º | 0.49% | 0.63% | - |
| XYZ | 18.88 | 28.48 | 12.48 | - |
| YUV | 131.96 | 99.8 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 161 | 82 | 0.42 | 0 | 0.49 | 0.37 | 110.89 | 0.33 | 0.48 |
| Hex | 5E | A1 | 52 | 2A | 0 | 31 | 25 | 6F | 21 | 30 |
| Octal | 136 | 241 | 122 | 52 | 0 | 61 | 45 | 157 | 41 | 60 |
| Binary | 1011110 | 10100001 | 1010010 | 101010 | 0 | 110001 | 100101 | 1101111 | 100001 | 110000 |
Color Harmonies of #5EA152
Complementary color
Monochromatic Colors of #5EA152
Black with #5EA152
Text Example
Text Example
White with #5EA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA152; }
p { color: rgb(94,161,82); }
H1.HeaderClassName
{
color: #5EA152;
}
.AnyTagClassName
{
color: #5EA152;
}
</style>
background-color css
<style>
a { background-color: #5EA152; }
a { background-color: rgb(94,161,82); }
div.DivClassName
{
background-color: #5EA152;
}
.BgClassName
{
background-color: #5EA152;
}
</style>
border-color css
<style>
span { border-color: #5EA152; }
span { border-color: rgb(94,161,82); }
td.TdClassName
{
border-color: #5EA152;
}
.TagClassName
{
border-color: #5EA152;
}
</style>