#40AA29

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

Shades of Kelly Green #40AA29

Tints of Kelly Green #40AA29

Color information

#40AA29 (or 0x40AA29) is unknown color: approx Kelly Green. HEX triplet: 40, AA and 29. RGB value is (64,170,41). Sum of RGB (Red+Green+Blue) = 64+170+41=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA29 is #BF55D6. Grayscale: #7C7C7C. Windows color (decimal): -12539351 or 2730560. OLE color: 2730560.

HSL color Cylindrical-coordinate representation of color #40AA29: hue angle of 109.3º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40AA29 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB6417041-
CMYK0.6200.760.33
HSL109.3º61.14%41.37%-
HSV(B)109.3º75.88%66.67%-
XYZ16.89307-
YUV123.681.3885.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 170 (66.80% from 255) = 61.82%
BLUE value IS 41 (16.41% from 255) = 14.91%
R=23.27%
G=61.82%
B=14.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64170410.6200.760.33109.361.1441.37
Hex40AA293E04C216d3d29
Octal10025251760114411557551
Binary100000010101010101001111110010011001000011101101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,170,41); }

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

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

 a { background-color: rgb(64,170,41); }

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

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

 span { border-color: rgb(64,170,41); }

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