#128A7B

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

Shades of Elf Green #128A7B

Tints of Elf Green #128A7B

Color information

#128A7B (or 0x128A7B) is unknown color: approx Elf Green. HEX triplet: 12, 8A and 7B. RGB value is (18,138,123). Sum of RGB (Red+Green+Blue) = 18+138+123=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #128A7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A7B is #ED7584. Grayscale: #646464. Windows color (decimal): -15562117 or 8096274. OLE color: 8096274.

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

Color convert

RGB18138123-
CMYK0.8700.110.46
HSL172.5º76.92%30.59%-
HSV(B)172.5º86.96%54.12%-
XYZ12.9119.7421.87-
YUV100.41140.7469.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=6.45%
G=49.46%
B=44.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181381230.8700.110.46172.576.9230.59
Hex128A7B570B2Eac4d1f
Octal222121731270135625411537
Binary1001010001010111101110101110101110111010101100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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