#0A1010

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

Shades of Dark Green #0A1010

Tints of Dark Green #0A1010

Color information

#0A1010 (or 0x0A1010) is unknown color: approx Dark Green. HEX triplet: 0A, 10 and 10. RGB value is (10,16,16). Sum of RGB (Red+Green+Blue) = 10+16+16=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #0A1010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1010 is #F5EFEF. Grayscale: #0E0E0E. Windows color (decimal): -16117744 or 1052682. OLE color: 1052682.

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

Color convert

RGB101616-
CMYK0.37000.94
HSL180º23.08%5.1%-
HSV(B)180º37.5%6.27%-
XYZ0.40.470.56-
YUV14.21129.01125-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.81%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 16 (6.64% from 255) = 38.10%
R=23.81%
G=38.10%
B=38.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1016160.37000.9418023.085.1
HexA101025005Eb4175
Octal1220204500136264275
Binary101010000100001001010010111101011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,16,16); }

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

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

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

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

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

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

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