#128D7B

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

Shades of Elf Green #128D7B

Tints of Elf Green #128D7B

Color information

#128D7B (or 0x128D7B) is unknown color: approx Elf Green. HEX triplet: 12, 8D and 7B. RGB value is (18,141,123). Sum of RGB (Red+Green+Blue) = 18+141+123=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #128D7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128D7B is #ED7284. Grayscale: #666666. Windows color (decimal): -15561349 or 8097042. OLE color: 8097042.

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

Color convert

RGB18141123-
CMYK0.8700.130.45
HSL171.22º77.36%31.18%-
HSV(B)171.22º87.23%55.29%-
XYZ13.3520.6122.01-
YUV102.17139.7567.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 141 (55.47% from 255) = 50%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=6.38%
G=50%
B=43.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181411230.8700.130.45171.2277.3631.18
Hex128D7B570D2Dab4d1f
Octal222151731270155525311537
Binary1001010001101111101110101110110110110110101011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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