Shades of Hippie Green #5A905C
Tints of Hippie Green #5A905C
RGB
CMYK
RGB Variations
Color information
#5A905C (or 0x5A905C) is known color: Hippie Green. HEX triplet: 5A, 90 and 5C. RGB value is (90,144,92). Sum of RGB (Red+Green+Blue) = 90+144+92=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #5A905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A905C is #A56FA3. Grayscale: #7A7A7A. Windows color (decimal): -10842020 or 6066266. OLE color: 6066266.
HSL color Cylindrical-coordinate representation of color #5A905C: hue angle of 122.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A905C is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 144 | 92 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.44 |
| HSL | 122.22º | 0.23% | 0.46% | - |
| HSV(B) | 122.22º | 0.38% | 0.56% | - |
| XYZ | 16.12 | 22.89 | 13.69 | - |
| YUV | 121.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 92 | 0.37 | 0 | 0.36 | 0.44 | 122.22 | 0.23 | 0.46 |
| Hex | 5A | 90 | 5C | 25 | 0 | 24 | 2C | 7A | 17 | 2E |
| Octal | 132 | 220 | 134 | 45 | 0 | 44 | 54 | 172 | 27 | 56 |
| Binary | 1011010 | 10010000 | 1011100 | 100101 | 0 | 100100 | 101100 | 1111010 | 10111 | 101110 |
Color Harmonies of #5A905C
Complementary color
Monochromatic Colors of #5A905C
Black with #5A905C
Text Example
Text Example
White with #5A905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A905C; }
p { color: rgb(90,144,92); }
H1.HeaderClassName
{
color: #5A905C;
}
.AnyTagClassName
{
color: #5A905C;
}
</style>
background-color css
<style>
a { background-color: #5A905C; }
a { background-color: rgb(90,144,92); }
div.DivClassName
{
background-color: #5A905C;
}
.BgClassName
{
background-color: #5A905C;
}
</style>
border-color css
<style>
span { border-color: #5A905C; }
span { border-color: rgb(90,144,92); }
td.TdClassName
{
border-color: #5A905C;
}
.TagClassName
{
border-color: #5A905C;
}
</style>