#40A303

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

Shades of Kelly Green #40A303

Tints of Kelly Green #40A303

Color information

#40A303 (or 0x40A303) is unknown color: approx Kelly Green. HEX triplet: 40, A3 and 03. RGB value is (64,163,3). Sum of RGB (Red+Green+Blue) = 64+163+3=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 163 (64.06% from 255 or 70.87% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 163 - color contains mainly: green. Hex color #40A303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A303 is #BF5CFC. Grayscale: #737373. Windows color (decimal): -12541181 or 238400. OLE color: 238400.

HSL color Cylindrical-coordinate representation of color #40A303: hue angle of 97.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40A303 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB641633-
CMYK0.6100.980.36
HSL97.12º96.39%32.55%-
HSV(B)97.12º98.16%63.92%-
XYZ15.2327.294.55-
YUV115.1664.791.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 163 (64.06% from 255) = 70.87%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=27.83%
G=70.87%
B=1.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6416330.6100.980.3697.1296.3932.55
Hex40A333D06224616021
Octal10024337501424414114041
Binary100000010100011111111010110001010010011000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,163,3); }

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

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

 a { background-color: rgb(64,163,3); }

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

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

 span { border-color: rgb(64,163,3); }

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