Shades of Vida Loca #4A8800
Tints of Vida Loca #4A8800
RGB
CMYK
RGB Variations
Color information
#4A8800 (or 0x4A8800) is known color: Vida Loca. HEX triplet: 4A, 88 and 00. RGB value is (74,136,0). Sum of RGB (Red+Green+Blue) = 74+136+0=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8800 is #B577FF. Grayscale: #666666. Windows color (decimal): -11892736 or 34890. OLE color: 34890.
HSL color Cylindrical-coordinate representation of color #4A8800: hue angle of 87.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A8800 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.47 |
| HSL | 87.35º | 1% | 0.27% | - |
| HSV(B) | 87.35º | 1% | 0.53% | - |
| XYZ | 11.63 | 19.06 | 3.07 | - |
| YUV | 101.96 | 70.46 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 0 | 0.46 | 0 | 1 | 0.47 | 87.35 | 1 | 0.27 |
| Hex | 4A | 88 | 0 | 2E | 0 | 64 | 2F | 57 | 64 | 1B |
| Octal | 112 | 210 | 0 | 56 | 0 | 144 | 57 | 127 | 144 | 33 |
| Binary | 1001010 | 10001000 | 0 | 101110 | 0 | 1100100 | 101111 | 1010111 | 1100100 | 11011 |
Color Harmonies of #4A8800
Complementary color
Monochromatic Colors of #4A8800
Black with #4A8800
Text Example
Text Example
White with #4A8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8800; }
p { color: rgb(74,136,0); }
H1.HeaderClassName
{
color: #4A8800;
}
.AnyTagClassName
{
color: #4A8800;
}
</style>
background-color css
<style>
a { background-color: #4A8800; }
a { background-color: rgb(74,136,0); }
div.DivClassName
{
background-color: #4A8800;
}
.BgClassName
{
background-color: #4A8800;
}
</style>
border-color css
<style>
span { border-color: #4A8800; }
span { border-color: rgb(74,136,0); }
td.TdClassName
{
border-color: #4A8800;
}
.TagClassName
{
border-color: #4A8800;
}
</style>