#12876F

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

Shades of Elf Green #12876F

Tints of Elf Green #12876F

Color information

#12876F (or 0x12876F) is unknown color: approx Elf Green. HEX triplet: 12, 87 and 6F. RGB value is (18,135,111). Sum of RGB (Red+Green+Blue) = 18+135+111=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #12876F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12876F is #ED7890. Grayscale: #616161. Windows color (decimal): -15562897 or 7309074. OLE color: 7309074.

HSL color Cylindrical-coordinate representation of color #12876F: hue angle of 167.69º 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 #12876F is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB18135111-
CMYK0.8700.180.47
HSL167.69º76.47%30%-
HSV(B)167.69º86.67%52.94%-
XYZ11.7818.618.01-
YUV97.28135.7471.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=6.82%
G=51.14%
B=42.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181351110.8700.180.47167.6976.4730
Hex12876F570122Fa84c1e
Octal222071571270225725011436
Binary10010100001111101111101011101001010111110101000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12876F; }

 p { color: rgb(18,135,111); }

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

<style>
 a { background-color: #12876F; }

 a { background-color: rgb(18,135,111); }

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

<style>
 span { border-color: #12876F; }

 span { border-color: rgb(18,135,111); }

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