Shades of Hippie Green #5A9254
Tints of Hippie Green #5A9254
RGB
CMYK
RGB Variations
Color information
#5A9254 (or 0x5A9254) is known color: Hippie Green. HEX triplet: 5A, 92 and 54. RGB value is (90,146,84). Sum of RGB (Red+Green+Blue) = 90+146+84=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #5A9254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9254 is #A56DAB. Grayscale: #7A7A7A. Windows color (decimal): -10841516 or 5542490. OLE color: 5542490.
HSL color Cylindrical-coordinate representation of color #5A9254: hue angle of 114.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9254 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 146 | 84 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.43 |
| HSL | 114.19º | 0.27% | 0.45% | - |
| HSV(B) | 114.19º | 0.42% | 0.57% | - |
| XYZ | 16.1 | 23.37 | 12.05 | - |
| YUV | 122.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 84 | 0.38 | 0 | 0.42 | 0.43 | 114.19 | 0.27 | 0.45 |
| Hex | 5A | 92 | 54 | 26 | 0 | 2A | 2B | 72 | 1B | 2D |
| Octal | 132 | 222 | 124 | 46 | 0 | 52 | 53 | 162 | 33 | 55 |
| Binary | 1011010 | 10010010 | 1010100 | 100110 | 0 | 101010 | 101011 | 1110010 | 11011 | 101101 |
Color Harmonies of #5A9254
Complementary color
Monochromatic Colors of #5A9254
Black with #5A9254
Text Example
Text Example
White with #5A9254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9254; }
p { color: rgb(90,146,84); }
H1.HeaderClassName
{
color: #5A9254;
}
.AnyTagClassName
{
color: #5A9254;
}
</style>
background-color css
<style>
a { background-color: #5A9254; }
a { background-color: rgb(90,146,84); }
div.DivClassName
{
background-color: #5A9254;
}
.BgClassName
{
background-color: #5A9254;
}
</style>
border-color css
<style>
span { border-color: #5A9254; }
span { border-color: rgb(90,146,84); }
td.TdClassName
{
border-color: #5A9254;
}
.TagClassName
{
border-color: #5A9254;
}
</style>