#49A910

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

Shades of Kelly Green #49A910

Tints of Kelly Green #49A910

Color information

#49A910 (or 0x49A910) is unknown color: approx Kelly Green. HEX triplet: 49, A9 and 10. RGB value is (73,169,16). Sum of RGB (Red+Green+Blue) = 73+169+16=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 169 (66.41% from 255 or 65.50% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 169 - color contains mainly: green. Hex color #49A910 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A910 is #B656EF. Grayscale: #7B7B7B. Windows color (decimal): -11949808 or 1091913. OLE color: 1091913.

HSL color Cylindrical-coordinate representation of color #49A910: hue angle of 97.65º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49A910 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB7316916-
CMYK0.5700.910.34
HSL97.65º82.7%36.27%-
HSV(B)97.65º90.53%66.27%-
XYZ17.0329.835.35-
YUV122.8567.792.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 169 (66.41% from 255) = 65.50%
BLUE value IS 16 (6.64% from 255) = 6.20%
R=28.29%
G=65.50%
B=6.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73169160.5700.910.3497.6582.736.27
Hex49A9103905B22625324
Octal111251207101334214212344
Binary100100110101001100001110010101101110001011000101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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