Shades of Vida Loca #4E8E09
Tints of Vida Loca #4E8E09
RGB
CMYK
RGB Variations
Color information
#4E8E09 (or 0x4E8E09) is known color: Vida Loca. HEX triplet: 4E, 8E and 09. RGB value is (78,142,9). Sum of RGB (Red+Green+Blue) = 78+142+9=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 142 (55.86% from 255 or 62.01% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 142 - color contains mainly: green. Hex color #4E8E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E8E09 is #B171F6. Grayscale: #6C6C6C. Windows color (decimal): -11629047 or 626254. OLE color: 626254.
HSL color Cylindrical-coordinate representation of color #4E8E09: hue angle of 88.87º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E8E09 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 142 | 9 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.44 |
| HSL | 88.87º | 0.88% | 0.3% | - |
| HSV(B) | 88.87º | 0.94% | 0.56% | - |
| XYZ | 12.86 | 20.99 | 3.63 | - |
| YUV | 107.7 | 72.3 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 142 | 9 | 0.45 | 0 | 0.94 | 0.44 | 88.87 | 0.88 | 0.3 |
| Hex | 4E | 8E | 9 | 2D | 0 | 5E | 2C | 59 | 58 | 1E |
| Octal | 116 | 216 | 11 | 55 | 0 | 136 | 54 | 131 | 130 | 36 |
| Binary | 1001110 | 10001110 | 1001 | 101101 | 0 | 1011110 | 101100 | 1011001 | 1011000 | 11110 |
Color Harmonies of #4E8E09
Complementary color
Monochromatic Colors of #4E8E09
Black with #4E8E09
Text Example
Text Example
White with #4E8E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8E09; }
p { color: rgb(78,142,9); }
H1.HeaderClassName
{
color: #4E8E09;
}
.AnyTagClassName
{
color: #4E8E09;
}
</style>
background-color css
<style>
a { background-color: #4E8E09; }
a { background-color: rgb(78,142,9); }
div.DivClassName
{
background-color: #4E8E09;
}
.BgClassName
{
background-color: #4E8E09;
}
</style>
border-color css
<style>
span { border-color: #4E8E09; }
span { border-color: rgb(78,142,9); }
td.TdClassName
{
border-color: #4E8E09;
}
.TagClassName
{
border-color: #4E8E09;
}
</style>