#12946A

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

Shades of Elf Green #12946A

Tints of Elf Green #12946A

Color information

#12946A (or 0x12946A) is unknown color: approx Elf Green. HEX triplet: 12, 94 and 6A. RGB value is (18,148,106). Sum of RGB (Red+Green+Blue) = 18+148+106=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #12946A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12946A is #ED6B95. Grayscale: #686868. Windows color (decimal): -15559574 or 6984722. OLE color: 6984722.

HSL color Cylindrical-coordinate representation of color #12946A: hue angle of 160.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12946A is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB18148106-
CMYK0.8800.280.42
HSL160.62º78.31%32.55%-
HSV(B)160.62º87.84%58.04%-
XYZ13.4422.3517.24-
YUV104.34128.9366.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 148 (58.20% from 255) = 54.41%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=6.62%
G=54.41%
B=38.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181481060.8800.280.42160.6278.3132.55
Hex12946A5801C2Aa14e21
Octal222241521300345224111641
Binary100101001010011010101011000011100101010101000011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,148,106); }

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

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

 a { background-color: rgb(18,148,106); }

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

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

 span { border-color: rgb(18,148,106); }

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