#18956F

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

Shades of Elf Green #18956F

Tints of Elf Green #18956F

Color information

#18956F (or 0x18956F) is unknown color: approx Elf Green. HEX triplet: 18, 95 and 6F. RGB value is (24,149,111). Sum of RGB (Red+Green+Blue) = 24+149+111=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #18956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18956F is #E76A90. Grayscale: #6B6B6B. Windows color (decimal): -15166097 or 7312664. OLE color: 7312664.

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

Color convert

RGB24149111-
CMYK0.8400.260.42
HSL161.76º72.25%33.92%-
HSV(B)161.76º83.89%58.43%-
XYZ13.9922.8418.71-
YUV107.29130.0968.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=8.45%
G=52.46%
B=39.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241491110.8400.260.42161.7672.2533.92
Hex18956F5401A2Aa24822
Octal302251571240325224211042
Binary110001001010111011111010100011010101010101000101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18956F; }

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

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

<style>
 a { background-color: #18956F; }

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

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

<style>
 span { border-color: #18956F; }

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

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