Html Css Color HEX #40AC2A Kelly Green

📋 copy color: '#40AC2A'

red 64 ◦ green 172 ◦ blue 42

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

Shades of Kelly Green #40AC2A

Tints of Kelly Green #40AC2A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 61.87%

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 23.02%
G = 61.87%
B = 15.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#40AC2A (or 0x40AC2A) is known color: Kelly Green. HEX triplet: 40, AC and 2A. RGB value is (64,172,42). Sum of RGB (Red+Green+Blue) = 64+172+42=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AC2A is #BF53D5. Grayscale: #7D7D7D. Windows color (decimal): -12538838 or 2796608. OLE color: 2796608.

HSL color Cylindrical-coordinate representation of color #40AC2A: hue angle of 109.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40AC2A is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 172 42 -
CMYK 0.63 0 0.76 0.33
HSL 109.85º 0.61% 0.42% -
HSV(B) 109.85º 0.76% 0.67% -
XYZ 17.28 30.76 7.22 -
YUV 124.89 81.22 84.57 -
System Red Green Blue C M Y K H S L
Decimal 64 172 42 0.63 0 0.76 0.33 109.85 0.61 0.42
Hex 40 AC 2A 3F 0 4C 21 6E 3D 2A
Octal 100 254 52 77 0 114 41 156 75 52
Binary 1000000 10101100 101010 111111 0 1001100 100001 1101110 111101 101010

Color Harmonies of #40AC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC2A

Black with #40AC2A

Text Example


Text Example

White with #40AC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,172,42); }

 H1.HeaderClassName
 {
   color: #40AC2A;
 }
 .AnyTagClassName
 {
   color: #40AC2A;
 }
</style>

background-color css

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

 a { background-color: rgb(64,172,42); }

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

border-color css

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

 span { border-color: rgb(64,172,42); }

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