Shades of Hippie Green #5E925A
Tints of Hippie Green #5E925A
RGB
CMYK
RGB Variations
Color information
#5E925A (or 0x5E925A) is known color: Hippie Green. HEX triplet: 5E, 92 and 5A. RGB value is (94,146,90). Sum of RGB (Red+Green+Blue) = 94+146+90=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #5E925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E925A is #A16DA5. Grayscale: #7C7C7C. Windows color (decimal): -10579366 or 5935710. OLE color: 5935710.
HSL color Cylindrical-coordinate representation of color #5E925A: hue angle of 115.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E925A is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 90 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.43 |
| HSL | 115.71º | 0.24% | 0.46% | - |
| HSV(B) | 115.71º | 0.38% | 0.57% | - |
| XYZ | 16.74 | 23.68 | 13.36 | - |
| YUV | 124.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 90 | 0.36 | 0 | 0.38 | 0.43 | 115.71 | 0.24 | 0.46 |
| Hex | 5E | 92 | 5A | 24 | 0 | 26 | 2B | 74 | 18 | 2E |
| Octal | 136 | 222 | 132 | 44 | 0 | 46 | 53 | 164 | 30 | 56 |
| Binary | 1011110 | 10010010 | 1011010 | 100100 | 0 | 100110 | 101011 | 1110100 | 11000 | 101110 |
Color Harmonies of #5E925A
Complementary color
Monochromatic Colors of #5E925A
Black with #5E925A
Text Example
Text Example
White with #5E925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E925A; }
p { color: rgb(94,146,90); }
H1.HeaderClassName
{
color: #5E925A;
}
.AnyTagClassName
{
color: #5E925A;
}
</style>
background-color css
<style>
a { background-color: #5E925A; }
a { background-color: rgb(94,146,90); }
div.DivClassName
{
background-color: #5E925A;
}
.BgClassName
{
background-color: #5E925A;
}
</style>
border-color css
<style>
span { border-color: #5E925A; }
span { border-color: rgb(94,146,90); }
td.TdClassName
{
border-color: #5E925A;
}
.TagClassName
{
border-color: #5E925A;
}
</style>