#12915C

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

Shades of Elf Green #12915C

Tints of Elf Green #12915C

Color information

#12915C (or 0x12915C) is unknown color: approx Elf Green. HEX triplet: 12, 91 and 5C. RGB value is (18,145,92). Sum of RGB (Red+Green+Blue) = 18+145+92=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #12915C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12915C is #ED6EA3. Grayscale: #656565. Windows color (decimal): -15560356 or 6066450. OLE color: 6066450.

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

Color convert

RGB1814592-
CMYK0.8800.370.43
HSL154.96º77.91%31.96%-
HSV(B)154.96º87.59%56.86%-
XYZ12.3121.1513.56-
YUV100.98122.9268.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 145 (57.03% from 255) = 56.86%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=7.06%
G=56.86%
B=36.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145920.8800.370.43154.9677.9131.96
Hex12915C580252B9b4e20
Octal222211341300455323311640
Binary1001010010001101110010110000100101101011100110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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