#18945D

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

Shades of Elf Green #18945D

Tints of Elf Green #18945D

Color information

#18945D (or 0x18945D) is unknown color: approx Elf Green. HEX triplet: 18, 94 and 5D. RGB value is (24,148,93). Sum of RGB (Red+Green+Blue) = 24+148+93=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #18945D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18945D is #E76BA2. Grayscale: #686868. Windows color (decimal): -15166371 or 6132760. OLE color: 6132760.

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

Color convert

RGB2414893-
CMYK0.8400.370.42
HSL153.39º72.09%33.73%-
HSV(B)153.39º83.78%58.04%-
XYZ12.9422.1613.95-
YUV104.65121.4270.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 148 (58.20% from 255) = 55.85%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=9.06%
G=55.85%
B=35.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24148930.8400.370.42153.3972.0933.73
Hex18945D540252A994822
Octal302241351240455223111042
Binary1100010010100101110110101000100101101010100110011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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