#128F73

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

Shades of Elf Green #128F73

Tints of Elf Green #128F73

Color information

#128F73 (or 0x128F73) is unknown color: approx Elf Green. HEX triplet: 12, 8F and 73. RGB value is (18,143,115). Sum of RGB (Red+Green+Blue) = 18+143+115=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #128F73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F73 is #ED708C. Grayscale: #666666. Windows color (decimal): -15560845 or 7573266. OLE color: 7573266.

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

Color convert

RGB18143115-
CMYK0.8700.200.44
HSL166.56º77.64%31.57%-
HSV(B)166.56º87.41%56.08%-
XYZ13.1721.0119.58-
YUV102.43135.0967.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 143 (56.25% from 255) = 51.81%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=6.52%
G=51.81%
B=41.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181431150.8700.200.44166.5677.6431.57
Hex128F73570142Ca74e20
Octal222171631270245424711640
Binary100101000111111100111010111010100101100101001111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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