#49A614

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

Shades of Kelly Green #49A614

Tints of Kelly Green #49A614

Color information

#49A614 (or 0x49A614) is unknown color: approx Kelly Green. HEX triplet: 49, A6 and 14. RGB value is (73,166,20). Sum of RGB (Red+Green+Blue) = 73+166+20=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 166 (65.23% from 255 or 64.09% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 166 - color contains mainly: green. Hex color #49A614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A614 is #B659EB. Grayscale: #7A7A7A. Windows color (decimal): -11950572 or 1353289. OLE color: 1353289.

HSL color Cylindrical-coordinate representation of color #49A614: hue angle of 98.22º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49A614 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB7316620-
CMYK0.5600.880.35
HSL98.22º78.49%36.47%-
HSV(B)98.22º87.95%65.1%-
XYZ16.5128.745.34-
YUV121.5570.6993.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 166 (65.23% from 255) = 64.09%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=28.19%
G=64.09%
B=7.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73166200.5600.880.3598.2278.4936.47
Hex49A6143805823624e24
Octal111246247001304314211644
Binary100100110100110101001110000101100010001111000101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A614; }

 p { color: rgb(73,166,20); }

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

<style>
 a { background-color: #49A614; }

 a { background-color: rgb(73,166,20); }

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

<style>
 span { border-color: #49A614; }

 span { border-color: rgb(73,166,20); }

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