#128A6A

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

Shades of Elf Green #128A6A

Tints of Elf Green #128A6A

Color information

#128A6A (or 0x128A6A) is unknown color: approx Elf Green. HEX triplet: 12, 8A and 6A. RGB value is (18,138,106). Sum of RGB (Red+Green+Blue) = 18+138+106=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #128A6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A6A is #ED7595. Grayscale: #626262. Windows color (decimal): -15562134 or 6982162. OLE color: 6982162.

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

Color convert

RGB18138106-
CMYK0.8700.230.46
HSL164º76.92%30.59%-
HSV(B)164º86.96%54.12%-
XYZ11.9419.3516.74-
YUV98.47132.2470.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.87%
GREEN value IS 138 (54.30% from 255) = 52.67%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=6.87%
G=52.67%
B=40.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181381060.8700.230.4616476.9230.59
Hex128A6A570172Ea44d1f
Octal222121521270275624411537
Binary10010100010101101010101011101011110111010100100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,138,106); }

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

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

 a { background-color: rgb(18,138,106); }

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

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

 span { border-color: rgb(18,138,106); }

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