#49A610

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

Shades of Kelly Green #49A610

Tints of Kelly Green #49A610

Color information

#49A610 (or 0x49A610) is unknown color: approx Kelly Green. HEX triplet: 49, A6 and 10. RGB value is (73,166,16). Sum of RGB (Red+Green+Blue) = 73+166+16=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 166 (65.23% from 255 or 65.10% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 166 - color contains mainly: green. Hex color #49A610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A610 is #B659EF. Grayscale: #797979. Windows color (decimal): -11950576 or 1091145. OLE color: 1091145.

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

Color convert

RGB7316616-
CMYK0.5600.900.35
HSL97.2º82.42%35.69%-
HSV(B)97.2º90.36%65.1%-
XYZ16.4828.735.17-
YUV121.0968.6993.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 166 (65.23% from 255) = 65.10%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=28.63%
G=65.10%
B=6.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73166160.5600.900.3597.282.4235.69
Hex49A6103805A23615224
Octal111246207001324314112244
Binary100100110100110100001110000101101010001111000011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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