#40AD1A

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

Shades of Kelly Green #40AD1A

Tints of Kelly Green #40AD1A

Color information

#40AD1A (or 0x40AD1A) is unknown color: approx Kelly Green. HEX triplet: 40, AD and 1A. RGB value is (64,173,26). Sum of RGB (Red+Green+Blue) = 64+173+26=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD1A is #BF52E5. Grayscale: #7C7C7C. Windows color (decimal): -12538598 or 1748288. OLE color: 1748288.

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

Color convert

RGB6417326-
CMYK0.6300.850.32
HSL104.49º73.87%39.02%-
HSV(B)104.49º84.97%67.84%-
XYZ17.2431.056.06-
YUV123.6572.8985.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 173 (67.97% from 255) = 65.78%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=24.33%
G=65.78%
B=9.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64173260.6300.850.32104.4973.8739.02
Hex40AD1A3F05520684a27
Octal100255327701254015011247
Binary100000010101101110101111110101010110000011010001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,173,26); }

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

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

 a { background-color: rgb(64,173,26); }

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

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

 span { border-color: rgb(64,173,26); }

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