Shades of La Palma #4AA021
Tints of La Palma #4AA021
RGB
CMYK
RGB Variations
Color information
#4AA021 (or 0x4AA021) is known color: La Palma. HEX triplet: 4A, A0 and 21. RGB value is (74,160,33). Sum of RGB (Red+Green+Blue) = 74+160+33=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA021 is #B55FDE. Grayscale: #787878. Windows color (decimal): -11886559 or 2203722. OLE color: 2203722.
HSL color Cylindrical-coordinate representation of color #4AA021: hue angle of 100.63º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4AA021 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 33 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.37 |
| HSL | 100.63º | 0.66% | 0.38% | - |
| HSV(B) | 100.63º | 0.79% | 0.63% | - |
| XYZ | 15.67 | 26.71 | 5.77 | - |
| YUV | 119.81 | 79.01 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 33 | 0.54 | 0 | 0.79 | 0.37 | 100.63 | 0.66 | 0.38 |
| Hex | 4A | A0 | 21 | 36 | 0 | 4F | 25 | 65 | 42 | 26 |
| Octal | 112 | 240 | 41 | 66 | 0 | 117 | 45 | 145 | 102 | 46 |
| Binary | 1001010 | 10100000 | 100001 | 110110 | 0 | 1001111 | 100101 | 1100101 | 1000010 | 100110 |
Color Harmonies of #4AA021
Complementary color
Monochromatic Colors of #4AA021
Black with #4AA021
Text Example
Text Example
White with #4AA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA021; }
p { color: rgb(74,160,33); }
H1.HeaderClassName
{
color: #4AA021;
}
.AnyTagClassName
{
color: #4AA021;
}
</style>
background-color css
<style>
a { background-color: #4AA021; }
a { background-color: rgb(74,160,33); }
div.DivClassName
{
background-color: #4AA021;
}
.BgClassName
{
background-color: #4AA021;
}
</style>
border-color css
<style>
span { border-color: #4AA021; }
span { border-color: rgb(74,160,33); }
td.TdClassName
{
border-color: #4AA021;
}
.TagClassName
{
border-color: #4AA021;
}
</style>