#4AA02F

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

Shades of La Palma #4AA02F

Tints of La Palma #4AA02F

Color information

#4AA02F (or 0x4AA02F) is unknown color: approx La Palma. HEX triplet: 4A, A0 and 2F. RGB value is (74,160,47). Sum of RGB (Red+Green+Blue) = 74+160+47=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA02F is #B55FD0. Grayscale: #797979. Windows color (decimal): -11886545 or 3121226. OLE color: 3121226.

HSL color Cylindrical-coordinate representation of color #4AA02F: hue angle of 105.66º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AA02F is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB7416047-
CMYK0.5400.710.37
HSL105.66º54.59%40.59%-
HSV(B)105.66º70.63%62.75%-
XYZ15.9126.87.02-
YUV121.486.0194.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.33%
GREEN value IS 160 (62.89% from 255) = 56.94%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=26.33%
G=56.94%
B=16.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal74160470.5400.710.37105.6654.5940.59
Hex4AA02F36047256a3729
Octal11224057660107451526751
Binary100101010100000101111110110010001111001011101010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,160,47); }

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

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

 a { background-color: rgb(74,160,47); }

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

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

 span { border-color: rgb(74,160,47); }

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