#40A216

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

Shades of Kelly Green #40A216

Tints of Kelly Green #40A216

Color information

#40A216 (or 0x40A216) is unknown color: approx Kelly Green. HEX triplet: 40, A2 and 16. RGB value is (64,162,22). Sum of RGB (Red+Green+Blue) = 64+162+22=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 162 (63.67% from 255 or 65.32% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 162 - color contains mainly: green. Hex color #40A216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A216 is #BF5DE9. Grayscale: #757575. Windows color (decimal): -12541418 or 1483328. OLE color: 1483328.

HSL color Cylindrical-coordinate representation of color #40A216: hue angle of 102º degrees, saturation: 0.76, 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 #40A216 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB6416222-
CMYK0.6000.860.36
HSL102º76.09%36.08%-
HSV(B)102º86.42%63.53%-
XYZ15.1826.995.17-
YUV116.7474.5390.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 162 (63.67% from 255) = 65.32%
BLUE value IS 22 (8.98% from 255) = 8.87%
R=25.81%
G=65.32%
B=8.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162220.6000.860.3610276.0936.08
Hex40A2163C05624664c24
Octal100242267401264414611444
Binary100000010100010101101111000101011010010011001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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