#12966B

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

Shades of Elf Green #12966B

Tints of Elf Green #12966B

Color information

#12966B (or 0x12966B) is unknown color: approx Elf Green. HEX triplet: 12, 96 and 6B. RGB value is (18,150,107). Sum of RGB (Red+Green+Blue) = 18+150+107=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #12966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12966B is #ED6994. Grayscale: #696969. Windows color (decimal): -15559061 or 7050770. OLE color: 7050770.

HSL color Cylindrical-coordinate representation of color #12966B: hue angle of 160.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12966B is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB18150107-
CMYK0.8800.290.41
HSL160.45º78.57%32.94%-
HSV(B)160.45º88%58.82%-
XYZ13.812317.62-
YUV105.63128.7765.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 150 (58.98% from 255) = 54.55%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=6.55%
G=54.55%
B=38.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181501070.8800.290.41160.4578.5732.94
Hex12966B5801D29a04f21
Octal222261531300355124011741
Binary100101001011011010111011000011101101001101000001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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