Html Css Color HEX #0A1714 Dark Green

📋 copy color: '#0A1714'

red 10 ◦ green 23 ◦ blue 20

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

Shades of Dark Green #0A1714

Tints of Dark Green #0A1714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 43.4%

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

R = 18.87%
G = 43.4%
B = 37.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#0A1714 (or 0x0A1714) is known color: Dark Green. HEX triplet: 0A, 17 and 14. RGB value is (10,23,20). Sum of RGB (Red+Green+Blue) = 10+23+20=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #0A1714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1714 is #F5E8EB. Grayscale: #121212. Windows color (decimal): -16115948 or 1316618. OLE color: 1316618.

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

Color convert

RGB 10 23 20 -
CMYK 0.57 0 0.13 0.91
HSL 166.15º 0.39% 0.06% -
HSV(B) 166.15º 0.57% 0.09% -
XYZ 0.56 0.73 0.77 -
YUV 18.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 10 23 20 0.57 0 0.13 0.91 166.15 0.39 0.06
Hex A 17 14 39 0 D 5B A6 27 6
Octal 12 27 24 71 0 15 133 246 47 6
Binary 1010 10111 10100 111001 0 1101 1011011 10100110 100111 110

Color Harmonies of #0A1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1714

Black with #0A1714

Text Example


Text Example

White with #0A1714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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