#188E70

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

Shades of Elf Green #188E70

Tints of Elf Green #188E70

Color information

#188E70 (or 0x188E70) is unknown color: approx Elf Green. HEX triplet: 18, 8E and 70. RGB value is (24,142,112). Sum of RGB (Red+Green+Blue) = 24+142+112=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #188E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188E70 is #E7718F. Grayscale: #676767. Windows color (decimal): -15167888 or 7376408. OLE color: 7376408.

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

Color convert

RGB24142112-
CMYK0.8300.210.44
HSL164.75º71.08%32.55%-
HSV(B)164.75º83.1%55.69%-
XYZ12.9720.7118.64-
YUV103.3132.9171.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.63%
GREEN value IS 142 (55.86% from 255) = 51.08%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=8.63%
G=51.08%
B=40.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241421120.8300.210.44164.7571.0832.55
Hex188E70530152Ca54721
Octal302161601230255424510741
Binary110001000111011100001010011010101101100101001011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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