Shades of La Palma #429A16
Tints of La Palma #429A16
RGB
CMYK
RGB Variations
Color information
#429A16 (or 0x429A16) is known color: La Palma. HEX triplet: 42, 9A and 16. RGB value is (66,154,22). Sum of RGB (Red+Green+Blue) = 66+154+22=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 154 (60.55% from 255 or 63.64% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 154 - color contains mainly: green. Hex color #429A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429A16 is #BD65E9. Grayscale: #717171. Windows color (decimal): -12412394 or 1481282. OLE color: 1481282.
HSL color Cylindrical-coordinate representation of color #429A16: hue angle of 100º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #429A16 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 154 | 22 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.40 |
| HSL | 100º | 0.75% | 0.35% | - |
| HSV(B) | 100º | 0.86% | 0.6% | - |
| XYZ | 13.95 | 24.33 | 4.72 | - |
| YUV | 112.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 22 | 0.57 | 0 | 0.86 | 0.40 | 100 | 0.75 | 0.35 |
| Hex | 42 | 9A | 16 | 39 | 0 | 56 | 28 | 64 | 4B | 23 |
| Octal | 102 | 232 | 26 | 71 | 0 | 126 | 50 | 144 | 113 | 43 |
| Binary | 1000010 | 10011010 | 10110 | 111001 | 0 | 1010110 | 101000 | 1100100 | 1001011 | 100011 |
Color Harmonies of #429A16
Complementary color
Monochromatic Colors of #429A16
Black with #429A16
Text Example
Text Example
White with #429A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429A16; }
p { color: rgb(66,154,22); }
H1.HeaderClassName
{
color: #429A16;
}
.AnyTagClassName
{
color: #429A16;
}
</style>
background-color css
<style>
a { background-color: #429A16; }
a { background-color: rgb(66,154,22); }
div.DivClassName
{
background-color: #429A16;
}
.BgClassName
{
background-color: #429A16;
}
</style>
border-color css
<style>
span { border-color: #429A16; }
span { border-color: rgb(66,154,22); }
td.TdClassName
{
border-color: #429A16;
}
.TagClassName
{
border-color: #429A16;
}
</style>