Html Css Color HEX #0A1614 Dark Green

📋 copy color: '#0A1614'

red 10 ◦ green 22 ◦ blue 20

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

Shades of Dark Green #0A1614

Tints of Dark Green #0A1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 42.31%

 BLUE value IS 20 (8.2% from 255) = 38.46%

R = 19.23%
G = 42.31%
B = 38.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#0A1614 (or 0x0A1614) is known color: Dark Green. HEX triplet: 0A, 16 and 14. RGB value is (10,22,20). Sum of RGB (Red+Green+Blue) = 10+22+20=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1614 is #F5E9EB. Grayscale: #121212. Windows color (decimal): -16116204 or 1316362. OLE color: 1316362.

HSL color Cylindrical-coordinate representation of color #0A1614: hue angle of 170º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0A1614 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 22 20 -
CMYK 0.55 0 0.09 0.91
HSL 170º 0.38% 0.06% -
HSV(B) 170º 0.55% 0.09% -
XYZ 0.54 0.69 0.77 -
YUV 18.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 10 22 20 0.55 0 0.09 0.91 170 0.38 0.06
Hex A 16 14 37 0 9 5B AA 26 6
Octal 12 26 24 67 0 11 133 252 46 6
Binary 1010 10110 10100 110111 0 1001 1011011 10101010 100110 110

Color Harmonies of #0A1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1614

Black with #0A1614

Text Example


Text Example

White with #0A1614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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