Shades of Hippie Green #5A9651
Tints of Hippie Green #5A9651
RGB
CMYK
RGB Variations
Color information
#5A9651 (or 0x5A9651) is known color: Hippie Green. HEX triplet: 5A, 96 and 51. RGB value is (90,150,81). Sum of RGB (Red+Green+Blue) = 90+150+81=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9651 is #A569AE. Grayscale: #7C7C7C. Windows color (decimal): -10840495 or 5346906. OLE color: 5346906.
HSL color Cylindrical-coordinate representation of color #5A9651: hue angle of 112.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A9651 is Cyan = 0.4, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 150 | 81 | - |
| CMYK | 0.4 | 0 | 0.46 | 0.41 |
| HSL | 112.17º | 0.3% | 0.45% | - |
| HSV(B) | 112.17º | 0.46% | 0.59% | - |
| XYZ | 16.61 | 24.58 | 11.65 | - |
| YUV | 124.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 81 | 0.4 | 0 | 0.46 | 0.41 | 112.17 | 0.3 | 0.45 |
| Hex | 5A | 96 | 51 | 28 | 0 | 2E | 29 | 70 | 1E | 2D |
| Octal | 132 | 226 | 121 | 50 | 0 | 56 | 51 | 160 | 36 | 55 |
| Binary | 1011010 | 10010110 | 1010001 | 101000 | 0 | 101110 | 101001 | 1110000 | 11110 | 101101 |
Color Harmonies of #5A9651
Complementary color
Monochromatic Colors of #5A9651
Black with #5A9651
Text Example
Text Example
White with #5A9651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9651; }
p { color: rgb(90,150,81); }
H1.HeaderClassName
{
color: #5A9651;
}
.AnyTagClassName
{
color: #5A9651;
}
</style>
background-color css
<style>
a { background-color: #5A9651; }
a { background-color: rgb(90,150,81); }
div.DivClassName
{
background-color: #5A9651;
}
.BgClassName
{
background-color: #5A9651;
}
</style>
border-color css
<style>
span { border-color: #5A9651; }
span { border-color: rgb(90,150,81); }
td.TdClassName
{
border-color: #5A9651;
}
.TagClassName
{
border-color: #5A9651;
}
</style>