#18857F

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

Shades of Elm #18857F

Tints of Elm #18857F

Color information

#18857F (or 0x18857F) is unknown color: approx Elm. HEX triplet: 18, 85 and 7F. RGB value is (24,133,127). Sum of RGB (Red+Green+Blue) = 24+133+127=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #18857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18857F is #E77A80. Grayscale: #636363. Windows color (decimal): -15170177 or 8357144. OLE color: 8357144.

HSL color Cylindrical-coordinate representation of color #18857F: hue angle of 176.7º 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 #18857F is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB24133127-
CMYK0.8200.050.48
HSL176.7º69.43%30.78%-
HSV(B)176.7º81.95%52.16%-
XYZ12.5918.522.99-
YUV99.72143.3973.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 127 (50% from 255) = 44.72%
R=8.45%
G=46.83%
B=44.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241331270.8200.050.48176.769.4330.78
Hex18857F520530b1451f
Octal30205177122056026110537
Binary110001000010111111111010010010111000010110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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