#188A6D

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

Shades of Elf Green #188A6D

Tints of Elf Green #188A6D

Color information

#188A6D (or 0x188A6D) is unknown color: approx Elf Green. HEX triplet: 18, 8A and 6D. RGB value is (24,138,109). Sum of RGB (Red+Green+Blue) = 24+138+109=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #188A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A6D is #E77592. Grayscale: #646464. Windows color (decimal): -15168915 or 7178776. OLE color: 7178776.

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

Color convert

RGB24138109-
CMYK0.8300.210.46
HSL164.74º70.37%31.76%-
HSV(B)164.74º82.61%54.12%-
XYZ12.2319.4817.58-
YUV100.61132.7373.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.86%
GREEN value IS 138 (54.30% from 255) = 50.92%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=8.86%
G=50.92%
B=40.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241381090.8300.210.46164.7470.3731.76
Hex188A6D530152Ea54620
Octal302121551230255624510640
Binary110001000101011011011010011010101101110101001011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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