#40AF22

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

Shades of Kelly Green #40AF22

Tints of Kelly Green #40AF22

Color information

#40AF22 (or 0x40AF22) is unknown color: approx Kelly Green. HEX triplet: 40, AF and 22. RGB value is (64,175,34). Sum of RGB (Red+Green+Blue) = 64+175+34=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF22 is #BF50DD. Grayscale: #7E7E7E. Windows color (decimal): -12538078 or 2273088. OLE color: 2273088.

HSL color Cylindrical-coordinate representation of color #40AF22: hue angle of 107.23º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40AF22 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB6417534-
CMYK0.6300.810.31
HSL107.23º67.46%40.98%-
HSV(B)107.23º80.57%68.63%-
XYZ17.7331.876.73-
YUV125.7476.2383.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 175 (68.75% from 255) = 64.10%
BLUE value IS 34 (13.67% from 255) = 12.45%
R=23.44%
G=64.10%
B=12.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64175340.6300.810.31107.2367.4640.98
Hex40AF223F0511F6b4329
Octal100257427701213715310351
Binary100000010101111100010111111010100011111111010111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,175,34); }

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

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

 a { background-color: rgb(64,175,34); }

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

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

 span { border-color: rgb(64,175,34); }

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