#40AE0D

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

Shades of Kelly Green #40AE0D

Tints of Kelly Green #40AE0D

Color information

#40AE0D (or 0x40AE0D) is unknown color: approx Kelly Green. HEX triplet: 40, AE and 0D. RGB value is (64,174,13). Sum of RGB (Red+Green+Blue) = 64+174+13=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 174 (68.36% from 255 or 69.32% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AE0D is #BF51F2. Grayscale: #7B7B7B. Windows color (decimal): -12538355 or 896576. OLE color: 896576.

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

Color convert

RGB6417413-
CMYK0.6300.930.32
HSL100.99º86.1%36.67%-
HSV(B)100.99º92.53%68.24%-
XYZ17.3231.395.53-
YUV122.7666.0686.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 174 (68.36% from 255) = 69.32%
BLUE value IS 13 (5.47% from 255) = 5.18%
R=25.50%
G=69.32%
B=5.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64174130.6300.930.32100.9986.136.67
Hex40AED3F05D20655625
Octal100256157701354014512645
Binary10000001010111011011111110101110110000011001011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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