#18985E

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

Shades of Elf Green #18985E

Tints of Elf Green #18985E

Color information

#18985E (or 0x18985E) is unknown color: approx Elf Green. HEX triplet: 18, 98 and 5E. RGB value is (24,152,94). Sum of RGB (Red+Green+Blue) = 24+152+94=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #18985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18985E is #E767A1. Grayscale: #6B6B6B. Windows color (decimal): -15165346 or 6199320. OLE color: 6199320.

HSL color Cylindrical-coordinate representation of color #18985E: hue angle of 152.81º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18985E is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB2415294-
CMYK0.8400.380.40
HSL152.81º72.73%34.51%-
HSV(B)152.81º84.21%59.61%-
XYZ13.6323.4614.4-
YUV107.12120.5968.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.89%
GREEN value IS 152 (59.77% from 255) = 56.30%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=8.89%
G=56.30%
B=34.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24152940.8400.380.40152.8172.7334.51
Hex18985E5402628994923
Octal302301361240465023111143
Binary1100010011000101111010101000100110101000100110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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