#12906C

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

Shades of Elf Green #12906C

Tints of Elf Green #12906C

Color information

#12906C (or 0x12906C) is unknown color: approx Elf Green. HEX triplet: 12, 90 and 6C. RGB value is (18,144,108). Sum of RGB (Red+Green+Blue) = 18+144+108=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #12906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12906C is #ED6F93. Grayscale: #666666. Windows color (decimal): -15560596 or 7114770. OLE color: 7114770.

HSL color Cylindrical-coordinate representation of color #12906C: hue angle of 162.86º 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 #12906C is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB18144108-
CMYK0.8800.250.44
HSL162.86º77.78%31.76%-
HSV(B)162.86º87.5%56.47%-
XYZ12.9321.1617.59-
YUV102.22131.2667.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 108 (42.58% from 255) = 40%
R=6.67%
G=53.33%
B=40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181441080.8800.250.44162.8677.7831.76
Hex12906C580192Ca34e20
Octal222201541300315424311640
Binary100101001000011011001011000011001101100101000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12906C; }

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

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

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

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

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

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

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

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