Shades of Hippie Green #5E905A
Tints of Hippie Green #5E905A
RGB
CMYK
RGB Variations
Color information
#5E905A (or 0x5E905A) is known color: Hippie Green. HEX triplet: 5E, 90 and 5A. RGB value is (94,144,90). Sum of RGB (Red+Green+Blue) = 94+144+90=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #5E905A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E905A is #A16FA5. Grayscale: #7B7B7B. Windows color (decimal): -10579878 or 5935198. OLE color: 5935198.
HSL color Cylindrical-coordinate representation of color #5E905A: hue angle of 115.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E905A is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 90 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.44 |
| HSL | 115.56º | 0.23% | 0.46% | - |
| HSV(B) | 115.56º | 0.38% | 0.56% | - |
| XYZ | 16.43 | 23.06 | 13.26 | - |
| YUV | 122.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 90 | 0.35 | 0 | 0.37 | 0.44 | 115.56 | 0.23 | 0.46 |
| Hex | 5E | 90 | 5A | 23 | 0 | 25 | 2C | 74 | 17 | 2E |
| Octal | 136 | 220 | 132 | 43 | 0 | 45 | 54 | 164 | 27 | 56 |
| Binary | 1011110 | 10010000 | 1011010 | 100011 | 0 | 100101 | 101100 | 1110100 | 10111 | 101110 |
Color Harmonies of #5E905A
Complementary color
Monochromatic Colors of #5E905A
Black with #5E905A
Text Example
Text Example
White with #5E905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E905A; }
p { color: rgb(94,144,90); }
H1.HeaderClassName
{
color: #5E905A;
}
.AnyTagClassName
{
color: #5E905A;
}
</style>
background-color css
<style>
a { background-color: #5E905A; }
a { background-color: rgb(94,144,90); }
div.DivClassName
{
background-color: #5E905A;
}
.BgClassName
{
background-color: #5E905A;
}
</style>
border-color css
<style>
span { border-color: #5E905A; }
span { border-color: rgb(94,144,90); }
td.TdClassName
{
border-color: #5E905A;
}
.TagClassName
{
border-color: #5E905A;
}
</style>