#4A8C10

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

Shades of La Palma #4A8C10

Tints of La Palma #4A8C10

Color information

#4A8C10 (or 0x4A8C10) is unknown color: approx La Palma. HEX triplet: 4A, 8C and 10. RGB value is (74,140,16). Sum of RGB (Red+Green+Blue) = 74+140+16=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 140 (55.08% from 255 or 60.87% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8C10 is #B573EF. Grayscale: #6A6A6A. Windows color (decimal): -11891696 or 1084490. OLE color: 1084490.

HSL color Cylindrical-coordinate representation of color #4A8C10: hue angle of 91.94º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A8C10 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB7414016-
CMYK0.4700.890.45
HSL91.94º79.49%30.59%-
HSV(B)91.94º88.57%54.9%-
XYZ12.320.253.75-
YUV106.1377.13105.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 140 (55.08% from 255) = 60.87%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=32.17%
G=60.87%
B=6.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74140160.4700.890.4591.9479.4930.59
Hex4A8C102F0592D5c4f1f
Octal112214205701315513411737
Binary10010101000110010000101111010110011011011011100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,140,16); }

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

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

 a { background-color: rgb(74,140,16); }

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

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

 span { border-color: rgb(74,140,16); }

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