#128D79

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

Shades of Elf Green #128D79

Tints of Elf Green #128D79

Color information

#128D79 (or 0x128D79) is unknown color: approx Elf Green. HEX triplet: 12, 8D and 79. RGB value is (18,141,121). Sum of RGB (Red+Green+Blue) = 18+141+121=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #128D79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128D79 is #ED7286. Grayscale: #656565. Windows color (decimal): -15561351 or 7965970. OLE color: 7965970.

HSL color Cylindrical-coordinate representation of color #128D79: hue angle of 170.24º 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 #128D79 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB18141121-
CMYK0.8700.140.45
HSL170.24º77.36%31.18%-
HSV(B)170.24º87.23%55.29%-
XYZ13.2320.5621.36-
YUV101.94138.7568.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=6.43%
G=50.36%
B=43.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181411210.8700.140.45170.2477.3631.18
Hex128D79570E2Daa4d1f
Octal222151711270165525211537
Binary1001010001101111100110101110111010110110101010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,141,121); }

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

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

 a { background-color: rgb(18,141,121); }

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

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

 span { border-color: rgb(18,141,121); }

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