#129078

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

Shades of Elf Green #129078

Tints of Elf Green #129078

Color information

#129078 (or 0x129078) is unknown color: approx Elf Green. HEX triplet: 12, 90 and 78. RGB value is (18,144,120). Sum of RGB (Red+Green+Blue) = 18+144+120=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #129078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129078 is #ED6F87. Grayscale: #676767. Windows color (decimal): -15560584 or 7901202. OLE color: 7901202.

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

Color convert

RGB18144120-
CMYK0.8800.170.44
HSL168.57º77.78%31.76%-
HSV(B)168.57º87.5%56.47%-
XYZ13.6121.4321.19-
YUV103.59137.2666.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 144 (56.64% from 255) = 51.06%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=6.38%
G=51.06%
B=42.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181441200.8800.170.44168.5777.7831.76
Hex129078580112Ca94e20
Octal222201701300215425111640
Binary100101001000011110001011000010001101100101010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129078; }

 p { color: rgb(18,144,120); }

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

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

 a { background-color: rgb(18,144,120); }

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

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

 span { border-color: rgb(18,144,120); }

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