#40A10C

Color #40A10C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #40A10C

Tints of Kelly Green #40A10C

Color information

#40A10C (or 0x40A10C) is unknown color: approx Kelly Green. HEX triplet: 40, A1 and 0C. RGB value is (64,161,12). Sum of RGB (Red+Green+Blue) = 64+161+12=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 161 (63.28% from 255 or 67.93% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 161 - color contains mainly: green. Hex color #40A10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A10C is #BF5EF3. Grayscale: #737373. Windows color (decimal): -12541684 or 827712. OLE color: 827712.

HSL color Cylindrical-coordinate representation of color #40A10C: hue angle of 99.06º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40A10C is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB6416112-
CMYK0.6000.930.37
HSL99.06º86.13%33.92%-
HSV(B)99.06º92.55%63.14%-
XYZ14.9326.614.7-
YUV115.0169.8691.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 161 (63.28% from 255) = 67.93%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=27.00%
G=67.93%
B=5.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64161120.6000.930.3799.0686.1333.92
Hex40A1C3C05D25635622
Octal100241147401354514312642
Binary10000001010000111001111000101110110010111000111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A10C; }

 p { color: rgb(64,161,12); }

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

<style>
 a { background-color: #40A10C; }

 a { background-color: rgb(64,161,12); }

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

<style>
 span { border-color: #40A10C; }

 span { border-color: rgb(64,161,12); }

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