#40A21A

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

Shades of Kelly Green #40A21A

Tints of Kelly Green #40A21A

Color information

#40A21A (or 0x40A21A) is unknown color: approx Kelly Green. HEX triplet: 40, A2 and 1A. RGB value is (64,162,26). Sum of RGB (Red+Green+Blue) = 64+162+26=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #40A21A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A21A is #BF5DE5. Grayscale: #757575. Windows color (decimal): -12541414 or 1745472. OLE color: 1745472.

HSL color Cylindrical-coordinate representation of color #40A21A: hue angle of 103.24º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40A21A is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB6416226-
CMYK0.6000.840.36
HSL103.24º72.34%36.86%-
HSV(B)103.24º83.95%63.53%-
XYZ15.2227.015.39-
YUV117.1976.5390.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 162 (63.67% from 255) = 64.29%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=25.40%
G=64.29%
B=10.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162260.6000.840.36103.2472.3436.86
Hex40A21A3C05424674825
Octal100242327401244414711045
Binary100000010100010110101111000101010010010011001111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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