#49AF0E

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

Shades of Kelly Green #49AF0E

Tints of Kelly Green #49AF0E

Color information

#49AF0E (or 0x49AF0E) is unknown color: approx Kelly Green. HEX triplet: 49, AF and 0E. RGB value is (73,175,14). Sum of RGB (Red+Green+Blue) = 73+175+14=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AF0E is #B650F1. Grayscale: #7E7E7E. Windows color (decimal): -11948274 or 962377. OLE color: 962377.

HSL color Cylindrical-coordinate representation of color #49AF0E: hue angle of 98.01º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49AF0E is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB7317514-
CMYK0.5800.920.31
HSL98.01º85.19%37.06%-
HSV(B)98.01º92%68.63%-
XYZ18.1632.115.66-
YUV126.1564.7190.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 175 (68.75% from 255) = 66.79%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=27.86%
G=66.79%
B=5.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73175140.5800.920.3198.0185.1937.06
Hex49AFE3A05C1F625525
Octal111257167201343714212545
Binary1001001101011111110111010010111001111111000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,175,14); }

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

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

 a { background-color: rgb(73,175,14); }

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

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

 span { border-color: rgb(73,175,14); }

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