#4AA61F

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

Shades of Kelly Green #4AA61F

Tints of Kelly Green #4AA61F

Color information

#4AA61F (or 0x4AA61F) is unknown color: approx Kelly Green. HEX triplet: 4A, A6 and 1F. RGB value is (74,166,31). Sum of RGB (Red+Green+Blue) = 74+166+31=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA61F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA61F is #B559E0. Grayscale: #7B7B7B. Windows color (decimal): -11885025 or 2074186. OLE color: 2074186.

HSL color Cylindrical-coordinate representation of color #4AA61F: hue angle of 100.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AA61F is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB7416631-
CMYK0.5500.810.35
HSL100.89º68.53%38.63%-
HSV(B)100.89º81.33%65.1%-
XYZ16.7128.835.98-
YUV123.176.0292.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.31%
GREEN value IS 166 (65.23% from 255) = 61.25%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=27.31%
G=61.25%
B=11.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74166310.5500.810.35100.8968.5338.63
Hex4AA61F3705123654527
Octal112246376701214314510547
Binary100101010100110111111101110101000110001111001011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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