#40ac0d

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

Shades of Kelly Green #40AC0D

Tints of Kelly Green #40AC0D

Color information

#40AC0D (or 0x40AC0D) is unknown color: approx Kelly Green. HEX triplet: 40, AC and 0D. RGB value is (64,172,13). Sum of RGB (Red+Green+Blue) = 64+172+13=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 172 (67.58% from 255 or 69.08% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AC0D is #BF53F2. Grayscale: #7A7A7A. Windows color (decimal): -12538867 or 896064. OLE color: 896064.

HSL color Cylindrical-coordinate representation of color #40AC0D: hue angle of 100.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40AC0D is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB6417213-
CMYK0.6300.920.33
HSL100.75º85.95%36.27%-
HSV(B)100.75º92.44%67.45%-
XYZ16.9430.625.4-
YUV121.5866.7286.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 172 (67.58% from 255) = 69.08%
BLUE value IS 13 (5.47% from 255) = 5.22%
R=25.70%
G=69.08%
B=5.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64172130.6300.920.33100.7585.9536.27
Hex40ACD3F05C21655624
Octal100254157701344114512644
Binary10000001010110011011111110101110010000111001011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ac0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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