Shades of Vida Loca #4A8B08
Tints of Vida Loca #4A8B08
RGB
CMYK
RGB Variations
Color information
#4A8B08 (or 0x4A8B08) is known color: Vida Loca. HEX triplet: 4A, 8B and 08. RGB value is (74,139,8). Sum of RGB (Red+Green+Blue) = 74+139+8=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 139 (54.69% from 255 or 62.90% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8B08 is #B574F7. Grayscale: #696969. Windows color (decimal): -11891960 or 559946. OLE color: 559946.
HSL color Cylindrical-coordinate representation of color #4A8B08: hue angle of 89.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A8B08 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 8 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.45 |
| HSL | 89.77º | 0.89% | 0.29% | - |
| HSV(B) | 89.77º | 0.94% | 0.55% | - |
| XYZ | 12.1 | 19.94 | 3.44 | - |
| YUV | 104.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 8 | 0.47 | 0 | 0.94 | 0.45 | 89.77 | 0.89 | 0.29 |
| Hex | 4A | 8B | 8 | 2F | 0 | 5E | 2D | 5A | 59 | 1D |
| Octal | 112 | 213 | 10 | 57 | 0 | 136 | 55 | 132 | 131 | 35 |
| Binary | 1001010 | 10001011 | 1000 | 101111 | 0 | 1011110 | 101101 | 1011010 | 1011001 | 11101 |
Color Harmonies of #4A8B08
Complementary color
Monochromatic Colors of #4A8B08
Black with #4A8B08
Text Example
Text Example
White with #4A8B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B08; }
p { color: rgb(74,139,8); }
H1.HeaderClassName
{
color: #4A8B08;
}
.AnyTagClassName
{
color: #4A8B08;
}
</style>
background-color css
<style>
a { background-color: #4A8B08; }
a { background-color: rgb(74,139,8); }
div.DivClassName
{
background-color: #4A8B08;
}
.BgClassName
{
background-color: #4A8B08;
}
</style>
border-color css
<style>
span { border-color: #4A8B08; }
span { border-color: rgb(74,139,8); }
td.TdClassName
{
border-color: #4A8B08;
}
.TagClassName
{
border-color: #4A8B08;
}
</style>