Html Css Color HEX #0A1210 Dark Green

📋 copy color: '#0A1210'

red 10 ◦ green 18 ◦ blue 16

#0A1210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0A1210

Tints of Dark Green #0A1210

RGB

 RED value IS 10 (4.3% from 255) = 22.73%

 GREEN value IS 18 (7.42% from 255) = 40.91%

 BLUE value IS 16 (6.64% from 255) = 36.36%

R = 22.73%
G = 40.91%
B = 36.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#0A1210 (or 0x0A1210) is known color: Dark Green. HEX triplet: 0A, 12 and 10. RGB value is (10,18,16). Sum of RGB (Red+Green+Blue) = 10+18+16=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #0A1210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1210 is #F5EDEF. Grayscale: #0F0F0F. Windows color (decimal): -16117232 or 1053194. OLE color: 1053194.

HSL color Cylindrical-coordinate representation of color #0A1210: hue angle of 165º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0A1210 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 18 16 -
CMYK 0.44 0 0.11 0.93
HSL 165º 0.29% 0.05% -
HSV(B) 165º 0.44% 0.07% -
XYZ 0.44 0.53 0.57 -
YUV 15.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 10 18 16 0.44 0 0.11 0.93 165 0.29 0.05
Hex A 12 10 2C 0 B 5D A5 1D 5
Octal 12 22 20 54 0 13 135 245 35 5
Binary 1010 10010 10000 101100 0 1011 1011101 10100101 11101 101

Color Harmonies of #0A1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1210

Black with #0A1210

Text Example


Text Example

White with #0A1210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A1210;
 }
 .AnyTagClassName
 {
   color: #0A1210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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