Shades of Hippie Green #5A9454
Tints of Hippie Green #5A9454
RGB
CMYK
RGB Variations
Color information
#5A9454 (or 0x5A9454) is known color: Hippie Green. HEX triplet: 5A, 94 and 54. RGB value is (90,148,84). Sum of RGB (Red+Green+Blue) = 90+148+84=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9454 is #A56BAB. Grayscale: #7B7B7B. Windows color (decimal): -10841004 or 5543002. OLE color: 5543002.
HSL color Cylindrical-coordinate representation of color #5A9454: hue angle of 114.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9454 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 148 | 84 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.42 |
| HSL | 114.38º | 0.28% | 0.45% | - |
| HSV(B) | 114.38º | 0.43% | 0.58% | - |
| XYZ | 16.41 | 23.99 | 12.15 | - |
| YUV | 123.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 148 | 84 | 0.39 | 0 | 0.43 | 0.42 | 114.38 | 0.28 | 0.45 |
| Hex | 5A | 94 | 54 | 27 | 0 | 2B | 2A | 72 | 1C | 2D |
| Octal | 132 | 224 | 124 | 47 | 0 | 53 | 52 | 162 | 34 | 55 |
| Binary | 1011010 | 10010100 | 1010100 | 100111 | 0 | 101011 | 101010 | 1110010 | 11100 | 101101 |
Color Harmonies of #5A9454
Complementary color
Monochromatic Colors of #5A9454
Black with #5A9454
Text Example
Text Example
White with #5A9454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9454; }
p { color: rgb(90,148,84); }
H1.HeaderClassName
{
color: #5A9454;
}
.AnyTagClassName
{
color: #5A9454;
}
</style>
background-color css
<style>
a { background-color: #5A9454; }
a { background-color: rgb(90,148,84); }
div.DivClassName
{
background-color: #5A9454;
}
.BgClassName
{
background-color: #5A9454;
}
</style>
border-color css
<style>
span { border-color: #5A9454; }
span { border-color: rgb(90,148,84); }
td.TdClassName
{
border-color: #5A9454;
}
.TagClassName
{
border-color: #5A9454;
}
</style>