Shades of Hippie Green #5A8A52
Tints of Hippie Green #5A8A52
RGB
CMYK
RGB Variations
Color information
#5A8A52 (or 0x5A8A52) is known color: Hippie Green. HEX triplet: 5A, 8A and 52. RGB value is (90,138,82). Sum of RGB (Red+Green+Blue) = 90+138+82=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A52 is #A575AD. Grayscale: #757575. Windows color (decimal): -10843566 or 5409370. OLE color: 5409370.
HSL color Cylindrical-coordinate representation of color #5A8A52: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A8A52 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 138 | 82 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.46 |
| HSL | 111.43º | 0.25% | 0.43% | - |
| HSV(B) | 111.43º | 0.41% | 0.54% | - |
| XYZ | 14.83 | 20.96 | 11.25 | - |
| YUV | 117.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 82 | 0.35 | 0 | 0.41 | 0.46 | 111.43 | 0.25 | 0.43 |
| Hex | 5A | 8A | 52 | 23 | 0 | 29 | 2E | 6F | 19 | 2B |
| Octal | 132 | 212 | 122 | 43 | 0 | 51 | 56 | 157 | 31 | 53 |
| Binary | 1011010 | 10001010 | 1010010 | 100011 | 0 | 101001 | 101110 | 1101111 | 11001 | 101011 |
Color Harmonies of #5A8A52
Complementary color
Monochromatic Colors of #5A8A52
Black with #5A8A52
Text Example
Text Example
White with #5A8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A52; }
p { color: rgb(90,138,82); }
H1.HeaderClassName
{
color: #5A8A52;
}
.AnyTagClassName
{
color: #5A8A52;
}
</style>
background-color css
<style>
a { background-color: #5A8A52; }
a { background-color: rgb(90,138,82); }
div.DivClassName
{
background-color: #5A8A52;
}
.BgClassName
{
background-color: #5A8A52;
}
</style>
border-color css
<style>
span { border-color: #5A8A52; }
span { border-color: rgb(90,138,82); }
td.TdClassName
{
border-color: #5A8A52;
}
.TagClassName
{
border-color: #5A8A52;
}
</style>