#0A150E

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

Shades of Dark Green #0A150E

Tints of Dark Green #0A150E

Color information

#0A150E (or 0x0A150E) is unknown color: approx Dark Green. HEX triplet: 0A, 15 and 0E. RGB value is (10,21,14). Sum of RGB (Red+Green+Blue) = 10+21+14=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #0A150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A150E is #F5EAF1. Grayscale: #101010. Windows color (decimal): -16116466 or 922890. OLE color: 922890.

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

Color convert

RGB102114-
CMYK0.5200.330.92
HSL141.82º35.48%6.08%-
HSV(B)141.82º52.38%8.24%-
XYZ0.470.630.51-
YUV16.91126.36123.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 22.22%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 14 (5.86% from 255) = 31.11%
R=22.22%
G=46.67%
B=31.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1021140.5200.330.92141.8235.486.08
HexA15E340215C8e236
Octal12251664041134216436
Binary10101010111101101000100001101110010001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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