#18996D

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

Shades of Elf Green #18996D

Tints of Elf Green #18996D

Color information

#18996D (or 0x18996D) is unknown color: approx Elf Green. HEX triplet: 18, 99 and 6D. RGB value is (24,153,109). Sum of RGB (Red+Green+Blue) = 24+153+109=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #18996D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18996D is #E76692. Grayscale: #6D6D6D. Windows color (decimal): -15165075 or 7182616. OLE color: 7182616.

HSL color Cylindrical-coordinate representation of color #18996D: hue angle of 159.53º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18996D is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB24153109-
CMYK0.8400.290.4
HSL159.53º72.88%34.71%-
HSV(B)159.53º84.31%60%-
XYZ14.5324.0818.35-
YUV109.41127.7667.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.39%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=8.39%
G=53.50%
B=38.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241531090.8400.290.4159.5372.8834.71
Hex18996D5401D28a04923
Octal302311551240355024011143
Binary110001001100111011011010100011101101000101000001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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