Shades of Hippie Green #5A9B51
Tints of Hippie Green #5A9B51
RGB
CMYK
RGB Variations
Color information
#5A9B51 (or 0x5A9B51) is known color: Hippie Green. HEX triplet: 5A, 9B and 51. RGB value is (90,155,81). Sum of RGB (Red+Green+Blue) = 90+155+81=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B51 is #A564AE. Grayscale: #7F7F7F. Windows color (decimal): -10839215 or 5348186. OLE color: 5348186.
HSL color Cylindrical-coordinate representation of color #5A9B51: hue angle of 112.7º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A9B51 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 155 | 81 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.39 |
| HSL | 112.7º | 0.31% | 0.46% | - |
| HSV(B) | 112.7º | 0.48% | 0.61% | - |
| XYZ | 17.42 | 26.21 | 11.93 | - |
| YUV | 127.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 81 | 0.42 | 0 | 0.48 | 0.39 | 112.7 | 0.31 | 0.46 |
| Hex | 5A | 9B | 51 | 2A | 0 | 30 | 27 | 71 | 1F | 2E |
| Octal | 132 | 233 | 121 | 52 | 0 | 60 | 47 | 161 | 37 | 56 |
| Binary | 1011010 | 10011011 | 1010001 | 101010 | 0 | 110000 | 100111 | 1110001 | 11111 | 101110 |
Color Harmonies of #5A9B51
Complementary color
Monochromatic Colors of #5A9B51
Black with #5A9B51
Text Example
Text Example
White with #5A9B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9B51; }
p { color: rgb(90,155,81); }
H1.HeaderClassName
{
color: #5A9B51;
}
.AnyTagClassName
{
color: #5A9B51;
}
</style>
background-color css
<style>
a { background-color: #5A9B51; }
a { background-color: rgb(90,155,81); }
div.DivClassName
{
background-color: #5A9B51;
}
.BgClassName
{
background-color: #5A9B51;
}
</style>
border-color css
<style>
span { border-color: #5A9B51; }
span { border-color: rgb(90,155,81); }
td.TdClassName
{
border-color: #5A9B51;
}
.TagClassName
{
border-color: #5A9B51;
}
</style>