Shades of Hippie Green #5E9A4A
Tints of Hippie Green #5E9A4A
RGB
CMYK
RGB Variations
Color information
#5E9A4A (or 0x5E9A4A) is known color: Hippie Green. HEX triplet: 5E, 9A and 4A. RGB value is (94,154,74). Sum of RGB (Red+Green+Blue) = 94+154+74=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9A4A is #A165B5. Grayscale: #7F7F7F. Windows color (decimal): -10577334 or 4889182. OLE color: 4889182.
HSL color Cylindrical-coordinate representation of color #5E9A4A: hue angle of 105º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E9A4A is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 74 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.40 |
| HSL | 105º | 0.35% | 0.45% | - |
| HSV(B) | 105º | 0.52% | 0.6% | - |
| XYZ | 17.41 | 25.99 | 10.58 | - |
| YUV | 126.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 74 | 0.39 | 0 | 0.52 | 0.40 | 105 | 0.35 | 0.45 |
| Hex | 5E | 9A | 4A | 27 | 0 | 34 | 28 | 69 | 23 | 2D |
| Octal | 136 | 232 | 112 | 47 | 0 | 64 | 50 | 151 | 43 | 55 |
| Binary | 1011110 | 10011010 | 1001010 | 100111 | 0 | 110100 | 101000 | 1101001 | 100011 | 101101 |
Color Harmonies of #5E9A4A
Complementary color
Monochromatic Colors of #5E9A4A
Black with #5E9A4A
Text Example
Text Example
White with #5E9A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A4A; }
p { color: rgb(94,154,74); }
H1.HeaderClassName
{
color: #5E9A4A;
}
.AnyTagClassName
{
color: #5E9A4A;
}
</style>
background-color css
<style>
a { background-color: #5E9A4A; }
a { background-color: rgb(94,154,74); }
div.DivClassName
{
background-color: #5E9A4A;
}
.BgClassName
{
background-color: #5E9A4A;
}
</style>
border-color css
<style>
span { border-color: #5E9A4A; }
span { border-color: rgb(94,154,74); }
td.TdClassName
{
border-color: #5E9A4A;
}
.TagClassName
{
border-color: #5E9A4A;
}
</style>