Shades of Hippie Green #5A9555
Tints of Hippie Green #5A9555
RGB
CMYK
RGB Variations
Color information
#5A9555 (or 0x5A9555) is known color: Hippie Green. HEX triplet: 5A, 95 and 55. RGB value is (90,149,85). Sum of RGB (Red+Green+Blue) = 90+149+85=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9555 is #A56AAA. Grayscale: #7C7C7C. Windows color (decimal): -10840747 or 5608794. OLE color: 5608794.
HSL color Cylindrical-coordinate representation of color #5A9555: hue angle of 115.31º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9555 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 85 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.42 |
| HSL | 115.31º | 0.27% | 0.46% | - |
| HSV(B) | 115.31º | 0.43% | 0.58% | - |
| XYZ | 16.6 | 24.32 | 12.41 | - |
| YUV | 124.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 85 | 0.40 | 0 | 0.43 | 0.42 | 115.31 | 0.27 | 0.46 |
| Hex | 5A | 95 | 55 | 28 | 0 | 2B | 2A | 73 | 1B | 2E |
| Octal | 132 | 225 | 125 | 50 | 0 | 53 | 52 | 163 | 33 | 56 |
| Binary | 1011010 | 10010101 | 1010101 | 101000 | 0 | 101011 | 101010 | 1110011 | 11011 | 101110 |
Color Harmonies of #5A9555
Complementary color
Monochromatic Colors of #5A9555
Black with #5A9555
Text Example
Text Example
White with #5A9555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9555; }
p { color: rgb(90,149,85); }
H1.HeaderClassName
{
color: #5A9555;
}
.AnyTagClassName
{
color: #5A9555;
}
</style>
background-color css
<style>
a { background-color: #5A9555; }
a { background-color: rgb(90,149,85); }
div.DivClassName
{
background-color: #5A9555;
}
.BgClassName
{
background-color: #5A9555;
}
</style>
border-color css
<style>
span { border-color: #5A9555; }
span { border-color: rgb(90,149,85); }
td.TdClassName
{
border-color: #5A9555;
}
.TagClassName
{
border-color: #5A9555;
}
</style>