Shades of La Palma #4AA024
Tints of La Palma #4AA024
RGB
CMYK
RGB Variations
Color information
#4AA024 (or 0x4AA024) is known color: La Palma. HEX triplet: 4A, A0 and 24. RGB value is (74,160,36). Sum of RGB (Red+Green+Blue) = 74+160+36=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA024 is #B55FDB. Grayscale: #787878. Windows color (decimal): -11886556 or 2400330. OLE color: 2400330.
HSL color Cylindrical-coordinate representation of color #4AA024: hue angle of 101.61º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AA024 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 36 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.37 |
| HSL | 101.61º | 0.63% | 0.38% | - |
| HSV(B) | 101.61º | 0.78% | 0.63% | - |
| XYZ | 15.71 | 26.72 | 6 | - |
| YUV | 120.15 | 80.51 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 36 | 0.54 | 0 | 0.78 | 0.37 | 101.61 | 0.63 | 0.38 |
| Hex | 4A | A0 | 24 | 36 | 0 | 4E | 25 | 66 | 3F | 26 |
| Octal | 112 | 240 | 44 | 66 | 0 | 116 | 45 | 146 | 77 | 46 |
| Binary | 1001010 | 10100000 | 100100 | 110110 | 0 | 1001110 | 100101 | 1100110 | 111111 | 100110 |
Color Harmonies of #4AA024
Complementary color
Monochromatic Colors of #4AA024
Black with #4AA024
Text Example
Text Example
White with #4AA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA024; }
p { color: rgb(74,160,36); }
H1.HeaderClassName
{
color: #4AA024;
}
.AnyTagClassName
{
color: #4AA024;
}
</style>
background-color css
<style>
a { background-color: #4AA024; }
a { background-color: rgb(74,160,36); }
div.DivClassName
{
background-color: #4AA024;
}
.BgClassName
{
background-color: #4AA024;
}
</style>
border-color css
<style>
span { border-color: #4AA024; }
span { border-color: rgb(74,160,36); }
td.TdClassName
{
border-color: #4AA024;
}
.TagClassName
{
border-color: #4AA024;
}
</style>