#40a720

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

Shades of Kelly Green #40A720

Tints of Kelly Green #40A720

Color information

#40A720 (or 0x40A720) is unknown color: approx Kelly Green. HEX triplet: 40, A7 and 20. RGB value is (64,167,32). Sum of RGB (Red+Green+Blue) = 64+167+32=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 167 (65.62% from 255 or 63.50% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 167 - color contains mainly: green. Hex color #40A720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A720 is #BF58DF. Grayscale: #797979. Windows color (decimal): -12540128 or 2139968. OLE color: 2139968.

HSL color Cylindrical-coordinate representation of color #40A720: hue angle of 105.78º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40A720 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB6416732-
CMYK0.6200.810.35
HSL105.78º67.84%39.02%-
HSV(B)105.78º80.84%65.49%-
XYZ16.1928.836.08-
YUV120.8177.8887.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 167 (65.62% from 255) = 63.50%
BLUE value IS 32 (12.89% from 255) = 12.17%
R=24.33%
G=63.50%
B=12.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64167320.6200.810.35105.7867.8439.02
Hex40A7203E051236a4427
Octal100247407601214315210447
Binary1000000101001111000001111100101000110001111010101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40a720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,167,32); }

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

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

 a { background-color: rgb(64,167,32); }

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

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

 span { border-color: rgb(64,167,32); }

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