#429A16

Color #429A16 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #429A16

Tints of La Palma #429A16

Color information

#429A16 (or 0x429A16) is unknown color: approx 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

RGB6615422-
CMYK0.5700.860.40
HSL100º75%34.51%-
HSV(B)100º85.71%60.39%-
XYZ13.9524.334.72-
YUV112.6476.8594.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 154 (60.55% from 255) = 63.64%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=27.27%
G=63.64%
B=9.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66154220.5700.860.401007534.51
Hex429A163905628644b23
Octal102232267101265014411343
Binary100001010011010101101110010101011010100011001001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>