#40A412

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

Shades of Kelly Green #40A412

Tints of Kelly Green #40A412

Color information

#40A412 (or 0x40A412) is unknown color: approx Kelly Green. HEX triplet: 40, A4 and 12. RGB value is (64,164,18). Sum of RGB (Red+Green+Blue) = 64+164+18=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 164 (64.45% from 255 or 66.67% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 164 - color contains mainly: green. Hex color #40A412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A412 is #BF5BED. Grayscale: #757575. Windows color (decimal): -12540910 or 1221696. OLE color: 1221696.

HSL color Cylindrical-coordinate representation of color #40A412: hue angle of 101.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40A412 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB6416418-
CMYK0.6100.890.36
HSL101.1º80.22%35.69%-
HSV(B)101.1º89.02%64.31%-
XYZ15.527.685.1-
YUV117.4671.8789.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 164 (64.45% from 255) = 66.67%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=26.02%
G=66.67%
B=7.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64164180.6100.890.36101.180.2235.69
Hex40A4123D05924655024
Octal100244227501314414512044
Binary100000010100100100101111010101100110010011001011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,164,18); }

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

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

 a { background-color: rgb(64,164,18); }

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

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

 span { border-color: rgb(64,164,18); }

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