#12917A

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

Shades of Elf Green #12917A

Tints of Elf Green #12917A

Color information

#12917A (or 0x12917A) is unknown color: approx Elf Green. HEX triplet: 12, 91 and 7A. RGB value is (18,145,122). Sum of RGB (Red+Green+Blue) = 18+145+122=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #12917A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12917A is #ED6E85. Grayscale: #686868. Windows color (decimal): -15560326 or 8032530. OLE color: 8032530.

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

Color convert

RGB18145122-
CMYK0.8800.160.43
HSL169.13º77.91%31.96%-
HSV(B)169.13º87.59%56.86%-
XYZ13.8921.7821.89-
YUV104.4137.9266.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 145 (57.03% from 255) = 50.88%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=6.32%
G=50.88%
B=42.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181451220.8800.160.43169.1377.9131.96
Hex12917A580102Ba94e20
Octal222211721300205325111640
Binary100101001000111110101011000010000101011101010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12917A; }

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

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

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

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

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

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

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

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