#18957C

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

Shades of Elf Green #18957C

Tints of Elf Green #18957C

Color information

#18957C (or 0x18957C) is unknown color: approx Elf Green. HEX triplet: 18, 95 and 7C. RGB value is (24,149,124). Sum of RGB (Red+Green+Blue) = 24+149+124=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #18957C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18957C is #E76A83. Grayscale: #6C6C6C. Windows color (decimal): -15166084 or 8164632. OLE color: 8164632.

HSL color Cylindrical-coordinate representation of color #18957C: hue angle of 168º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18957C is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB24149124-
CMYK0.8400.170.42
HSL168º72.25%33.92%-
HSV(B)168º83.89%58.43%-
XYZ14.7623.1422.76-
YUV108.78136.5967.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=8.08%
G=50.17%
B=41.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241491240.8400.170.4216872.2533.92
Hex18957C540112Aa84822
Octal302251741240215225011042
Binary110001001010111111001010100010001101010101010001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18957C; }

 p { color: rgb(24,149,124); }

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

<style>
 a { background-color: #18957C; }

 a { background-color: rgb(24,149,124); }

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

<style>
 span { border-color: #18957C; }

 span { border-color: rgb(24,149,124); }

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