#0A1712

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

Shades of Dark Green #0A1712

Tints of Dark Green #0A1712

Color information

#0A1712 (or 0x0A1712) is unknown color: approx Dark Green. HEX triplet: 0A, 17 and 12. RGB value is (10,23,18). Sum of RGB (Red+Green+Blue) = 10+23+18=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #0A1712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1712 is #F5E8ED. Grayscale: #121212. Windows color (decimal): -16115950 or 1185546. OLE color: 1185546.

HSL color Cylindrical-coordinate representation of color #0A1712: hue angle of 156.92º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A1712 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB102318-
CMYK0.5700.220.91
HSL156.92º39.39%6.47%-
HSV(B)156.92º56.52%9.02%-
XYZ0.540.720.68-
YUV18.54127.69121.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 19.61%
GREEN value IS 23 (9.38% from 255) = 45.10%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=19.61%
G=45.10%
B=35.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1023180.5700.220.91156.9239.396.47
HexA1712390165B9d276
Octal12272271026133235476
Binary10101011110010111001010110101101110011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1712; }

 p { color: rgb(10,23,18); }

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

<style>
 a { background-color: #0A1712; }

 a { background-color: rgb(10,23,18); }

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

<style>
 span { border-color: #0A1712; }

 span { border-color: rgb(10,23,18); }

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