#128F7A

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

Shades of Elf Green #128F7A

Tints of Elf Green #128F7A

Color information

#128F7A (or 0x128F7A) is unknown color: approx Elf Green. HEX triplet: 12, 8F and 7A. RGB value is (18,143,122). Sum of RGB (Red+Green+Blue) = 18+143+122=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #128F7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F7A is #ED7085. Grayscale: #676767. Windows color (decimal): -15560838 or 8032018. OLE color: 8032018.

HSL color Cylindrical-coordinate representation of color #128F7A: hue angle of 169.92º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128F7A is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB18143122-
CMYK0.8700.150.44
HSL169.92º77.64%31.57%-
HSV(B)169.92º87.41%56.08%-
XYZ13.5821.1821.78-
YUV103.23138.5967.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 143 (56.25% from 255) = 50.53%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=6.36%
G=50.53%
B=43.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181431220.8700.150.44169.9277.6431.57
Hex128F7A570F2Caa4e20
Octal222171721270175425211640
Binary10010100011111111010101011101111101100101010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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