#18957E

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

Shades of Elf Green #18957E

Tints of Elf Green #18957E

Color information

#18957E (or 0x18957E) is unknown color: approx Elf Green. HEX triplet: 18, 95 and 7E. RGB value is (24,149,126). Sum of RGB (Red+Green+Blue) = 24+149+126=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #18957E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18957E is #E76A81. Grayscale: #6C6C6C. Windows color (decimal): -15166082 or 8295704. OLE color: 8295704.

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

Color convert

RGB24149126-
CMYK0.8400.150.42
HSL168.96º72.25%33.92%-
HSV(B)168.96º83.89%58.43%-
XYZ14.8923.223.43-
YUV109137.5967.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.03%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=8.03%
G=49.83%
B=42.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241491260.8400.150.42168.9672.2533.92
Hex18957E540F2Aa94822
Octal302251761240175225111042
Binary11000100101011111110101010001111101010101010011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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