#49AA14

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

Shades of Kelly Green #49AA14

Tints of Kelly Green #49AA14

Color information

#49AA14 (or 0x49AA14) is unknown color: approx Kelly Green. HEX triplet: 49, AA and 14. RGB value is (73,170,20). Sum of RGB (Red+Green+Blue) = 73+170+20=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AA14 is #B655EB. Grayscale: #7C7C7C. Windows color (decimal): -11949548 or 1354313. OLE color: 1354313.

HSL color Cylindrical-coordinate representation of color #49AA14: hue angle of 98.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49AA14 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB7317020-
CMYK0.5700.880.33
HSL98.8º78.95%37.25%-
HSV(B)98.8º88.24%66.67%-
XYZ17.2530.225.59-
YUV123.969.3691.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 170 (66.80% from 255) = 64.64%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=27.76%
G=64.64%
B=7.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73170200.5700.880.3398.878.9537.25
Hex49AA143905821634f25
Octal111252247101304114311745
Binary100100110101010101001110010101100010000111000111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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