#129178

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

Shades of Elf Green #129178

Tints of Elf Green #129178

Color information

#129178 (or 0x129178) is unknown color: approx Elf Green. HEX triplet: 12, 91 and 78. RGB value is (18,145,120). Sum of RGB (Red+Green+Blue) = 18+145+120=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #129178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129178 is #ED6E87. Grayscale: #686868. Windows color (decimal): -15560328 or 7901458. OLE color: 7901458.

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

Color convert

RGB18145120-
CMYK0.8800.170.43
HSL168.19º77.91%31.96%-
HSV(B)168.19º87.59%56.86%-
XYZ13.7721.7421.24-
YUV104.18136.9266.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=6.36%
G=51.24%
B=42.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181451200.8800.170.43168.1977.9131.96
Hex129178580112Ba84e20
Octal222211701300215325011640
Binary100101001000111110001011000010001101011101010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129178; }

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

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

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

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

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

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

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

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