Shades of Vida Loca #4A8C06
Tints of Vida Loca #4A8C06
RGB
CMYK
RGB Variations
Color information
#4A8C06 (or 0x4A8C06) is known color: Vida Loca. HEX triplet: 4A, 8C and 06. RGB value is (74,140,6). Sum of RGB (Red+Green+Blue) = 74+140+6=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 140 (55.08% from 255 or 63.64% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8C06 is #B573F9. Grayscale: #696969. Windows color (decimal): -11891706 or 429130. OLE color: 429130.
HSL color Cylindrical-coordinate representation of color #4A8C06: hue angle of 89.55º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A8C06 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 140 | 6 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.45 |
| HSL | 89.55º | 0.92% | 0.29% | - |
| HSV(B) | 89.55º | 0.96% | 0.55% | - |
| XYZ | 12.24 | 20.23 | 3.43 | - |
| YUV | 104.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 140 | 6 | 0.47 | 0 | 0.96 | 0.45 | 89.55 | 0.92 | 0.29 |
| Hex | 4A | 8C | 6 | 2F | 0 | 60 | 2D | 5A | 5C | 1D |
| Octal | 112 | 214 | 6 | 57 | 0 | 140 | 55 | 132 | 134 | 35 |
| Binary | 1001010 | 10001100 | 110 | 101111 | 0 | 1100000 | 101101 | 1011010 | 1011100 | 11101 |
Color Harmonies of #4A8C06
Complementary color
Monochromatic Colors of #4A8C06
Black with #4A8C06
Text Example
Text Example
White with #4A8C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8C06; }
p { color: rgb(74,140,6); }
H1.HeaderClassName
{
color: #4A8C06;
}
.AnyTagClassName
{
color: #4A8C06;
}
</style>
background-color css
<style>
a { background-color: #4A8C06; }
a { background-color: rgb(74,140,6); }
div.DivClassName
{
background-color: #4A8C06;
}
.BgClassName
{
background-color: #4A8C06;
}
</style>
border-color css
<style>
span { border-color: #4A8C06; }
span { border-color: rgb(74,140,6); }
td.TdClassName
{
border-color: #4A8C06;
}
.TagClassName
{
border-color: #4A8C06;
}
</style>