#40A104

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

Shades of Kelly Green #40A104

Tints of Kelly Green #40A104

Color information

#40A104 (or 0x40A104) is unknown color: approx Kelly Green. HEX triplet: 40, A1 and 04. RGB value is (64,161,4). Sum of RGB (Red+Green+Blue) = 64+161+4=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 161 (63.28% from 255 or 70.31% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 161 - color contains mainly: green. Hex color #40A104 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A104 is #BF5EFB. Grayscale: #727272. Windows color (decimal): -12541692 or 303424. OLE color: 303424.

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

Color convert

RGB641614-
CMYK0.6000.980.37
HSL97.07º95.15%32.35%-
HSV(B)97.07º97.52%63.14%-
XYZ14.8826.594.46-
YUV114.165.8692.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 161 (63.28% from 255) = 70.31%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=27.95%
G=70.31%
B=1.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6416140.6000.980.3797.0795.1532.35
Hex40A143C06225615f20
Octal10024147401424514113740
Binary1000000101000011001111000110001010010111000011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,161,4); }

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

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

 a { background-color: rgb(64,161,4); }

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

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

 span { border-color: rgb(64,161,4); }

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