#121C16

Color #121C16 Midnight Moss (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Moss #121C16

Tints of Midnight Moss #121C16

Color information

#121C16 (or 0x121C16) is unknown color: approx Midnight Moss. HEX triplet: 12, 1C and 16. RGB value is (18,28,22). Sum of RGB (Red+Green+Blue) = 18+28+22=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 28 - color contains mainly: green. Hex color #121C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C16 is #EDE3E9. Grayscale: #181818. Windows color (decimal): -15590378 or 1448978. OLE color: 1448978.

HSL color Cylindrical-coordinate representation of color #121C16: hue angle of 144º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121C16 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB182822-
CMYK0.3600.210.89
HSL144º21.74%9.02%-
HSV(B)144º35.71%10.98%-
XYZ0.811.020.91-
YUV24.33126.69123.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 28 (11.33% from 255) = 41.18%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=26.47%
G=41.18%
B=32.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1828220.3600.210.8914421.749.02
Hex121C16240155990169
Octal223426440251312202611
Binary100101110010110100100010101101100110010000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121C16; }

 p { color: rgb(18,28,22); }

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

<style>
 a { background-color: #121C16; }

 a { background-color: rgb(18,28,22); }

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

<style>
 span { border-color: #121C16; }

 span { border-color: rgb(18,28,22); }

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