Shades of Hippie Green #5A9751
Tints of Hippie Green #5A9751
RGB
CMYK
RGB Variations
Color information
#5A9751 (or 0x5A9751) is known color: Hippie Green. HEX triplet: 5A, 97 and 51. RGB value is (90,151,81). Sum of RGB (Red+Green+Blue) = 90+151+81=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9751 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9751 is #A568AE. Grayscale: #7C7C7C. Windows color (decimal): -10840239 or 5347162. OLE color: 5347162.
HSL color Cylindrical-coordinate representation of color #5A9751: hue angle of 112.29º 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 #5A9751 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 151 | 81 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.41 |
| HSL | 112.29º | 0.3% | 0.45% | - |
| HSV(B) | 112.29º | 0.46% | 0.59% | - |
| XYZ | 16.77 | 24.9 | 11.71 | - |
| YUV | 124.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 81 | 0.40 | 0 | 0.46 | 0.41 | 112.29 | 0.3 | 0.45 |
| Hex | 5A | 97 | 51 | 28 | 0 | 2E | 29 | 70 | 1E | 2D |
| Octal | 132 | 227 | 121 | 50 | 0 | 56 | 51 | 160 | 36 | 55 |
| Binary | 1011010 | 10010111 | 1010001 | 101000 | 0 | 101110 | 101001 | 1110000 | 11110 | 101101 |
Color Harmonies of #5A9751
Complementary color
Monochromatic Colors of #5A9751
Black with #5A9751
Text Example
Text Example
White with #5A9751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9751; }
p { color: rgb(90,151,81); }
H1.HeaderClassName
{
color: #5A9751;
}
.AnyTagClassName
{
color: #5A9751;
}
</style>
background-color css
<style>
a { background-color: #5A9751; }
a { background-color: rgb(90,151,81); }
div.DivClassName
{
background-color: #5A9751;
}
.BgClassName
{
background-color: #5A9751;
}
</style>
border-color css
<style>
span { border-color: #5A9751; }
span { border-color: rgb(90,151,81); }
td.TdClassName
{
border-color: #5A9751;
}
.TagClassName
{
border-color: #5A9751;
}
</style>