#12926B

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

Shades of Elf Green #12926B

Tints of Elf Green #12926B

Color information

#12926B (or 0x12926B) is unknown color: approx Elf Green. HEX triplet: 12, 92 and 6B. RGB value is (18,146,107). Sum of RGB (Red+Green+Blue) = 18+146+107=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #12926B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12926B is #ED6D94. Grayscale: #676767. Windows color (decimal): -15560085 or 7049746. OLE color: 7049746.

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

Color convert

RGB18146107-
CMYK0.8800.270.43
HSL161.72º78.05%32.16%-
HSV(B)161.72º87.67%57.25%-
XYZ13.1821.7517.41-
YUV103.28130.0967.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=6.64%
G=53.87%
B=39.48%

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
Decimal181461070.8800.270.43161.7278.0532.16
Hex12926B5801B2Ba24e20
Octal222221531300335324211640
Binary100101001001011010111011000011011101011101000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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