#18955E

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

Shades of Elf Green #18955E

Tints of Elf Green #18955E

Color information

#18955E (or 0x18955E) is unknown color: approx Elf Green. HEX triplet: 18, 95 and 5E. RGB value is (24,149,94). Sum of RGB (Red+Green+Blue) = 24+149+94=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #18955E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18955E is #E76AA1. Grayscale: #696969. Windows color (decimal): -15166114 or 6198552. OLE color: 6198552.

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

Color convert

RGB2414994-
CMYK0.8400.370.42
HSL153.6º72.25%33.92%-
HSV(B)153.6º83.89%58.43%-
XYZ13.1422.514.24-
YUV105.35121.5969.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=8.99%
G=55.81%
B=35.21%

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
Decimal24149940.8400.370.42153.672.2533.92
Hex18955E540252A9a4822
Octal302251361240455223211042
Binary1100010010101101111010101000100101101010100110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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