#188D6E

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

Shades of Elf Green #188D6E

Tints of Elf Green #188D6E

Color information

#188D6E (or 0x188D6E) is unknown color: approx Elf Green. HEX triplet: 18, 8D and 6E. RGB value is (24,141,110). Sum of RGB (Red+Green+Blue) = 24+141+110=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #188D6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188D6E is #E77291. Grayscale: #666666. Windows color (decimal): -15168146 or 7245080. OLE color: 7245080.

HSL color Cylindrical-coordinate representation of color #188D6E: hue angle of 164.1º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188D6E is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB24141110-
CMYK0.8300.220.45
HSL164.1º70.91%32.35%-
HSV(B)164.1º82.98%55.29%-
XYZ12.7220.3718.01-
YUV102.48132.2472.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.73%
GREEN value IS 141 (55.47% from 255) = 51.27%
BLUE value IS 110 (43.36% from 255) = 40%
R=8.73%
G=51.27%
B=40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241411100.8300.220.45164.170.9132.35
Hex188D6E530162Da44720
Octal302151561230265524410740
Binary110001000110111011101010011010110101101101001001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,141,110); }

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

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

 a { background-color: rgb(24,141,110); }

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

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

 span { border-color: rgb(24,141,110); }

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