Shades of La Palma #4EA02C
Tints of La Palma #4EA02C
RGB
CMYK
RGB Variations
Color information
#4EA02C (or 0x4EA02C) is known color: La Palma. HEX triplet: 4E, A0 and 2C. RGB value is (78,160,44). Sum of RGB (Red+Green+Blue) = 78+160+44=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA02C is #B15FD3. Grayscale: #7A7A7A. Windows color (decimal): -11624404 or 2924622. OLE color: 2924622.
HSL color Cylindrical-coordinate representation of color #4EA02C: hue angle of 102.41º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4EA02C is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 44 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.37 |
| HSL | 102.41º | 0.57% | 0.4% | - |
| HSV(B) | 102.41º | 0.73% | 0.63% | - |
| XYZ | 16.17 | 26.94 | 6.73 | - |
| YUV | 122.26 | 83.83 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 44 | 0.51 | 0 | 0.72 | 0.37 | 102.41 | 0.57 | 0.4 |
| Hex | 4E | A0 | 2C | 33 | 0 | 48 | 25 | 66 | 39 | 28 |
| Octal | 116 | 240 | 54 | 63 | 0 | 110 | 45 | 146 | 71 | 50 |
| Binary | 1001110 | 10100000 | 101100 | 110011 | 0 | 1001000 | 100101 | 1100110 | 111001 | 101000 |
Color Harmonies of #4EA02C
Complementary color
Monochromatic Colors of #4EA02C
Black with #4EA02C
Text Example
Text Example
White with #4EA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA02C; }
p { color: rgb(78,160,44); }
H1.HeaderClassName
{
color: #4EA02C;
}
.AnyTagClassName
{
color: #4EA02C;
}
</style>
background-color css
<style>
a { background-color: #4EA02C; }
a { background-color: rgb(78,160,44); }
div.DivClassName
{
background-color: #4EA02C;
}
.BgClassName
{
background-color: #4EA02C;
}
</style>
border-color css
<style>
span { border-color: #4EA02C; }
span { border-color: rgb(78,160,44); }
td.TdClassName
{
border-color: #4EA02C;
}
.TagClassName
{
border-color: #4EA02C;
}
</style>