#40A600

Color #40A600 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #40A600

Tints of Kelly Green #40A600

Color information

#40A600 (or 0x40A600) is unknown color: approx Kelly Green. HEX triplet: 40, A6 and 00. RGB value is (64,166,0). Sum of RGB (Red+Green+Blue) = 64+166+0=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 166 (65.23% from 255 or 72.17% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 166 - color contains mainly: green. Hex color #40A600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A600 is #BF59FF. Grayscale: #757575. Windows color (decimal): -12540416 or 42560. OLE color: 42560.

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

Color convert

RGB641660-
CMYK0.61010.35
HSL96.87º100%32.55%-
HSV(B)96.87º100%65.1%-
XYZ15.7528.364.64-
YUV116.5862.2190.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 166 (65.23% from 255) = 72.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.83%
G=72.17%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6416600.61010.3596.8710032.55
Hex40A603D06423616421
Octal10024607501444314114441
Binary10000001010011001111010110010010001111000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40A600;
 }
 .AnyTagClassName
 {
   color: #40A600;
 }
</style>
background-color css

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

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

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

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

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

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