Html Css Color HEX #40A60C Kelly Green

📋 copy color: '#40A60C'

red 64 ◦ green 166 ◦ blue 12

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

Shades of Kelly Green #40A60C

Tints of Kelly Green #40A60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 68.6%

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 26.45%
G = 68.6%
B = 4.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#40A60C (or 0x40A60C) is known color: Kelly Green. HEX triplet: 40, A6 and 0C. RGB value is (64,166,12). Sum of RGB (Red+Green+Blue) = 64+166+12=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 166 (65.23% from 255 or 68.60% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 166 - color contains mainly: green. Hex color #40A60C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A60C is #BF59F3. Grayscale: #767676. Windows color (decimal): -12540404 or 828992. OLE color: 828992.

HSL color Cylindrical-coordinate representation of color #40A60C: hue angle of 99.74º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40A60C is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 166 12 -
CMYK 0.61 0 0.93 0.35
HSL 99.74º 0.87% 0.35% -
HSV(B) 99.74º 0.93% 0.65% -
XYZ 15.82 28.39 4.99 -
YUV 117.95 68.21 89.52 -
System Red Green Blue C M Y K H S L
Decimal 64 166 12 0.61 0 0.93 0.35 99.74 0.87 0.35
Hex 40 A6 C 3D 0 5D 23 64 57 23
Octal 100 246 14 75 0 135 43 144 127 43
Binary 1000000 10100110 1100 111101 0 1011101 100011 1100100 1010111 100011

Color Harmonies of #40A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A60C

Black with #40A60C

Text Example


Text Example

White with #40A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,166,12); }

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

background-color css

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

 a { background-color: rgb(64,166,12); }

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

border-color css

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

 span { border-color: rgb(64,166,12); }

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