#18856E

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

Shades of Elf Green #18856E

Tints of Elf Green #18856E

Color information

#18856E (or 0x18856E) is unknown color: approx Elf Green. HEX triplet: 18, 85 and 6E. RGB value is (24,133,110). Sum of RGB (Red+Green+Blue) = 24+133+110=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #18856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18856E is #E77A91. Grayscale: #616161. Windows color (decimal): -15170194 or 7243032. OLE color: 7243032.

HSL color Cylindrical-coordinate representation of color #18856E: hue angle of 167.34º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18856E is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB24133110-
CMYK0.8200.170.48
HSL167.34º69.43%30.78%-
HSV(B)167.34º81.95%52.16%-
XYZ11.5818.117.63-
YUV97.79134.8975.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 133 (52.34% from 255) = 49.81%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=8.99%
G=49.81%
B=41.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241331100.8200.170.48167.3469.4330.78
Hex18856E5201130a7451f
Octal302051561220216024710537
Binary11000100001011101110101001001000111000010100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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