Html Css Color HEX #0A1514 Dark Green

📋 copy color: '#0A1514'

red 10 ◦ green 21 ◦ blue 20

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

Shades of Dark Green #0A1514

Tints of Dark Green #0A1514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 41.18%

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

R = 19.61%
G = 41.18%
B = 39.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#0A1514 (or 0x0A1514) is known color: Dark Green. HEX triplet: 0A, 15 and 14. RGB value is (10,21,20). Sum of RGB (Red+Green+Blue) = 10+21+20=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1514 is #F5EAEB. Grayscale: #111111. Windows color (decimal): -16116460 or 1316106. OLE color: 1316106.

HSL color Cylindrical-coordinate representation of color #0A1514: hue angle of 174.55º 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 #0A1514 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 21 20 -
CMYK 0.52 0 0.05 0.92
HSL 174.55º 0.35% 0.06% -
HSV(B) 174.55º 0.52% 0.08% -
XYZ 0.52 0.65 0.76 -
YUV 17.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 10 21 20 0.52 0 0.05 0.92 174.55 0.35 0.06
Hex A 15 14 34 0 5 5C AF 23 6
Octal 12 25 24 64 0 5 134 257 43 6
Binary 1010 10101 10100 110100 0 101 1011100 10101111 100011 110

Color Harmonies of #0A1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1514

Black with #0A1514

Text Example


Text Example

White with #0A1514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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