#18896A

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

Shades of Elf Green #18896A

Tints of Elf Green #18896A

Color information

#18896A (or 0x18896A) is unknown color: approx Elf Green. HEX triplet: 18, 89 and 6A. RGB value is (24,137,106). Sum of RGB (Red+Green+Blue) = 24+137+106=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #18896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18896A is #E77695. Grayscale: #636363. Windows color (decimal): -15169174 or 6981912. OLE color: 6981912.

HSL color Cylindrical-coordinate representation of color #18896A: hue angle of 163.54º 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 #18896A is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB24137106-
CMYK0.8200.230.46
HSL163.54º70.19%31.57%-
HSV(B)163.54º82.48%53.73%-
XYZ11.9219.1316.7-
YUV99.68131.5674.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 137 (53.91% from 255) = 51.31%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=8.99%
G=51.31%
B=39.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241371060.8200.230.46163.5470.1931.57
Hex18896A520172Ea44620
Octal302111521220275624410640
Binary110001000100111010101010010010111101110101001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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