#1C8F7C

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

Shades of Elf Green #1C8F7C

Tints of Elf Green #1C8F7C

Color information

#1C8F7C (or 0x1C8F7C) is unknown color: approx Elf Green. HEX triplet: 1C, 8F and 7C. RGB value is (28,143,124). Sum of RGB (Red+Green+Blue) = 28+143+124=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #1C8F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8F7C is #E37083. Grayscale: #6A6A6A. Windows color (decimal): -14905476 or 8163100. OLE color: 8163100.

HSL color Cylindrical-coordinate representation of color #1C8F7C: hue angle of 170.09º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8F7C is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB28143124-
CMYK0.8000.130.44
HSL170.09º67.25%33.53%-
HSV(B)170.09º80.42%56.08%-
XYZ13.9421.3522.45-
YUV106.45137.972.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 143 (56.25% from 255) = 48.47%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=9.49%
G=48.47%
B=42.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281431240.8000.130.44170.0967.2533.53
Hex1C8F7C500D2Caa4322
Octal342171741200155425210342
Binary11100100011111111100101000001101101100101010101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,143,124); }

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

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

 a { background-color: rgb(28,143,124); }

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

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

 span { border-color: rgb(28,143,124); }

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