Shades of La Palma #4A8F14
Tints of La Palma #4A8F14
RGB
CMYK
RGB Variations
Color information
#4A8F14 (or 0x4A8F14) is known color: La Palma. HEX triplet: 4A, 8F and 14. RGB value is (74,143,20). Sum of RGB (Red+Green+Blue) = 74+143+20=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 143 (56.25% from 255 or 60.34% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8F14 is #B570EB. Grayscale: #6C6C6C. Windows color (decimal): -11890924 or 1347402. OLE color: 1347402.
HSL color Cylindrical-coordinate representation of color #4A8F14: hue angle of 93.66º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A8F14 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 143 | 20 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.44 |
| HSL | 93.66º | 0.75% | 0.32% | - |
| HSV(B) | 93.66º | 0.86% | 0.56% | - |
| XYZ | 12.77 | 21.15 | 4.07 | - |
| YUV | 108.35 | 78.14 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 20 | 0.48 | 0 | 0.86 | 0.44 | 93.66 | 0.75 | 0.32 |
| Hex | 4A | 8F | 14 | 30 | 0 | 56 | 2C | 5E | 4B | 20 |
| Octal | 112 | 217 | 24 | 60 | 0 | 126 | 54 | 136 | 113 | 40 |
| Binary | 1001010 | 10001111 | 10100 | 110000 | 0 | 1010110 | 101100 | 1011110 | 1001011 | 100000 |
Color Harmonies of #4A8F14
Complementary color
Monochromatic Colors of #4A8F14
Black with #4A8F14
Text Example
Text Example
White with #4A8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F14; }
p { color: rgb(74,143,20); }
H1.HeaderClassName
{
color: #4A8F14;
}
.AnyTagClassName
{
color: #4A8F14;
}
</style>
background-color css
<style>
a { background-color: #4A8F14; }
a { background-color: rgb(74,143,20); }
div.DivClassName
{
background-color: #4A8F14;
}
.BgClassName
{
background-color: #4A8F14;
}
</style>
border-color css
<style>
span { border-color: #4A8F14; }
span { border-color: rgb(74,143,20); }
td.TdClassName
{
border-color: #4A8F14;
}
.TagClassName
{
border-color: #4A8F14;
}
</style>