#18700C

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

Shades of Green #18700C

Tints of Green #18700C

Color information

#18700C (or 0x18700C) is unknown color: approx Green. HEX triplet: 18, 70 and 0C. RGB value is (24,112,12). Sum of RGB (Red+Green+Blue) = 24+112+12=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #18700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18700C is #E78FF3. Grayscale: #4A4A4A. Windows color (decimal): -15175668 or 815128. OLE color: 815128.

HSL color Cylindrical-coordinate representation of color #18700C: hue angle of 112.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18700C is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB2411212-
CMYK0.7900.890.56
HSL112.8º80.65%24.31%-
HSV(B)112.8º89.29%43.92%-
XYZ6.2411.812.3-
YUV74.2992.8592.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 112 (44.14% from 255) = 75.68%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=16.22%
G=75.68%
B=8.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24112120.7900.890.56112.880.6524.31
Hex1870C4F05938715118
Octal301601411701317016112130
Binary11000111000011001001111010110011110001110001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18700C; }

 p { color: rgb(24,112,12); }

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

<style>
 a { background-color: #18700C; }

 a { background-color: rgb(24,112,12); }

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

<style>
 span { border-color: #18700C; }

 span { border-color: rgb(24,112,12); }

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