#188E5F

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

Shades of Elf Green #188E5F

Tints of Elf Green #188E5F

Color information

#188E5F (or 0x188E5F) is unknown color: approx Elf Green. HEX triplet: 18, 8E and 5F. RGB value is (24,142,95). Sum of RGB (Red+Green+Blue) = 24+142+95=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #188E5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188E5F is #E771A0. Grayscale: #656565. Windows color (decimal): -15167905 or 6262296. OLE color: 6262296.

HSL color Cylindrical-coordinate representation of color #188E5F: hue angle of 156.1º 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 #188E5F is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB2414295-
CMYK0.8300.330.44
HSL156.1º71.08%32.55%-
HSV(B)156.1º83.1%55.69%-
XYZ12.1220.3714.12-
YUV101.36124.4172.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 142 (55.86% from 255) = 54.41%
BLUE value IS 95 (37.5% from 255) = 36.40%
R=9.20%
G=54.41%
B=36.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24142950.8300.330.44156.171.0832.55
Hex188E5F530212C9c4721
Octal302161371230415423410741
Binary1100010001110101111110100110100001101100100111001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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