Shades of Vida Loca #4A8A06
Tints of Vida Loca #4A8A06
RGB
CMYK
RGB Variations
Color information
#4A8A06 (or 0x4A8A06) is known color: Vida Loca. HEX triplet: 4A, 8A and 06. RGB value is (74,138,6). Sum of RGB (Red+Green+Blue) = 74+138+6=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 138 (54.30% from 255 or 63.30% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8A06 is #B575F9. Grayscale: #686868. Windows color (decimal): -11892218 or 428618. OLE color: 428618.
HSL color Cylindrical-coordinate representation of color #4A8A06: hue angle of 89.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A8A06 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 6 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.46 |
| HSL | 89.09º | 0.92% | 0.28% | - |
| HSV(B) | 89.09º | 0.96% | 0.54% | - |
| XYZ | 11.95 | 19.65 | 3.33 | - |
| YUV | 103.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 6 | 0.46 | 0 | 0.96 | 0.46 | 89.09 | 0.92 | 0.28 |
| Hex | 4A | 8A | 6 | 2E | 0 | 60 | 2E | 59 | 5C | 1C |
| Octal | 112 | 212 | 6 | 56 | 0 | 140 | 56 | 131 | 134 | 34 |
| Binary | 1001010 | 10001010 | 110 | 101110 | 0 | 1100000 | 101110 | 1011001 | 1011100 | 11100 |
Color Harmonies of #4A8A06
Complementary color
Monochromatic Colors of #4A8A06
Black with #4A8A06
Text Example
Text Example
White with #4A8A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A06; }
p { color: rgb(74,138,6); }
H1.HeaderClassName
{
color: #4A8A06;
}
.AnyTagClassName
{
color: #4A8A06;
}
</style>
background-color css
<style>
a { background-color: #4A8A06; }
a { background-color: rgb(74,138,6); }
div.DivClassName
{
background-color: #4A8A06;
}
.BgClassName
{
background-color: #4A8A06;
}
</style>
border-color css
<style>
span { border-color: #4A8A06; }
span { border-color: rgb(74,138,6); }
td.TdClassName
{
border-color: #4A8A06;
}
.TagClassName
{
border-color: #4A8A06;
}
</style>