#0A1411

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

Shades of Dark Green #0A1411

Tints of Dark Green #0A1411

Color information

#0A1411 (or 0x0A1411) is unknown color: approx Dark Green. HEX triplet: 0A, 14 and 11. RGB value is (10,20,17). Sum of RGB (Red+Green+Blue) = 10+20+17=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1411 is #F5EBEE. Grayscale: #101010. Windows color (decimal): -16116719 or 1119242. OLE color: 1119242.

HSL color Cylindrical-coordinate representation of color #0A1411: hue angle of 162º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A1411 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB102017-
CMYK0.5000.150.92
HSL162º33.33%5.88%-
HSV(B)162º50%7.84%-
XYZ0.480.610.62-
YUV16.67128.19123.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.28%
GREEN value IS 20 (8.20% from 255) = 42.55%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=21.28%
G=42.55%
B=36.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1020170.5000.150.9216233.335.88
HexA1411320F5Ca2216
Octal12242162017134242416
Binary1010101001000111001001111101110010100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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