#4AA41F

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

Shades of Kelly Green #4AA41F

Tints of Kelly Green #4AA41F

Color information

#4AA41F (or 0x4AA41F) is unknown color: approx Kelly Green. HEX triplet: 4A, A4 and 1F. RGB value is (74,164,31). Sum of RGB (Red+Green+Blue) = 74+164+31=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 164 (64.45% from 255 or 60.97% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA41F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA41F is #B55BE0. Grayscale: #7A7A7A. Windows color (decimal): -11885537 or 2073674. OLE color: 2073674.

HSL color Cylindrical-coordinate representation of color #4AA41F: hue angle of 100.6º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AA41F is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB7416431-
CMYK0.5500.810.36
HSL100.6º68.21%38.24%-
HSV(B)100.6º81.1%64.31%-
XYZ16.3528.115.86-
YUV121.9376.6893.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.51%
GREEN value IS 164 (64.45% from 255) = 60.97%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=27.51%
G=60.97%
B=11.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74164310.5500.810.36100.668.2138.24
Hex4AA41F3705124654426
Octal112244376701214414510446
Binary100101010100100111111101110101000110010011001011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AA41F; }

 p { color: rgb(74,164,31); }

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

<style>
 a { background-color: #4AA41F; }

 a { background-color: rgb(74,164,31); }

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

<style>
 span { border-color: #4AA41F; }

 span { border-color: rgb(74,164,31); }

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