Html Css Color HEX #0A1110 Dark Green

📋 copy color: '#0A1110'

red 10 ◦ green 17 ◦ blue 16

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

Shades of Dark Green #0A1110

Tints of Dark Green #0A1110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 39.53%

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

R = 23.26%
G = 39.53%
B = 37.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#0A1110 (or 0x0A1110) is known color: Dark Green. HEX triplet: 0A, 11 and 10. RGB value is (10,17,16). Sum of RGB (Red+Green+Blue) = 10+17+16=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 17 - color contains mainly: green. Hex color #0A1110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1110 is #F5EEEF. Grayscale: #0E0E0E. Windows color (decimal): -16117488 or 1052938. OLE color: 1052938.

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

Color convert

RGB 10 17 16 -
CMYK 0.41 0 0.06 0.93
HSL 171.43º 0.26% 0.05% -
HSV(B) 171.43º 0.41% 0.07% -
XYZ 0.42 0.5 0.57 -
YUV 14.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 10 17 16 0.41 0 0.06 0.93 171.43 0.26 0.05
Hex A 11 10 29 0 6 5D AB 1A 5
Octal 12 21 20 51 0 6 135 253 32 5
Binary 1010 10001 10000 101001 0 110 1011101 10101011 11010 101

Color Harmonies of #0A1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1110

Black with #0A1110

Text Example


Text Example

White with #0A1110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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