Html Css Color HEX #0A1812 Dark Green

📋 copy color: '#0A1812'

red 10 ◦ green 24 ◦ blue 18

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

Shades of Dark Green #0A1812

Tints of Dark Green #0A1812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 46.15%

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

R = 19.23%
G = 46.15%
B = 34.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#0A1812 (or 0x0A1812) is known color: Dark Green. HEX triplet: 0A, 18 and 12. RGB value is (10,24,18). Sum of RGB (Red+Green+Blue) = 10+24+18=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1812 is #F5E7ED. Grayscale: #131313. Windows color (decimal): -16115694 or 1185802. OLE color: 1185802.

HSL color Cylindrical-coordinate representation of color #0A1812: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1812 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 24 18 -
CMYK 0.58 0 0.25 0.91
HSL 154.29º 0.41% 0.07% -
HSV(B) 154.29º 0.58% 0.09% -
XYZ 0.56 0.76 0.69 -
YUV 19.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 10 24 18 0.58 0 0.25 0.91 154.29 0.41 0.07
Hex A 18 12 3A 0 19 5B 9A 29 7
Octal 12 30 22 72 0 31 133 232 51 7
Binary 1010 11000 10010 111010 0 11001 1011011 10011010 101001 111

Color Harmonies of #0A1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1812

Black with #0A1812

Text Example


Text Example

White with #0A1812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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