Shades of Hippie Green #5A8C5D
Tints of Hippie Green #5A8C5D
RGB
CMYK
RGB Variations
Color information
#5A8C5D (or 0x5A8C5D) is known color: Hippie Green. HEX triplet: 5A, 8C and 5D. RGB value is (90,140,93). Sum of RGB (Red+Green+Blue) = 90+140+93=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8C5D is #A573A2. Grayscale: #777777. Windows color (decimal): -10843043 or 6130778. OLE color: 6130778.
HSL color Cylindrical-coordinate representation of color #5A8C5D: hue angle of 123.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A8C5D is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 140 | 93 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.45 |
| HSL | 123.6º | 0.22% | 0.45% | - |
| HSV(B) | 123.6º | 0.36% | 0.55% | - |
| XYZ | 15.57 | 21.72 | 13.73 | - |
| YUV | 119.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 93 | 0.36 | 0 | 0.34 | 0.45 | 123.6 | 0.22 | 0.45 |
| Hex | 5A | 8C | 5D | 24 | 0 | 22 | 2D | 7C | 16 | 2D |
| Octal | 132 | 214 | 135 | 44 | 0 | 42 | 55 | 174 | 26 | 55 |
| Binary | 1011010 | 10001100 | 1011101 | 100100 | 0 | 100010 | 101101 | 1111100 | 10110 | 101101 |
Color Harmonies of #5A8C5D
Complementary color
Monochromatic Colors of #5A8C5D
Black with #5A8C5D
Text Example
Text Example
White with #5A8C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8C5D; }
p { color: rgb(90,140,93); }
H1.HeaderClassName
{
color: #5A8C5D;
}
.AnyTagClassName
{
color: #5A8C5D;
}
</style>
background-color css
<style>
a { background-color: #5A8C5D; }
a { background-color: rgb(90,140,93); }
div.DivClassName
{
background-color: #5A8C5D;
}
.BgClassName
{
background-color: #5A8C5D;
}
</style>
border-color css
<style>
span { border-color: #5A8C5D; }
span { border-color: rgb(90,140,93); }
td.TdClassName
{
border-color: #5A8C5D;
}
.TagClassName
{
border-color: #5A8C5D;
}
</style>