#18916D

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

Shades of Elf Green #18916D

Tints of Elf Green #18916D

Color information

#18916D (or 0x18916D) is unknown color: approx Elf Green. HEX triplet: 18, 91 and 6D. RGB value is (24,145,109). Sum of RGB (Red+Green+Blue) = 24+145+109=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #18916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18916D is #E76E92. Grayscale: #686868. Windows color (decimal): -15167123 or 7180568. OLE color: 7180568.

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

Color convert

RGB24145109-
CMYK0.8300.250.43
HSL162.15º71.6%33.14%-
HSV(B)162.15º83.45%56.86%-
XYZ13.2621.5517.93-
YUV104.72130.4170.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.63%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=8.63%
G=52.16%
B=39.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal241451090.8300.250.43162.1571.633.14
Hex18916D530192Ba24821
Octal302211551230315324211041
Binary110001001000111011011010011011001101011101000101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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