#18957D

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

Shades of Elf Green #18957D

Tints of Elf Green #18957D

Color information

#18957D (or 0x18957D) is unknown color: approx Elf Green. HEX triplet: 18, 95 and 7D. RGB value is (24,149,125). Sum of RGB (Red+Green+Blue) = 24+149+125=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #18957D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18957D is #E76A82. Grayscale: #6C6C6C. Windows color (decimal): -15166083 or 8230168. OLE color: 8230168.

HSL color Cylindrical-coordinate representation of color #18957D: hue angle of 168.48º 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 #18957D is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB24149125-
CMYK0.8400.160.42
HSL168.48º72.25%33.92%-
HSV(B)168.48º83.89%58.43%-
XYZ14.8323.1723.09-
YUV108.89137.0967.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.05%
GREEN value IS 149 (58.59% from 255) = 50%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=8.05%
G=50%
B=41.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241491250.8400.160.42168.4872.2533.92
Hex18957D540102Aa84822
Octal302251751240205225011042
Binary110001001010111111011010100010000101010101010001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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