#18905E

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

Shades of Elf Green #18905E

Tints of Elf Green #18905E

Color information

#18905E (or 0x18905E) is unknown color: approx Elf Green. HEX triplet: 18, 90 and 5E. RGB value is (24,144,94). Sum of RGB (Red+Green+Blue) = 24+144+94=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #18905E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18905E is #E76FA1. Grayscale: #666666. Windows color (decimal): -15167394 or 6197272. OLE color: 6197272.

HSL color Cylindrical-coordinate representation of color #18905E: hue angle of 155º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18905E is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB2414494-
CMYK0.8300.350.44
HSL155º71.43%32.94%-
HSV(B)155º83.33%56.47%-
XYZ12.3720.9513.98-
YUV102.42123.2472.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.16%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=9.16%
G=54.96%
B=35.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24144940.8300.350.4415571.4332.94
Hex18905E530232C9b4721
Octal302201361230435423310741
Binary1100010010000101111010100110100011101100100110111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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