#128F66

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

Shades of Elf Green #128F66

Tints of Elf Green #128F66

Color information

#128F66 (or 0x128F66) is unknown color: approx Elf Green. HEX triplet: 12, 8F and 66. RGB value is (18,143,102). Sum of RGB (Red+Green+Blue) = 18+143+102=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #128F66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F66 is #ED7099. Grayscale: #646464. Windows color (decimal): -15560858 or 6721298. OLE color: 6721298.

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

Color convert

RGB18143102-
CMYK0.8700.290.44
HSL160.32º77.64%31.57%-
HSV(B)160.32º87.41%56.08%-
XYZ12.4720.7315.91-
YUV100.95128.5968.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 143 (56.25% from 255) = 54.37%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=6.84%
G=54.37%
B=38.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181431020.8700.290.44160.3277.6431.57
Hex128F665701D2Ca04e20
Octal222171461270355424011640
Binary100101000111111001101010111011101101100101000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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