Shades of Hippie Green #5A8C5B
Tints of Hippie Green #5A8C5B
RGB
CMYK
RGB Variations
Color information
#5A8C5B (or 0x5A8C5B) is known color: Hippie Green. HEX triplet: 5A, 8C and 5B. RGB value is (90,140,91). Sum of RGB (Red+Green+Blue) = 90+140+91=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8C5B is #A573A4. Grayscale: #777777. Windows color (decimal): -10843045 or 5999706. OLE color: 5999706.
HSL color Cylindrical-coordinate representation of color #5A8C5B: hue angle of 121.2º 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 #5A8C5B is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 140 | 91 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.45 |
| HSL | 121.2º | 0.22% | 0.45% | - |
| HSV(B) | 121.2º | 0.36% | 0.55% | - |
| XYZ | 15.48 | 21.69 | 13.27 | - |
| YUV | 119.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 91 | 0.36 | 0 | 0.35 | 0.45 | 121.2 | 0.22 | 0.45 |
| Hex | 5A | 8C | 5B | 24 | 0 | 23 | 2D | 79 | 16 | 2D |
| Octal | 132 | 214 | 133 | 44 | 0 | 43 | 55 | 171 | 26 | 55 |
| Binary | 1011010 | 10001100 | 1011011 | 100100 | 0 | 100011 | 101101 | 1111001 | 10110 | 101101 |
Color Harmonies of #5A8C5B
Complementary color
Monochromatic Colors of #5A8C5B
Black with #5A8C5B
Text Example
Text Example
White with #5A8C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8C5B; }
p { color: rgb(90,140,91); }
H1.HeaderClassName
{
color: #5A8C5B;
}
.AnyTagClassName
{
color: #5A8C5B;
}
</style>
background-color css
<style>
a { background-color: #5A8C5B; }
a { background-color: rgb(90,140,91); }
div.DivClassName
{
background-color: #5A8C5B;
}
.BgClassName
{
background-color: #5A8C5B;
}
</style>
border-color css
<style>
span { border-color: #5A8C5B; }
span { border-color: rgb(90,140,91); }
td.TdClassName
{
border-color: #5A8C5B;
}
.TagClassName
{
border-color: #5A8C5B;
}
</style>