#18955c

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

Shades of Elf Green #18955C

Tints of Elf Green #18955C

Color information

#18955C (or 0x18955C) is unknown color: approx Elf Green. HEX triplet: 18, 95 and 5C. RGB value is (24,149,92). Sum of RGB (Red+Green+Blue) = 24+149+92=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #18955C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18955C is #E76AA3. Grayscale: #696969. Windows color (decimal): -15166116 or 6067480. OLE color: 6067480.

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

Color convert

RGB2414992-
CMYK0.8400.380.42
HSL152.64º72.25%33.92%-
HSV(B)152.64º83.89%58.43%-
XYZ13.0622.4613.77-
YUV105.13120.5970.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=9.06%
G=56.23%
B=34.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24149920.8400.380.42152.6472.2533.92
Hex18955C540262A994822
Octal302251341240465223111042
Binary1100010010101101110010101000100110101010100110011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18955c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18955c; }

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

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

<style>
 a { background-color: #18955c; }

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

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

<style>
 span { border-color: #18955c; }

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

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