Shades of Hippie Green #5A8C53
Tints of Hippie Green #5A8C53
RGB
CMYK
RGB Variations
Color information
#5A8C53 (or 0x5A8C53) is known color: Hippie Green. HEX triplet: 5A, 8C and 53. RGB value is (90,140,83). Sum of RGB (Red+Green+Blue) = 90+140+83=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8C53 is #A573AC. Grayscale: #767676. Windows color (decimal): -10843053 or 5475418. OLE color: 5475418.
HSL color Cylindrical-coordinate representation of color #5A8C53: hue angle of 112.63º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A8C53 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 140 | 83 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.45 |
| HSL | 112.63º | 0.26% | 0.44% | - |
| HSV(B) | 112.63º | 0.41% | 0.55% | - |
| XYZ | 15.16 | 21.55 | 11.55 | - |
| YUV | 118.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 83 | 0.36 | 0 | 0.41 | 0.45 | 112.63 | 0.26 | 0.44 |
| Hex | 5A | 8C | 53 | 24 | 0 | 29 | 2D | 71 | 1A | 2C |
| Octal | 132 | 214 | 123 | 44 | 0 | 51 | 55 | 161 | 32 | 54 |
| Binary | 1011010 | 10001100 | 1010011 | 100100 | 0 | 101001 | 101101 | 1110001 | 11010 | 101100 |
Color Harmonies of #5A8C53
Complementary color
Monochromatic Colors of #5A8C53
Black with #5A8C53
Text Example
Text Example
White with #5A8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8C53; }
p { color: rgb(90,140,83); }
H1.HeaderClassName
{
color: #5A8C53;
}
.AnyTagClassName
{
color: #5A8C53;
}
</style>
background-color css
<style>
a { background-color: #5A8C53; }
a { background-color: rgb(90,140,83); }
div.DivClassName
{
background-color: #5A8C53;
}
.BgClassName
{
background-color: #5A8C53;
}
</style>
border-color css
<style>
span { border-color: #5A8C53; }
span { border-color: rgb(90,140,83); }
td.TdClassName
{
border-color: #5A8C53;
}
.TagClassName
{
border-color: #5A8C53;
}
</style>