Html Css Color HEX #40A21A Kelly Green

📋 copy color: '#40A21A'

red 64 ◦ green 162 ◦ blue 26

#40A21A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #40A21A

Tints of Kelly Green #40A21A

RGB

 RED value IS 64 (25.39% from 255) = 25.4%

 GREEN value IS 162 (63.67% from 255) = 64.29%

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 25.4%
G = 64.29%
B = 10.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#40A21A (or 0x40A21A) is known color: 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

RGB 64 162 26 -
CMYK 0.60 0 0.84 0.36
HSL 103.24º 0.72% 0.37% -
HSV(B) 103.24º 0.84% 0.64% -
XYZ 15.22 27.01 5.39 -
YUV 117.19 76.53 90.06 -
System Red Green Blue C M Y K H S L
Decimal 64 162 26 0.60 0 0.84 0.36 103.24 0.72 0.37
Hex 40 A2 1A 3C 0 54 24 67 48 25
Octal 100 242 32 74 0 124 44 147 110 45
Binary 1000000 10100010 11010 111100 0 1010100 100100 1100111 1001000 100101

Color Harmonies of #40A21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A21A

Black with #40A21A

Text Example


Text Example

White with #40A21A

Text Example


Text Example

HTML Codes & Css Web 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>