Shades of La Palma #4AA121
Tints of La Palma #4AA121
RGB
CMYK
RGB Variations
Color information
#4AA121 (or 0x4AA121) is known color: La Palma. HEX triplet: 4A, A1 and 21. RGB value is (74,161,33). Sum of RGB (Red+Green+Blue) = 74+161+33=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA121 is #B55EDE. Grayscale: #787878. Windows color (decimal): -11886303 or 2203978. OLE color: 2203978.
HSL color Cylindrical-coordinate representation of color #4AA121: hue angle of 100.78º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AA121 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 161 | 33 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.37 |
| HSL | 100.78º | 0.66% | 0.38% | - |
| HSV(B) | 100.78º | 0.8% | 0.63% | - |
| XYZ | 15.84 | 27.06 | 5.83 | - |
| YUV | 120.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 161 | 33 | 0.54 | 0 | 0.80 | 0.37 | 100.78 | 0.66 | 0.38 |
| Hex | 4A | A1 | 21 | 36 | 0 | 50 | 25 | 65 | 42 | 26 |
| Octal | 112 | 241 | 41 | 66 | 0 | 120 | 45 | 145 | 102 | 46 |
| Binary | 1001010 | 10100001 | 100001 | 110110 | 0 | 1010000 | 100101 | 1100101 | 1000010 | 100110 |
Color Harmonies of #4AA121
Complementary color
Monochromatic Colors of #4AA121
Black with #4AA121
Text Example
Text Example
White with #4AA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA121; }
p { color: rgb(74,161,33); }
H1.HeaderClassName
{
color: #4AA121;
}
.AnyTagClassName
{
color: #4AA121;
}
</style>
background-color css
<style>
a { background-color: #4AA121; }
a { background-color: rgb(74,161,33); }
div.DivClassName
{
background-color: #4AA121;
}
.BgClassName
{
background-color: #4AA121;
}
</style>
border-color css
<style>
span { border-color: #4AA121; }
span { border-color: rgb(74,161,33); }
td.TdClassName
{
border-color: #4AA121;
}
.TagClassName
{
border-color: #4AA121;
}
</style>