#129166

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

Shades of Elf Green #129166

Tints of Elf Green #129166

Color information

#129166 (or 0x129166) is unknown color: approx Elf Green. HEX triplet: 12, 91 and 66. RGB value is (18,145,102). Sum of RGB (Red+Green+Blue) = 18+145+102=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #129166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129166 is #ED6E99. Grayscale: #666666. Windows color (decimal): -15560346 or 6721810. OLE color: 6721810.

HSL color Cylindrical-coordinate representation of color #129166: hue angle of 159.69º 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 #129166 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB18145102-
CMYK0.8800.300.43
HSL159.69º77.91%31.96%-
HSV(B)159.69º87.59%56.86%-
XYZ12.7721.3416.02-
YUV102.12127.9268-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 145 (57.03% from 255) = 54.72%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=6.79%
G=54.72%
B=38.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181451020.8800.300.43159.6977.9131.96
Hex1291665801E2Ba04e20
Octal222211461300365324011640
Binary100101001000111001101011000011110101011101000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129166; }

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

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

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

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

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

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

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

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