#12936D

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

Shades of Elf Green #12936D

Tints of Elf Green #12936D

Color information

#12936D (or 0x12936D) is unknown color: approx Elf Green. HEX triplet: 12, 93 and 6D. RGB value is (18,147,109). Sum of RGB (Red+Green+Blue) = 18+147+109=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #12936D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12936D is #ED6C92. Grayscale: #686868. Windows color (decimal): -15559827 or 7181074. OLE color: 7181074.

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

Color convert

RGB18147109-
CMYK0.8800.260.42
HSL162.33º78.18%32.35%-
HSV(B)162.33º87.76%57.65%-
XYZ13.4422.118.03-
YUV104.1130.7666.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.57%
GREEN value IS 147 (57.81% from 255) = 53.65%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=6.57%
G=53.65%
B=39.78%

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
Decimal181471090.8800.260.42162.3378.1832.35
Hex12936D5801A2Aa24e20
Octal222231551300325224211640
Binary100101001001111011011011000011010101010101000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12936D; }

 p { color: rgb(18,147,109); }

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

<style>
 a { background-color: #12936D; }

 a { background-color: rgb(18,147,109); }

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

<style>
 span { border-color: #12936D; }

 span { border-color: rgb(18,147,109); }

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