#4FA20E

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

Shades of Kelly Green #4FA20E

Tints of Kelly Green #4FA20E

Color information

#4FA20E (or 0x4FA20E) is unknown color: approx Kelly Green. HEX triplet: 4F, A2 and 0E. RGB value is (79,162,14). Sum of RGB (Red+Green+Blue) = 79+162+14=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 162 (63.67% from 255 or 63.53% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FA20E is #B05DF1. Grayscale: #787878. Windows color (decimal): -11558386 or 959055. OLE color: 959055.

HSL color Cylindrical-coordinate representation of color #4FA20E: hue angle of 93.65º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FA20E is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB7916214-
CMYK0.5100.910.36
HSL93.65º84.09%34.51%-
HSV(B)93.65º91.36%63.53%-
XYZ16.2227.534.88-
YUV120.316898.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 162 (63.67% from 255) = 63.53%
BLUE value IS 14 (5.86% from 255) = 5.49%
R=30.98%
G=63.53%
B=5.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79162140.5100.910.3693.6584.0934.51
Hex4FA2E3305B245e5423
Octal117242166301334413612443
Binary10011111010001011101100110101101110010010111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,162,14); }

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

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

 a { background-color: rgb(79,162,14); }

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

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

 span { border-color: rgb(79,162,14); }

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