#12866D

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

Shades of Elf Green #12866D

Tints of Elf Green #12866D

Color information

#12866D (or 0x12866D) is unknown color: approx Elf Green. HEX triplet: 12, 86 and 6D. RGB value is (18,134,109). Sum of RGB (Red+Green+Blue) = 18+134+109=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #12866D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12866D is #ED7992. Grayscale: #606060. Windows color (decimal): -15563155 or 7177746. OLE color: 7177746.

HSL color Cylindrical-coordinate representation of color #12866D: hue angle of 167.07º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12866D is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB18134109-
CMYK0.8700.190.47
HSL167.07º76.32%29.8%-
HSV(B)167.07º86.57%52.55%-
XYZ11.5318.2817.39-
YUV96.47135.0772.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=6.90%
G=51.34%
B=41.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181341090.8700.190.47167.0776.3229.8
Hex12866D570132Fa74c1e
Octal222061551270235724711436
Binary10010100001101101101101011101001110111110100111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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