#40a50f

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

Shades of Kelly Green #40A50F

Tints of Kelly Green #40A50F

Color information

#40A50F (or 0x40A50F) is unknown color: approx Kelly Green. HEX triplet: 40, A5 and 0F. RGB value is (64,165,15). Sum of RGB (Red+Green+Blue) = 64+165+15=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 165 (64.84% from 255 or 67.62% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 165 - color contains mainly: green. Hex color #40A50F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A50F is #BF5AF0. Grayscale: #767676. Windows color (decimal): -12540657 or 1025344. OLE color: 1025344.

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

Color convert

RGB6416515-
CMYK0.6100.910.35
HSL100.4º83.33%35.29%-
HSV(B)100.4º90.91%64.71%-
XYZ15.6628.035.04-
YUV117.770.0489.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 165 (64.84% from 255) = 67.62%
BLUE value IS 15 (6.25% from 255) = 6.15%
R=26.23%
G=67.62%
B=6.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64165150.6100.910.35100.483.3335.29
Hex40A5F3D05B23645323
Octal100245177501334314412343
Binary10000001010010111111111010101101110001111001001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40a50f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,15); }

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

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

 a { background-color: rgb(64,165,15); }

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

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

 span { border-color: rgb(64,165,15); }

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