#18866E

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

Shades of Elf Green #18866E

Tints of Elf Green #18866E

Color information

#18866E (or 0x18866E) is unknown color: approx Elf Green. HEX triplet: 18, 86 and 6E. RGB value is (24,134,110). Sum of RGB (Red+Green+Blue) = 24+134+110=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #18866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18866E is #E77991. Grayscale: #626262. Windows color (decimal): -15169938 or 7243288. OLE color: 7243288.

HSL color Cylindrical-coordinate representation of color #18866E: hue angle of 166.91º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18866E is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB24134110-
CMYK0.8200.180.47
HSL166.91º69.62%30.98%-
HSV(B)166.91º82.09%52.55%-
XYZ11.7218.3717.68-
YUV98.37134.5674.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=8.96%
G=50%
B=41.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241341100.8200.180.47166.9169.6230.98
Hex18866E520122Fa7461f
Octal302061561220225724710637
Binary11000100001101101110101001001001010111110100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18866E; }

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

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

<style>
 a { background-color: #18866E; }

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

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

<style>
 span { border-color: #18866E; }

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

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