#1C8E7F

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

Shades of Elf Green #1C8E7F

Tints of Elf Green #1C8E7F

Color information

#1C8E7F (or 0x1C8E7F) is unknown color: approx Elf Green. HEX triplet: 1C, 8E and 7F. RGB value is (28,142,127). Sum of RGB (Red+Green+Blue) = 28+142+127=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #1C8E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8E7F is #E37180. Grayscale: #6A6A6A. Windows color (decimal): -14905729 or 8359452. OLE color: 8359452.

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

Color convert

RGB28142127-
CMYK0.8000.110.44
HSL172.11º67.06%33.33%-
HSV(B)172.11º80.28%55.69%-
XYZ13.9821.1323.42-
YUV106.2139.7372.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.43%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 127 (50% from 255) = 42.76%
R=9.43%
G=47.81%
B=42.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281421270.8000.110.44172.1167.0633.33
Hex1C8E7F500B2Cac4321
Octal342161771200135425410341
Binary11100100011101111111101000001011101100101011001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,142,127); }

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

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

 a { background-color: rgb(28,142,127); }

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

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

 span { border-color: rgb(28,142,127); }

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