#18915C

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

Shades of Elf Green #18915C

Tints of Elf Green #18915C

Color information

#18915C (or 0x18915C) is unknown color: approx Elf Green. HEX triplet: 18, 91 and 5C. RGB value is (24,145,92). Sum of RGB (Red+Green+Blue) = 24+145+92=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #18915C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18915C is #E76EA3. Grayscale: #666666. Windows color (decimal): -15167140 or 6066456. OLE color: 6066456.

HSL color Cylindrical-coordinate representation of color #18915C: hue angle of 153.72º 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 #18915C is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB2414592-
CMYK0.8300.370.43
HSL153.72º71.6%33.14%-
HSV(B)153.72º83.45%56.86%-
XYZ12.4321.2213.57-
YUV102.78121.9171.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 145 (57.03% from 255) = 55.56%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=9.20%
G=55.56%
B=35.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24145920.8300.370.43153.7271.633.14
Hex18915C530252B9a4821
Octal302211341230455323211041
Binary1100010010001101110010100110100101101011100110101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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