Shades of La Palma #4AA22E
Tints of La Palma #4AA22E
RGB
CMYK
RGB Variations
Color information
#4AA22E (or 0x4AA22E) is known color: La Palma. HEX triplet: 4A, A2 and 2E. RGB value is (74,162,46). Sum of RGB (Red+Green+Blue) = 74+162+46=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA22E is #B55DD1. Grayscale: #7A7A7A. Windows color (decimal): -11886034 or 3056202. OLE color: 3056202.
HSL color Cylindrical-coordinate representation of color #4AA22E: hue angle of 105.52º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AA22E is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 46 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.36 |
| HSL | 105.52º | 0.56% | 0.41% | - |
| HSV(B) | 105.52º | 0.72% | 0.64% | - |
| XYZ | 16.24 | 27.49 | 7.04 | - |
| YUV | 122.46 | 84.85 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 46 | 0.54 | 0 | 0.72 | 0.36 | 105.52 | 0.56 | 0.41 |
| Hex | 4A | A2 | 2E | 36 | 0 | 48 | 24 | 6A | 38 | 29 |
| Octal | 112 | 242 | 56 | 66 | 0 | 110 | 44 | 152 | 70 | 51 |
| Binary | 1001010 | 10100010 | 101110 | 110110 | 0 | 1001000 | 100100 | 1101010 | 111000 | 101001 |
Color Harmonies of #4AA22E
Complementary color
Monochromatic Colors of #4AA22E
Black with #4AA22E
Text Example
Text Example
White with #4AA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA22E; }
p { color: rgb(74,162,46); }
H1.HeaderClassName
{
color: #4AA22E;
}
.AnyTagClassName
{
color: #4AA22E;
}
</style>
background-color css
<style>
a { background-color: #4AA22E; }
a { background-color: rgb(74,162,46); }
div.DivClassName
{
background-color: #4AA22E;
}
.BgClassName
{
background-color: #4AA22E;
}
</style>
border-color css
<style>
span { border-color: #4AA22E; }
span { border-color: rgb(74,162,46); }
td.TdClassName
{
border-color: #4AA22E;
}
.TagClassName
{
border-color: #4AA22E;
}
</style>