#12956A

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

Shades of Elf Green #12956A

Tints of Elf Green #12956A

Color information

#12956A (or 0x12956A) is unknown color: approx Elf Green. HEX triplet: 12, 95 and 6A. RGB value is (18,149,106). Sum of RGB (Red+Green+Blue) = 18+149+106=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #12956A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12956A is #ED6A95. Grayscale: #686868. Windows color (decimal): -15559318 or 6984978. OLE color: 6984978.

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

Color convert

RGB18149106-
CMYK0.8800.290.42
HSL160.31º78.44%32.75%-
HSV(B)160.31º87.92%58.43%-
XYZ13.622.6617.29-
YUV104.93128.666-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=6.59%
G=54.58%
B=38.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181491060.8800.290.42160.3178.4432.75
Hex12956A5801D2Aa04e21
Octal222251521300355224011641
Binary100101001010111010101011000011101101010101000001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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