#18896F

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

Shades of Elf Green #18896F

Tints of Elf Green #18896F

Color information

#18896F (or 0x18896F) is unknown color: approx Elf Green. HEX triplet: 18, 89 and 6F. RGB value is (24,137,111). Sum of RGB (Red+Green+Blue) = 24+137+111=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #18896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18896F is #E77690. Grayscale: #646464. Windows color (decimal): -15169169 or 7309592. OLE color: 7309592.

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

Color convert

RGB24137111-
CMYK0.8200.190.46
HSL166.19º70.19%31.57%-
HSV(B)166.19º82.48%53.73%-
XYZ12.1919.2318.11-
YUV100.25134.0673.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.82%
GREEN value IS 137 (53.91% from 255) = 50.37%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=8.82%
G=50.37%
B=40.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241371110.8200.190.46166.1970.1931.57
Hex18896F520132Ea64620
Octal302111571220235624610640
Binary110001000100111011111010010010011101110101001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18896F; }

 p { color: rgb(24,137,111); }

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

<style>
 a { background-color: #18896F; }

 a { background-color: rgb(24,137,111); }

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

<style>
 span { border-color: #18896F; }

 span { border-color: rgb(24,137,111); }

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