#40A210

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

Shades of Kelly Green #40A210

Tints of Kelly Green #40A210

Color information

#40A210 (or 0x40A210) is unknown color: approx Kelly Green. HEX triplet: 40, A2 and 10. RGB value is (64,162,16). Sum of RGB (Red+Green+Blue) = 64+162+16=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 162 (63.67% from 255 or 66.94% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 162 - color contains mainly: green. Hex color #40A210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A210 is #BF5DEF. Grayscale: #747474. Windows color (decimal): -12541424 or 1090112. OLE color: 1090112.

HSL color Cylindrical-coordinate representation of color #40A210: hue angle of 100.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40A210 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB6416216-
CMYK0.6000.900.36
HSL100.27º82.02%34.9%-
HSV(B)100.27º90.12%63.53%-
XYZ15.1326.974.9-
YUV116.0571.5390.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 162 (63.67% from 255) = 66.94%
BLUE value IS 16 (6.64% from 255) = 6.61%
R=26.45%
G=66.94%
B=6.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162160.6000.900.36100.2782.0234.9
Hex40A2103C05A24645223
Octal100242207401324414412243
Binary100000010100010100001111000101101010010011001001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,162,16); }

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

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

 a { background-color: rgb(64,162,16); }

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

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

 span { border-color: rgb(64,162,16); }

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