#128C66

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

Shades of Elf Green #128C66

Tints of Elf Green #128C66

Color information

#128C66 (or 0x128C66) is unknown color: approx Elf Green. HEX triplet: 12, 8C and 66. RGB value is (18,140,102). Sum of RGB (Red+Green+Blue) = 18+140+102=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #128C66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128C66 is #ED7399. Grayscale: #636363. Windows color (decimal): -15561626 or 6720530. OLE color: 6720530.

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

Color convert

RGB18140102-
CMYK0.8700.270.45
HSL161.31º77.22%30.98%-
HSV(B)161.31º87.14%54.9%-
XYZ12.0319.8415.77-
YUV99.19129.5870.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 140 (55.08% from 255) = 53.85%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=6.92%
G=53.85%
B=39.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181401020.8700.270.45161.3177.2230.98
Hex128C665701B2Da14d1f
Octal222141461270335524111537
Binary10010100011001100110101011101101110110110100001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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