#1C8676

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

Shades of Elf Green #1C8676

Tints of Elf Green #1C8676

Color information

#1C8676 (or 0x1C8676) is unknown color: approx Elf Green. HEX triplet: 1C, 86 and 76. RGB value is (28,134,118). Sum of RGB (Red+Green+Blue) = 28+134+118=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #1C8676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8676 is #E37989. Grayscale: #646464. Windows color (decimal): -14907786 or 7767580. OLE color: 7767580.

HSL color Cylindrical-coordinate representation of color #1C8676: hue angle of 170.94º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8676 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB28134118-
CMYK0.7900.120.47
HSL170.94º65.43%31.76%-
HSV(B)170.94º79.1%52.55%-
XYZ12.2718.6120.08-
YUV100.48137.8876.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=10%
G=47.86%
B=42.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal281341180.7900.120.47170.9465.4331.76
Hex1C86764F0C2Fab4120
Octal342061661170145725310140
Binary11100100001101110110100111101100101111101010111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C8676; }

 p { color: rgb(28,134,118); }

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

<style>
 a { background-color: #1C8676; }

 a { background-color: rgb(28,134,118); }

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

<style>
 span { border-color: #1C8676; }

 span { border-color: rgb(28,134,118); }

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