Shades of Vida Loca #5A8A1D
Tints of Vida Loca #5A8A1D
RGB
CMYK
RGB Variations
Color information
#5A8A1D (or 0x5A8A1D) is known color: Vida Loca. HEX triplet: 5A, 8A and 1D. RGB value is (90,138,29). Sum of RGB (Red+Green+Blue) = 90+138+29=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8A1D is #A575E2. Grayscale: #6F6F6F. Windows color (decimal): -10843619 or 1935962. OLE color: 1935962.
HSL color Cylindrical-coordinate representation of color #5A8A1D: hue angle of 86.42º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A8A1D is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 138 | 29 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.46 |
| HSL | 86.42º | 0.65% | 0.33% | - |
| HSV(B) | 86.42º | 0.79% | 0.54% | - |
| XYZ | 13.53 | 20.44 | 4.39 | - |
| YUV | 111.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 29 | 0.35 | 0 | 0.79 | 0.46 | 86.42 | 0.65 | 0.33 |
| Hex | 5A | 8A | 1D | 23 | 0 | 4F | 2E | 56 | 41 | 21 |
| Octal | 132 | 212 | 35 | 43 | 0 | 117 | 56 | 126 | 101 | 41 |
| Binary | 1011010 | 10001010 | 11101 | 100011 | 0 | 1001111 | 101110 | 1010110 | 1000001 | 100001 |
Color Harmonies of #5A8A1D
Complementary color
Monochromatic Colors of #5A8A1D
Black with #5A8A1D
Text Example
Text Example
White with #5A8A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A1D; }
p { color: rgb(90,138,29); }
H1.HeaderClassName
{
color: #5A8A1D;
}
.AnyTagClassName
{
color: #5A8A1D;
}
</style>
background-color css
<style>
a { background-color: #5A8A1D; }
a { background-color: rgb(90,138,29); }
div.DivClassName
{
background-color: #5A8A1D;
}
.BgClassName
{
background-color: #5A8A1D;
}
</style>
border-color css
<style>
span { border-color: #5A8A1D; }
span { border-color: rgb(90,138,29); }
td.TdClassName
{
border-color: #5A8A1D;
}
.TagClassName
{
border-color: #5A8A1D;
}
</style>