Html Css Color HEX #40AD2A Kelly Green

📋 copy color: '#40AD2A'

red 64 ◦ green 173 ◦ blue 42

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

Shades of Kelly Green #40AD2A

Tints of Kelly Green #40AD2A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 62.01%

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

R = 22.94%
G = 62.01%
B = 15.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#40AD2A (or 0x40AD2A) is known color: Kelly Green. HEX triplet: 40, AD and 2A. RGB value is (64,173,42). Sum of RGB (Red+Green+Blue) = 64+173+42=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD2A is #BF52D5. Grayscale: #7D7D7D. Windows color (decimal): -12538582 or 2796864. OLE color: 2796864.

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

Color convert

RGB 64 173 42 -
CMYK 0.63 0 0.76 0.32
HSL 109.92º 0.61% 0.42% -
HSV(B) 109.92º 0.76% 0.68% -
XYZ 17.48 31.14 7.28 -
YUV 125.48 80.89 84.15 -
System Red Green Blue C M Y K H S L
Decimal 64 173 42 0.63 0 0.76 0.32 109.92 0.61 0.42
Hex 40 AD 2A 3F 0 4C 20 6E 3D 2A
Octal 100 255 52 77 0 114 40 156 75 52
Binary 1000000 10101101 101010 111111 0 1001100 100000 1101110 111101 101010

Color Harmonies of #40AD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AD2A

Black with #40AD2A

Text Example


Text Example

White with #40AD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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