Html Css Color HEX #0A1A12 Dark Green

📋 copy color: '#0A1A12'

red 10 ◦ green 26 ◦ blue 18

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

Shades of Dark Green #0A1A12

Tints of Dark Green #0A1A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 48.15%

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

R = 18.52%
G = 48.15%
B = 33.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#0A1A12 (or 0x0A1A12) is known color: Dark Green. HEX triplet: 0A, 1A and 12. RGB value is (10,26,18). Sum of RGB (Red+Green+Blue) = 10+26+18=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A12 is #F5E5ED. Grayscale: #141414. Windows color (decimal): -16115182 or 1186314. OLE color: 1186314.

HSL color Cylindrical-coordinate representation of color #0A1A12: hue angle of 150º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A1A12 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 26 18 -
CMYK 0.62 0 0.31 0.90
HSL 150º 0.44% 0.07% -
HSV(B) 150º 0.62% 0.1% -
XYZ 0.6 0.85 0.7 -
YUV 20.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 10 26 18 0.62 0 0.31 0.90 150 0.44 0.07
Hex A 1A 12 3E 0 1F 5A 96 2C 7
Octal 12 32 22 76 0 37 132 226 54 7
Binary 1010 11010 10010 111110 0 11111 1011010 10010110 101100 111

Color Harmonies of #0A1A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1A12

Black with #0A1A12

Text Example


Text Example

White with #0A1A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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