Html Css Color HEX #40AC07 Kelly Green

📋 copy color: '#40AC07'

red 64 ◦ green 172 ◦ blue 7

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

Shades of Kelly Green #40AC07

Tints of Kelly Green #40AC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.88%

R = 26.34%
G = 70.78%
B = 2.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#40AC07 (or 0x40AC07) is known color: Kelly Green. HEX triplet: 40, AC and 07. RGB value is (64,172,7). Sum of RGB (Red+Green+Blue) = 64+172+7=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 172 (67.58% from 255 or 70.78% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AC07 is #BF53F8. Grayscale: #797979. Windows color (decimal): -12538873 or 502848. OLE color: 502848.

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

Color convert

RGB 64 172 7 -
CMYK 0.63 0 0.96 0.33
HSL 99.27º 0.92% 0.35% -
HSV(B) 99.27º 0.96% 0.67% -
XYZ 16.91 30.61 5.22 -
YUV 120.9 63.72 87.42 -
System Red Green Blue C M Y K H S L
Decimal 64 172 7 0.63 0 0.96 0.33 99.27 0.92 0.35
Hex 40 AC 7 3F 0 60 21 63 5C 23
Octal 100 254 7 77 0 140 41 143 134 43
Binary 1000000 10101100 111 111111 0 1100000 100001 1100011 1011100 100011

Color Harmonies of #40AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC07

Black with #40AC07

Text Example


Text Example

White with #40AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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