Shades of Vida Loca #5A8A2C
Tints of Vida Loca #5A8A2C
RGB
CMYK
RGB Variations
Color information
#5A8A2C (or 0x5A8A2C) is known color: Vida Loca. HEX triplet: 5A, 8A and 2C. RGB value is (90,138,44). Sum of RGB (Red+Green+Blue) = 90+138+44=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8A2C is #A575D3. Grayscale: #717171. Windows color (decimal): -10843604 or 2919002. OLE color: 2919002.
HSL color Cylindrical-coordinate representation of color #5A8A2C: hue angle of 90.64º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A8A2C is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 138 | 44 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.46 |
| HSL | 90.64º | 0.52% | 0.36% | - |
| HSV(B) | 90.64º | 0.68% | 0.54% | - |
| XYZ | 13.76 | 20.53 | 5.62 | - |
| YUV | 112.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 44 | 0.35 | 0 | 0.68 | 0.46 | 90.64 | 0.52 | 0.36 |
| Hex | 5A | 8A | 2C | 23 | 0 | 44 | 2E | 5B | 34 | 24 |
| Octal | 132 | 212 | 54 | 43 | 0 | 104 | 56 | 133 | 64 | 44 |
| Binary | 1011010 | 10001010 | 101100 | 100011 | 0 | 1000100 | 101110 | 1011011 | 110100 | 100100 |
Color Harmonies of #5A8A2C
Complementary color
Monochromatic Colors of #5A8A2C
Black with #5A8A2C
Text Example
Text Example
White with #5A8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A2C; }
p { color: rgb(90,138,44); }
H1.HeaderClassName
{
color: #5A8A2C;
}
.AnyTagClassName
{
color: #5A8A2C;
}
</style>
background-color css
<style>
a { background-color: #5A8A2C; }
a { background-color: rgb(90,138,44); }
div.DivClassName
{
background-color: #5A8A2C;
}
.BgClassName
{
background-color: #5A8A2C;
}
</style>
border-color css
<style>
span { border-color: #5A8A2C; }
span { border-color: rgb(90,138,44); }
td.TdClassName
{
border-color: #5A8A2C;
}
.TagClassName
{
border-color: #5A8A2C;
}
</style>