#128A6E

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

Shades of Elf Green #128A6E

Tints of Elf Green #128A6E

Color information

#128A6E (or 0x128A6E) is unknown color: approx Elf Green. HEX triplet: 12, 8A and 6E. RGB value is (18,138,110). Sum of RGB (Red+Green+Blue) = 18+138+110=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #128A6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A6E is #ED7591. Grayscale: #626262. Windows color (decimal): -15562130 or 7244306. OLE color: 7244306.

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

Color convert

RGB18138110-
CMYK0.8700.200.46
HSL166º76.92%30.59%-
HSV(B)166º86.96%54.12%-
XYZ12.1519.4317.86-
YUV98.93134.2470.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 138 (54.30% from 255) = 51.88%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=6.77%
G=51.88%
B=41.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181381100.8700.200.4616676.9230.59
Hex128A6E570142Ea64d1f
Octal222121561270245624611537
Binary10010100010101101110101011101010010111010100110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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