#0A140E

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

Shades of Dark Green #0A140E

Tints of Dark Green #0A140E

Color information

#0A140E (or 0x0A140E) is unknown color: approx Dark Green. HEX triplet: 0A, 14 and 0E. RGB value is (10,20,14). Sum of RGB (Red+Green+Blue) = 10+20+14=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #0A140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A140E is #F5EBF1. Grayscale: #101010. Windows color (decimal): -16116722 or 922634. OLE color: 922634.

HSL color Cylindrical-coordinate representation of color #0A140E: hue angle of 144º 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 #0A140E is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB102014-
CMYK0.5000.300.92
HSL144º33.33%5.88%-
HSV(B)144º50%7.84%-
XYZ0.450.60.51-
YUV16.33126.69123.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 22.73%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 14 (5.86% from 255) = 31.82%
R=22.73%
G=45.45%
B=31.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1020140.5000.300.9214433.335.88
HexA14E3201E5C90216
Octal12241662036134220416
Binary1010101001110110010011110101110010010000100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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