#40AE10

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

Shades of Kelly Green #40AE10

Tints of Kelly Green #40AE10

Color information

#40AE10 (or 0x40AE10) is unknown color: approx Kelly Green. HEX triplet: 40, AE and 10. RGB value is (64,174,16). Sum of RGB (Red+Green+Blue) = 64+174+16=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AE10 is #BF51EF. Grayscale: #7B7B7B. Windows color (decimal): -12538352 or 1093184. OLE color: 1093184.

HSL color Cylindrical-coordinate representation of color #40AE10: hue angle of 101.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40AE10 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB6417416-
CMYK0.6300.910.32
HSL101.77º83.16%37.25%-
HSV(B)101.77º90.8%68.24%-
XYZ17.3431.45.64-
YUV123.167.5685.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 174 (68.36% from 255) = 68.50%
BLUE value IS 16 (6.64% from 255) = 6.30%
R=25.20%
G=68.50%
B=6.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64174160.6300.910.32101.7783.1637.25
Hex40AE103F05B20665325
Octal100256207701334014612345
Binary100000010101110100001111110101101110000011001101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,174,16); }

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

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

 a { background-color: rgb(64,174,16); }

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

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

 span { border-color: rgb(64,174,16); }

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