Html Css Color HEX #40AC0B Kelly Green

📋 copy color: '#40AC0B'

red 64 ◦ green 172 ◦ blue 11

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

Shades of Kelly Green #40AC0B

Tints of Kelly Green #40AC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 25.91%
G = 69.64%
B = 4.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#40AC0B (or 0x40AC0B) is known color: Kelly Green. HEX triplet: 40, AC and 0B. RGB value is (64,172,11). Sum of RGB (Red+Green+Blue) = 64+172+11=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AC0B is #BF53F4. Grayscale: #797979. Windows color (decimal): -12538869 or 764992. OLE color: 764992.

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

Color convert

RGB 64 172 11 -
CMYK 0.63 0 0.94 0.33
HSL 100.25º 0.88% 0.36% -
HSV(B) 100.25º 0.94% 0.67% -
XYZ 16.93 30.62 5.33 -
YUV 121.35 65.72 87.09 -
System Red Green Blue C M Y K H S L
Decimal 64 172 11 0.63 0 0.94 0.33 100.25 0.88 0.36
Hex 40 AC B 3F 0 5E 21 64 58 24
Octal 100 254 13 77 0 136 41 144 130 44
Binary 1000000 10101100 1011 111111 0 1011110 100001 1100100 1011000 100100

Color Harmonies of #40AC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC0B

Black with #40AC0B

Text Example


Text Example

White with #40AC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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