Html Css Color HEX #40AA2E Kelly Green

📋 copy color: '#40AA2E'

red 64 ◦ green 170 ◦ blue 46

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

Shades of Kelly Green #40AA2E

Tints of Kelly Green #40AA2E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 60.71%

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 22.86%
G = 60.71%
B = 16.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#40AA2E (or 0x40AA2E) is known color: Kelly Green. HEX triplet: 40, AA and 2E. RGB value is (64,170,46). Sum of RGB (Red+Green+Blue) = 64+170+46=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA2E is #BF55D1. Grayscale: #7C7C7C. Windows color (decimal): -12539346 or 3058240. OLE color: 3058240.

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

Color convert

RGB 64 170 46 -
CMYK 0.62 0 0.73 0.33
HSL 111.29º 0.57% 0.42% -
HSV(B) 111.29º 0.73% 0.67% -
XYZ 16.98 30.04 7.49 -
YUV 124.17 83.88 85.08 -
System Red Green Blue C M Y K H S L
Decimal 64 170 46 0.62 0 0.73 0.33 111.29 0.57 0.42
Hex 40 AA 2E 3E 0 49 21 6F 39 2A
Octal 100 252 56 76 0 111 41 157 71 52
Binary 1000000 10101010 101110 111110 0 1001001 100001 1101111 111001 101010

Color Harmonies of #40AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA2E

Black with #40AA2E

Text Example


Text Example

White with #40AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,170,46); }

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

background-color css

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

 a { background-color: rgb(64,170,46); }

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

border-color css

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

 span { border-color: rgb(64,170,46); }

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