#128C73

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

Shades of Elf Green #128C73

Tints of Elf Green #128C73

Color information

#128C73 (or 0x128C73) is unknown color: approx Elf Green. HEX triplet: 12, 8C and 73. RGB value is (18,140,115). Sum of RGB (Red+Green+Blue) = 18+140+115=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #128C73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128C73 is #ED738C. Grayscale: #646464. Windows color (decimal): -15561613 or 7572498. OLE color: 7572498.

HSL color Cylindrical-coordinate representation of color #128C73: hue angle of 167.7º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128C73 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB18140115-
CMYK0.8700.180.45
HSL167.7º77.22%30.98%-
HSV(B)167.7º87.14%54.9%-
XYZ12.7220.1219.43-
YUV100.67136.0869.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=6.59%
G=51.28%
B=42.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181401150.8700.180.45167.777.2230.98
Hex128C73570122Da84d1f
Octal222141631270225525011537
Binary10010100011001110011101011101001010110110101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128C73; }

 p { color: rgb(18,140,115); }

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

<style>
 a { background-color: #128C73; }

 a { background-color: rgb(18,140,115); }

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

<style>
 span { border-color: #128C73; }

 span { border-color: rgb(18,140,115); }

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