Shades of Hippie Green #5A8E5D
Tints of Hippie Green #5A8E5D
RGB
CMYK
RGB Variations
Color information
#5A8E5D (or 0x5A8E5D) is known color: Hippie Green. HEX triplet: 5A, 8E and 5D. RGB value is (90,142,93). Sum of RGB (Red+Green+Blue) = 90+142+93=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #5A8E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8E5D is #A571A2. Grayscale: #797979. Windows color (decimal): -10842531 or 6131290. OLE color: 6131290.
HSL color Cylindrical-coordinate representation of color #5A8E5D: hue angle of 123.46º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8E5D is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 142 | 93 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.44 |
| HSL | 123.46º | 0.22% | 0.45% | - |
| HSV(B) | 123.46º | 0.37% | 0.56% | - |
| XYZ | 15.87 | 22.31 | 13.83 | - |
| YUV | 120.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 93 | 0.37 | 0 | 0.35 | 0.44 | 123.46 | 0.22 | 0.45 |
| Hex | 5A | 8E | 5D | 25 | 0 | 23 | 2C | 7B | 16 | 2D |
| Octal | 132 | 216 | 135 | 45 | 0 | 43 | 54 | 173 | 26 | 55 |
| Binary | 1011010 | 10001110 | 1011101 | 100101 | 0 | 100011 | 101100 | 1111011 | 10110 | 101101 |
Color Harmonies of #5A8E5D
Complementary color
Monochromatic Colors of #5A8E5D
Black with #5A8E5D
Text Example
Text Example
White with #5A8E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8E5D; }
p { color: rgb(90,142,93); }
H1.HeaderClassName
{
color: #5A8E5D;
}
.AnyTagClassName
{
color: #5A8E5D;
}
</style>
background-color css
<style>
a { background-color: #5A8E5D; }
a { background-color: rgb(90,142,93); }
div.DivClassName
{
background-color: #5A8E5D;
}
.BgClassName
{
background-color: #5A8E5D;
}
</style>
border-color css
<style>
span { border-color: #5A8E5D; }
span { border-color: rgb(90,142,93); }
td.TdClassName
{
border-color: #5A8E5D;
}
.TagClassName
{
border-color: #5A8E5D;
}
</style>