#178C70

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

Shades of Elf Green #178C70

Tints of Elf Green #178C70

Color information

#178C70 (or 0x178C70) is unknown color: approx Elf Green. HEX triplet: 17, 8C and 70. RGB value is (23,140,112). Sum of RGB (Red+Green+Blue) = 23+140+112=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #178C70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178C70 is #E8738F. Grayscale: #656565. Windows color (decimal): -15233936 or 7375895. OLE color: 7375895.

HSL color Cylindrical-coordinate representation of color #178C70: hue angle of 165.64º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #178C70 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB23140112-
CMYK0.8400.200.45
HSL165.64º71.78%31.96%-
HSV(B)165.64º83.57%54.9%-
XYZ12.6620.1118.54-
YUV101.82133.7471.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.36%
GREEN value IS 140 (55.08% from 255) = 50.91%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=8.36%
G=50.91%
B=40.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal231401120.8400.200.45165.6471.7831.96
Hex178C70540142Da64820
Octal272141601240245524611040
Binary101111000110011100001010100010100101101101001101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #178C70; }

 p { color: rgb(23,140,112); }

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

<style>
 a { background-color: #178C70; }

 a { background-color: rgb(23,140,112); }

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

<style>
 span { border-color: #178C70; }

 span { border-color: rgb(23,140,112); }

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