Shades of Hippie Green #5A9551
Tints of Hippie Green #5A9551
RGB
CMYK
RGB Variations
Color information
#5A9551 (or 0x5A9551) is known color: Hippie Green. HEX triplet: 5A, 95 and 51. RGB value is (90,149,81). Sum of RGB (Red+Green+Blue) = 90+149+81=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9551 is #A56AAE. Grayscale: #7B7B7B. Windows color (decimal): -10840751 or 5346650. OLE color: 5346650.
HSL color Cylindrical-coordinate representation of color #5A9551: hue angle of 112.06º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A9551 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 81 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.42 |
| HSL | 112.06º | 0.3% | 0.45% | - |
| HSV(B) | 112.06º | 0.46% | 0.58% | - |
| XYZ | 16.45 | 24.26 | 11.6 | - |
| YUV | 123.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 81 | 0.40 | 0 | 0.46 | 0.42 | 112.06 | 0.3 | 0.45 |
| Hex | 5A | 95 | 51 | 28 | 0 | 2E | 2A | 70 | 1E | 2D |
| Octal | 132 | 225 | 121 | 50 | 0 | 56 | 52 | 160 | 36 | 55 |
| Binary | 1011010 | 10010101 | 1010001 | 101000 | 0 | 101110 | 101010 | 1110000 | 11110 | 101101 |
Color Harmonies of #5A9551
Complementary color
Monochromatic Colors of #5A9551
Black with #5A9551
Text Example
Text Example
White with #5A9551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9551; }
p { color: rgb(90,149,81); }
H1.HeaderClassName
{
color: #5A9551;
}
.AnyTagClassName
{
color: #5A9551;
}
</style>
background-color css
<style>
a { background-color: #5A9551; }
a { background-color: rgb(90,149,81); }
div.DivClassName
{
background-color: #5A9551;
}
.BgClassName
{
background-color: #5A9551;
}
</style>
border-color css
<style>
span { border-color: #5A9551; }
span { border-color: rgb(90,149,81); }
td.TdClassName
{
border-color: #5A9551;
}
.TagClassName
{
border-color: #5A9551;
}
</style>