Shades of Hippie Green #5A935E
Tints of Hippie Green #5A935E
RGB
CMYK
RGB Variations
Color information
#5A935E (or 0x5A935E) is known color: Hippie Green. HEX triplet: 5A, 93 and 5E. RGB value is (90,147,94). Sum of RGB (Red+Green+Blue) = 90+147+94=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #5A935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A935E is #A56CA1. Grayscale: #7C7C7C. Windows color (decimal): -10841250 or 6198106. OLE color: 6198106.
HSL color Cylindrical-coordinate representation of color #5A935E: hue angle of 124.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A935E is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 147 | 94 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.42 |
| HSL | 124.21º | 0.24% | 0.46% | - |
| HSV(B) | 124.21º | 0.39% | 0.58% | - |
| XYZ | 16.67 | 23.85 | 14.31 | - |
| YUV | 123.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 94 | 0.39 | 0 | 0.36 | 0.42 | 124.21 | 0.24 | 0.46 |
| Hex | 5A | 93 | 5E | 27 | 0 | 24 | 2A | 7C | 18 | 2E |
| Octal | 132 | 223 | 136 | 47 | 0 | 44 | 52 | 174 | 30 | 56 |
| Binary | 1011010 | 10010011 | 1011110 | 100111 | 0 | 100100 | 101010 | 1111100 | 11000 | 101110 |
Color Harmonies of #5A935E
Complementary color
Monochromatic Colors of #5A935E
Black with #5A935E
Text Example
Text Example
White with #5A935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A935E; }
p { color: rgb(90,147,94); }
H1.HeaderClassName
{
color: #5A935E;
}
.AnyTagClassName
{
color: #5A935E;
}
</style>
background-color css
<style>
a { background-color: #5A935E; }
a { background-color: rgb(90,147,94); }
div.DivClassName
{
background-color: #5A935E;
}
.BgClassName
{
background-color: #5A935E;
}
</style>
border-color css
<style>
span { border-color: #5A935E; }
span { border-color: rgb(90,147,94); }
td.TdClassName
{
border-color: #5A935E;
}
.TagClassName
{
border-color: #5A935E;
}
</style>