#0A1611

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

Shades of Dark Green #0A1611

Tints of Dark Green #0A1611

Color information

#0A1611 (or 0x0A1611) is unknown color: approx Dark Green. HEX triplet: 0A, 16 and 11. RGB value is (10,22,17). Sum of RGB (Red+Green+Blue) = 10+22+17=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1611 is #F5E9EE. Grayscale: #111111. Windows color (decimal): -16116207 or 1119754. OLE color: 1119754.

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

Color convert

RGB102217-
CMYK0.5500.230.91
HSL155º37.5%6.27%-
HSV(B)155º54.55%8.63%-
XYZ0.510.680.63-
YUV17.84127.52122.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.41%
GREEN value IS 22 (8.98% from 255) = 44.90%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=20.41%
G=44.90%
B=34.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1022170.5500.230.9115537.56.27
HexA1611370175B9b266
Octal12262167027133233466
Binary10101011010001110111010111101101110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,22,17); }

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

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

 a { background-color: rgb(10,22,17); }

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

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

 span { border-color: rgb(10,22,17); }

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