#41A412

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

Shades of Kelly Green #41A412

Tints of Kelly Green #41A412

Color information

#41A412 (or 0x41A412) is unknown color: approx Kelly Green. HEX triplet: 41, A4 and 12. RGB value is (65,164,18). Sum of RGB (Red+Green+Blue) = 65+164+18=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 164 (64.45% from 255 or 66.40% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 164 - color contains mainly: green. Hex color #41A412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41A412 is #BE5BED. Grayscale: #767676. Windows color (decimal): -12475374 or 1221697. OLE color: 1221697.

HSL color Cylindrical-coordinate representation of color #41A412: hue angle of 100.68º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41A412 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB6516418-
CMYK0.6000.890.36
HSL100.68º80.22%35.69%-
HSV(B)100.68º89.02%64.31%-
XYZ15.5627.725.1-
YUV117.7671.790.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 164 (64.45% from 255) = 66.40%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=26.32%
G=66.40%
B=7.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal65164180.6000.890.36100.6880.2235.69
Hex41A4123C05924655024
Octal101244227401314414512044
Binary100000110100100100101111000101100110010011001011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A412; }

 p { color: rgb(65,164,18); }

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

<style>
 a { background-color: #41A412; }

 a { background-color: rgb(65,164,18); }

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

<style>
 span { border-color: #41A412; }

 span { border-color: rgb(65,164,18); }

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