Shades of Vida Loca #4A8B06
Tints of Vida Loca #4A8B06
RGB
CMYK
RGB Variations
Color information
#4A8B06 (or 0x4A8B06) is known color: Vida Loca. HEX triplet: 4A, 8B and 06. RGB value is (74,139,6). Sum of RGB (Red+Green+Blue) = 74+139+6=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 139 (54.69% from 255 or 63.47% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8B06 is #B574F9. Grayscale: #686868. Windows color (decimal): -11891962 or 428874. OLE color: 428874.
HSL color Cylindrical-coordinate representation of color #4A8B06: hue angle of 89.32º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A8B06 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 6 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.45 |
| HSL | 89.32º | 0.92% | 0.28% | - |
| HSV(B) | 89.32º | 0.96% | 0.55% | - |
| XYZ | 12.09 | 19.93 | 3.38 | - |
| YUV | 104.4 | 72.47 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 6 | 0.47 | 0 | 0.96 | 0.45 | 89.32 | 0.92 | 0.28 |
| Hex | 4A | 8B | 6 | 2F | 0 | 60 | 2D | 59 | 5C | 1C |
| Octal | 112 | 213 | 6 | 57 | 0 | 140 | 55 | 131 | 134 | 34 |
| Binary | 1001010 | 10001011 | 110 | 101111 | 0 | 1100000 | 101101 | 1011001 | 1011100 | 11100 |
Color Harmonies of #4A8B06
Complementary color
Monochromatic Colors of #4A8B06
Black with #4A8B06
Text Example
Text Example
White with #4A8B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B06; }
p { color: rgb(74,139,6); }
H1.HeaderClassName
{
color: #4A8B06;
}
.AnyTagClassName
{
color: #4A8B06;
}
</style>
background-color css
<style>
a { background-color: #4A8B06; }
a { background-color: rgb(74,139,6); }
div.DivClassName
{
background-color: #4A8B06;
}
.BgClassName
{
background-color: #4A8B06;
}
</style>
border-color css
<style>
span { border-color: #4A8B06; }
span { border-color: rgb(74,139,6); }
td.TdClassName
{
border-color: #4A8B06;
}
.TagClassName
{
border-color: #4A8B06;
}
</style>