#18937F

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

Shades of Elf Green #18937F

Tints of Elf Green #18937F

Color information

#18937F (or 0x18937F) is unknown color: approx Elf Green. HEX triplet: 18, 93 and 7F. RGB value is (24,147,127). Sum of RGB (Red+Green+Blue) = 24+147+127=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #18937F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18937F is #E76C80. Grayscale: #6B6B6B. Windows color (decimal): -15166593 or 8360728. OLE color: 8360728.

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

Color convert

RGB24147127-
CMYK0.8400.140.42
HSL170.24º71.93%33.53%-
HSV(B)170.24º83.67%57.65%-
XYZ14.6422.5923.67-
YUV107.94138.7568.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.05%
GREEN value IS 147 (57.81% from 255) = 49.33%
BLUE value IS 127 (50% from 255) = 42.62%
R=8.05%
G=49.33%
B=42.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241471270.8400.140.42170.2471.9333.53
Hex18937F540E2Aaa4822
Octal302231771240165225211042
Binary11000100100111111111101010001110101010101010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,147,127); }

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

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

 a { background-color: rgb(24,147,127); }

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

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

 span { border-color: rgb(24,147,127); }

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