#188E75

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

Shades of Elf Green #188E75

Tints of Elf Green #188E75

Color information

#188E75 (or 0x188E75) is unknown color: approx Elf Green. HEX triplet: 18, 8E and 75. RGB value is (24,142,117). Sum of RGB (Red+Green+Blue) = 24+142+117=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #188E75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188E75 is #E7718A. Grayscale: #676767. Windows color (decimal): -15167883 or 7704088. OLE color: 7704088.

HSL color Cylindrical-coordinate representation of color #188E75: hue angle of 167.29º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188E75 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB24142117-
CMYK0.8300.180.44
HSL167.29º71.08%32.55%-
HSV(B)167.29º83.1%55.69%-
XYZ13.2620.8220.15-
YUV103.87135.4171.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=8.48%
G=50.18%
B=41.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241421170.8300.180.44167.2971.0832.55
Hex188E75530122Ca74721
Octal302161651230225424710741
Binary110001000111011101011010011010010101100101001111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188E75; }

 p { color: rgb(24,142,117); }

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

<style>
 a { background-color: #188E75; }

 a { background-color: rgb(24,142,117); }

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

<style>
 span { border-color: #188E75; }

 span { border-color: rgb(24,142,117); }

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