#18915D

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

Shades of Elf Green #18915D

Tints of Elf Green #18915D

Color information

#18915D (or 0x18915D) is unknown color: approx Elf Green. HEX triplet: 18, 91 and 5D. RGB value is (24,145,93). Sum of RGB (Red+Green+Blue) = 24+145+93=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #18915D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18915D is #E76EA2. Grayscale: #666666. Windows color (decimal): -15167139 or 6131992. OLE color: 6131992.

HSL color Cylindrical-coordinate representation of color #18915D: hue angle of 154.21º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18915D is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB2414593-
CMYK0.8300.360.43
HSL154.21º71.6%33.14%-
HSV(B)154.21º83.45%56.86%-
XYZ12.4821.2413.8-
YUV102.89122.4171.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.16%
GREEN value IS 145 (57.03% from 255) = 55.34%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=9.16%
G=55.34%
B=35.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24145930.8300.360.43154.2171.633.14
Hex18915D530242B9a4821
Octal302211351230445323211041
Binary1100010010001101110110100110100100101011100110101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,145,93); }

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

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

 a { background-color: rgb(24,145,93); }

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

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

 span { border-color: rgb(24,145,93); }

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