Shades of Hippie Green #5A9959
Tints of Hippie Green #5A9959
RGB
CMYK
RGB Variations
Color information
#5A9959 (or 0x5A9959) is known color: Hippie Green. HEX triplet: 5A, 99 and 59. RGB value is (90,153,89). Sum of RGB (Red+Green+Blue) = 90+153+89=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #5A9959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9959 is #A566A6. Grayscale: #7F7F7F. Windows color (decimal): -10839719 or 5871962. OLE color: 5871962.
HSL color Cylindrical-coordinate representation of color #5A9959: hue angle of 119.06º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9959 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 153 | 89 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.4 |
| HSL | 119.06º | 0.26% | 0.47% | - |
| HSV(B) | 119.06º | 0.42% | 0.6% | - |
| XYZ | 17.41 | 25.68 | 13.49 | - |
| YUV | 126.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 89 | 0.41 | 0 | 0.42 | 0.4 | 119.06 | 0.26 | 0.47 |
| Hex | 5A | 99 | 59 | 29 | 0 | 2A | 28 | 77 | 1A | 2F |
| Octal | 132 | 231 | 131 | 51 | 0 | 52 | 50 | 167 | 32 | 57 |
| Binary | 1011010 | 10011001 | 1011001 | 101001 | 0 | 101010 | 101000 | 1110111 | 11010 | 101111 |
Color Harmonies of #5A9959
Complementary color
Monochromatic Colors of #5A9959
Black with #5A9959
Text Example
Text Example
White with #5A9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9959; }
p { color: rgb(90,153,89); }
H1.HeaderClassName
{
color: #5A9959;
}
.AnyTagClassName
{
color: #5A9959;
}
</style>
background-color css
<style>
a { background-color: #5A9959; }
a { background-color: rgb(90,153,89); }
div.DivClassName
{
background-color: #5A9959;
}
.BgClassName
{
background-color: #5A9959;
}
</style>
border-color css
<style>
span { border-color: #5A9959; }
span { border-color: rgb(90,153,89); }
td.TdClassName
{
border-color: #5A9959;
}
.TagClassName
{
border-color: #5A9959;
}
</style>