Shades of Hippie Green #5A904E
Tints of Hippie Green #5A904E
RGB
CMYK
RGB Variations
Color information
#5A904E (or 0x5A904E) is known color: Hippie Green. HEX triplet: 5A, 90 and 4E. RGB value is (90,144,78). Sum of RGB (Red+Green+Blue) = 90+144+78=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #5A904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A904E is #A56FB1. Grayscale: #787878. Windows color (decimal): -10842034 or 5148762. OLE color: 5148762.
HSL color Cylindrical-coordinate representation of color #5A904E: hue angle of 109.09º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A904E is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 144 | 78 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.44 |
| HSL | 109.09º | 0.3% | 0.44% | - |
| HSV(B) | 109.09º | 0.46% | 0.56% | - |
| XYZ | 15.56 | 22.67 | 10.76 | - |
| YUV | 120.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 78 | 0.37 | 0 | 0.46 | 0.44 | 109.09 | 0.3 | 0.44 |
| Hex | 5A | 90 | 4E | 25 | 0 | 2E | 2C | 6D | 1E | 2C |
| Octal | 132 | 220 | 116 | 45 | 0 | 56 | 54 | 155 | 36 | 54 |
| Binary | 1011010 | 10010000 | 1001110 | 100101 | 0 | 101110 | 101100 | 1101101 | 11110 | 101100 |
Color Harmonies of #5A904E
Complementary color
Monochromatic Colors of #5A904E
Black with #5A904E
Text Example
Text Example
White with #5A904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A904E; }
p { color: rgb(90,144,78); }
H1.HeaderClassName
{
color: #5A904E;
}
.AnyTagClassName
{
color: #5A904E;
}
</style>
background-color css
<style>
a { background-color: #5A904E; }
a { background-color: rgb(90,144,78); }
div.DivClassName
{
background-color: #5A904E;
}
.BgClassName
{
background-color: #5A904E;
}
</style>
border-color css
<style>
span { border-color: #5A904E; }
span { border-color: rgb(90,144,78); }
td.TdClassName
{
border-color: #5A904E;
}
.TagClassName
{
border-color: #5A904E;
}
</style>