#40A317

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

Shades of Kelly Green #40A317

Tints of Kelly Green #40A317

Color information

#40A317 (or 0x40A317) is unknown color: approx Kelly Green. HEX triplet: 40, A3 and 17. RGB value is (64,163,23). Sum of RGB (Red+Green+Blue) = 64+163+23=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 163 (64.06% from 255 or 65.2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 163 - color contains mainly: green. Hex color #40A317 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A317 is #BF5CE8. Grayscale: #757575. Windows color (decimal): -12541161 or 1549120. OLE color: 1549120.

HSL color Cylindrical-coordinate representation of color #40A317: hue angle of 102.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40A317 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB6416323-
CMYK0.6100.860.36
HSL102.43º75.27%36.47%-
HSV(B)102.43º85.89%63.92%-
XYZ15.3727.355.28-
YUV117.4474.789.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 163 (64.06% from 255) = 65.2%
BLUE value IS 23 (9.38% from 255) = 9.2%
R=25.6%
G=65.2%
B=9.2%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64163230.6100.860.36102.4375.2736.47
Hex40A3173D05624664b24
Octal100243277501264414611344
Binary100000010100011101111111010101011010010011001101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,163,23); }

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

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

 a { background-color: rgb(64,163,23); }

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

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

 span { border-color: rgb(64,163,23); }

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