Html Css Color HEX #0A1A14 Dark Green

📋 copy color: '#0A1A14'

red 10 ◦ green 26 ◦ blue 20

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

Shades of Dark Green #0A1A14

Tints of Dark Green #0A1A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 35.71%

R = 17.86%
G = 46.43%
B = 35.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.90

RGB Variations

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

Color information

#0A1A14 (or 0x0A1A14) is known color: Dark Green. HEX triplet: 0A, 1A and 14. RGB value is (10,26,20). Sum of RGB (Red+Green+Blue) = 10+26+20=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A14 is #F5E5EB. Grayscale: #141414. Windows color (decimal): -16115180 or 1317386. OLE color: 1317386.

HSL color Cylindrical-coordinate representation of color #0A1A14: hue angle of 157.5º 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 #0A1A14 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 26 20 -
CMYK 0.62 0 0.23 0.90
HSL 157.5º 0.44% 0.07% -
HSV(B) 157.5º 0.62% 0.1% -
XYZ 0.62 0.85 0.79 -
YUV 20.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 10 26 20 0.62 0 0.23 0.90 157.5 0.44 0.07
Hex A 1A 14 3E 0 17 5A 9E 2C 7
Octal 12 32 24 76 0 27 132 236 54 7
Binary 1010 11010 10100 111110 0 10111 1011010 10011110 101100 111

Color Harmonies of #0A1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1A14

Black with #0A1A14

Text Example


Text Example

White with #0A1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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