#4CA12A

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

Shades of La Palma #4CA12A

Tints of La Palma #4CA12A

Color information

#4CA12A (or 0x4CA12A) is unknown color: approx La Palma. HEX triplet: 4C, A1 and 2A. RGB value is (76,161,42). Sum of RGB (Red+Green+Blue) = 76+161+42=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA12A is #B35ED5. Grayscale: #7A7A7A. Windows color (decimal): -11755222 or 2793804. OLE color: 2793804.

HSL color Cylindrical-coordinate representation of color #4CA12A: hue angle of 102.86º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4CA12A is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB7616142-
CMYK0.5300.740.37
HSL102.86º58.62%39.8%-
HSV(B)102.86º73.91%63.14%-
XYZ16.1427.196.59-
YUV122.0282.8495.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.24%
GREEN value IS 161 (63.28% from 255) = 57.71%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=27.24%
G=57.71%
B=15.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76161420.5300.740.37102.8658.6239.8
Hex4CA12A3504A25673b28
Octal11424152650112451477350
Binary100110010100001101010110101010010101001011100111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CA12A; }

 p { color: rgb(76,161,42); }

 H1.HeaderClassName
 {
   color: #4CA12A;
 }
 .AnyTagClassName
 {
   color: #4CA12A;
 }
</style>
background-color css

<style>
 a { background-color: #4CA12A; }

 a { background-color: rgb(76,161,42); }

 div.DivClassName
 {
   background-color: #4CA12A;
 }
 .BgClassName
 {
   background-color: #4CA12A;
 }
</style>
border-color css

<style>
 span { border-color: #4CA12A; }

 span { border-color: rgb(76,161,42); }

 td.TdClassName
 {
   border-color: #4CA12A;
 }
 .TagClassName
 {
   border-color: #4CA12A;
 }
</style>