Shades of Hippie Green #5A944A
Tints of Hippie Green #5A944A
RGB
CMYK
RGB Variations
Color information
#5A944A (or 0x5A944A) is known color: Hippie Green. HEX triplet: 5A, 94 and 4A. RGB value is (90,148,74). Sum of RGB (Red+Green+Blue) = 90+148+74=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #5A944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A944A is #A56BB5. Grayscale: #7A7A7A. Windows color (decimal): -10841014 or 4887642. OLE color: 4887642.
HSL color Cylindrical-coordinate representation of color #5A944A: hue angle of 107.03º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A944A is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 148 | 74 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.42 |
| HSL | 107.03º | 0.33% | 0.44% | - |
| HSV(B) | 107.03º | 0.5% | 0.58% | - |
| XYZ | 16.04 | 23.85 | 10.24 | - |
| YUV | 122.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 148 | 74 | 0.39 | 0 | 0.50 | 0.42 | 107.03 | 0.33 | 0.44 |
| Hex | 5A | 94 | 4A | 27 | 0 | 32 | 2A | 6B | 21 | 2C |
| Octal | 132 | 224 | 112 | 47 | 0 | 62 | 52 | 153 | 41 | 54 |
| Binary | 1011010 | 10010100 | 1001010 | 100111 | 0 | 110010 | 101010 | 1101011 | 100001 | 101100 |
Color Harmonies of #5A944A
Complementary color
Monochromatic Colors of #5A944A
Black with #5A944A
Text Example
Text Example
White with #5A944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A944A; }
p { color: rgb(90,148,74); }
H1.HeaderClassName
{
color: #5A944A;
}
.AnyTagClassName
{
color: #5A944A;
}
</style>
background-color css
<style>
a { background-color: #5A944A; }
a { background-color: rgb(90,148,74); }
div.DivClassName
{
background-color: #5A944A;
}
.BgClassName
{
background-color: #5A944A;
}
</style>
border-color css
<style>
span { border-color: #5A944A; }
span { border-color: rgb(90,148,74); }
td.TdClassName
{
border-color: #5A944A;
}
.TagClassName
{
border-color: #5A944A;
}
</style>