#188A71

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

Shades of Elf Green #188A71

Tints of Elf Green #188A71

Color information

#188A71 (or 0x188A71) is unknown color: approx Elf Green. HEX triplet: 18, 8A and 71. RGB value is (24,138,113). Sum of RGB (Red+Green+Blue) = 24+138+113=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #188A71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A71 is #E7758E. Grayscale: #656565. Windows color (decimal): -15168911 or 7440920. OLE color: 7440920.

HSL color Cylindrical-coordinate representation of color #188A71: hue angle of 166.84º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A71 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB24138113-
CMYK0.8300.180.46
HSL166.84º70.37%31.76%-
HSV(B)166.84º82.61%54.12%-
XYZ12.4519.5618.74-
YUV101.06134.7373.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.73%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=8.73%
G=50.18%
B=41.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241381130.8300.180.46166.8470.3731.76
Hex188A71530122Ea74620
Octal302121611230225624710640
Binary110001000101011100011010011010010101110101001111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,138,113); }

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

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

 a { background-color: rgb(24,138,113); }

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

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

 span { border-color: rgb(24,138,113); }

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