Shades of Vida Loca #4A8804
Tints of Vida Loca #4A8804
RGB
CMYK
RGB Variations
Color information
#4A8804 (or 0x4A8804) is known color: Vida Loca. HEX triplet: 4A, 88 and 04. RGB value is (74,136,4). Sum of RGB (Red+Green+Blue) = 74+136+4=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8804 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8804 is #B577FB. Grayscale: #666666. Windows color (decimal): -11892732 or 297034. OLE color: 297034.
HSL color Cylindrical-coordinate representation of color #4A8804: hue angle of 88.18º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A8804 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 4 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.47 |
| HSL | 88.18º | 0.94% | 0.27% | - |
| HSV(B) | 88.18º | 0.97% | 0.53% | - |
| XYZ | 11.65 | 19.07 | 3.18 | - |
| YUV | 102.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 4 | 0.46 | 0 | 0.97 | 0.47 | 88.18 | 0.94 | 0.27 |
| Hex | 4A | 88 | 4 | 2E | 0 | 61 | 2F | 58 | 5E | 1B |
| Octal | 112 | 210 | 4 | 56 | 0 | 141 | 57 | 130 | 136 | 33 |
| Binary | 1001010 | 10001000 | 100 | 101110 | 0 | 1100001 | 101111 | 1011000 | 1011110 | 11011 |
Color Harmonies of #4A8804
Complementary color
Monochromatic Colors of #4A8804
Black with #4A8804
Text Example
Text Example
White with #4A8804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8804; }
p { color: rgb(74,136,4); }
H1.HeaderClassName
{
color: #4A8804;
}
.AnyTagClassName
{
color: #4A8804;
}
</style>
background-color css
<style>
a { background-color: #4A8804; }
a { background-color: rgb(74,136,4); }
div.DivClassName
{
background-color: #4A8804;
}
.BgClassName
{
background-color: #4A8804;
}
</style>
border-color css
<style>
span { border-color: #4A8804; }
span { border-color: rgb(74,136,4); }
td.TdClassName
{
border-color: #4A8804;
}
.TagClassName
{
border-color: #4A8804;
}
</style>