Html Css Color HEX #0A160F Dark Green

📋 copy color: '#0A160F'

red 10 ◦ green 22 ◦ blue 15

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

Shades of Dark Green #0A160F

Tints of Dark Green #0A160F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 31.91%

R = 21.28%
G = 46.81%
B = 31.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.91

RGB Variations

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

Color information

#0A160F (or 0x0A160F) is known color: Dark Green. HEX triplet: 0A, 16 and 0F. RGB value is (10,22,15). Sum of RGB (Red+Green+Blue) = 10+22+15=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #0A160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A160F is #F5E9F0. Grayscale: #111111. Windows color (decimal): -16116209 or 988682. OLE color: 988682.

HSL color Cylindrical-coordinate representation of color #0A160F: hue angle of 145º 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 #0A160F is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 22 15 -
CMYK 0.55 0 0.32 0.91
HSL 145º 0.38% 0.06% -
HSV(B) 145º 0.55% 0.09% -
XYZ 0.5 0.67 0.56 -
YUV 17.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 10 22 15 0.55 0 0.32 0.91 145 0.38 0.06
Hex A 16 F 37 0 20 5B 91 26 6
Octal 12 26 17 67 0 40 133 221 46 6
Binary 1010 10110 1111 110111 0 100000 1011011 10010001 100110 110

Color Harmonies of #0A160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A160F

Black with #0A160F

Text Example


Text Example

White with #0A160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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