#12926A

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

Shades of Elf Green #12926A

Tints of Elf Green #12926A

Color information

#12926A (or 0x12926A) is unknown color: approx Elf Green. HEX triplet: 12, 92 and 6A. RGB value is (18,146,106). Sum of RGB (Red+Green+Blue) = 18+146+106=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #12926A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12926A is #ED6D95. Grayscale: #676767. Windows color (decimal): -15560086 or 6984210. OLE color: 6984210.

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

Color convert

RGB18146106-
CMYK0.8800.270.43
HSL161.25º78.05%32.16%-
HSV(B)161.25º87.67%57.25%-
XYZ13.1321.7317.14-
YUV103.17129.5967.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=6.67%
G=54.07%
B=39.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181461060.8800.270.43161.2578.0532.16
Hex12926A5801B2Ba14e20
Octal222221521300335324111640
Binary100101001001011010101011000011011101011101000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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