#128B7A

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

Shades of Elf Green #128B7A

Tints of Elf Green #128B7A

Color information

#128B7A (or 0x128B7A) is unknown color: approx Elf Green. HEX triplet: 12, 8B and 7A. RGB value is (18,139,122). Sum of RGB (Red+Green+Blue) = 18+139+122=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #128B7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128B7A is #ED7485. Grayscale: #646464. Windows color (decimal): -15561862 or 8030994. OLE color: 8030994.

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

Color convert

RGB18139122-
CMYK0.8700.120.45
HSL171.57º77.07%30.78%-
HSV(B)171.57º87.05%54.51%-
XYZ12.992021.59-
YUV100.88139.9168.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 139 (54.69% from 255) = 49.82%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=6.45%
G=49.82%
B=43.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181391220.8700.120.45171.5777.0730.78
Hex128B7A570C2Dac4d1f
Octal222131721270145525411537
Binary1001010001011111101010101110110010110110101100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,139,122); }

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

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

 a { background-color: rgb(18,139,122); }

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

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

 span { border-color: rgb(18,139,122); }

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