#12946E

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

Shades of Elf Green #12946E

Tints of Elf Green #12946E

Color information

#12946E (or 0x12946E) is unknown color: approx Elf Green. HEX triplet: 12, 94 and 6E. RGB value is (18,148,110). Sum of RGB (Red+Green+Blue) = 18+148+110=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #12946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12946E is #ED6B91. Grayscale: #686868. Windows color (decimal): -15559570 or 7246866. OLE color: 7246866.

HSL color Cylindrical-coordinate representation of color #12946E: hue angle of 162.46º 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 #12946E is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB18148110-
CMYK0.8800.260.42
HSL162.46º78.31%32.55%-
HSV(B)162.46º87.84%58.04%-
XYZ13.6522.4318.36-
YUV104.8130.9366.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 148 (58.20% from 255) = 53.62%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=6.52%
G=53.62%
B=39.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181481100.8800.260.42162.4678.3132.55
Hex12946E5801A2Aa24e21
Octal222241561300325224211641
Binary100101001010011011101011000011010101010101000101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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