Html Css Color HEX #0A1612 Dark Green

📋 copy color: '#0A1612'

red 10 ◦ green 22 ◦ blue 18

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

Shades of Dark Green #0A1612

Tints of Dark Green #0A1612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 36%

R = 20%
G = 44%
B = 36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#0A1612 (or 0x0A1612) is known color: Dark Green. HEX triplet: 0A, 16 and 12. RGB value is (10,22,18). Sum of RGB (Red+Green+Blue) = 10+22+18=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1612 is #F5E9ED. Grayscale: #111111. Windows color (decimal): -16116206 or 1185290. OLE color: 1185290.

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

Color convert

RGB 10 22 18 -
CMYK 0.55 0 0.18 0.91
HSL 160º 0.38% 0.06% -
HSV(B) 160º 0.55% 0.09% -
XYZ 0.52 0.68 0.68 -
YUV 17.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 10 22 18 0.55 0 0.18 0.91 160 0.38 0.06
Hex A 16 12 37 0 12 5B A0 26 6
Octal 12 26 22 67 0 22 133 240 46 6
Binary 1010 10110 10010 110111 0 10010 1011011 10100000 100110 110

Color Harmonies of #0A1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1612

Black with #0A1612

Text Example


Text Example

White with #0A1612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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