Html Css Color HEX #010A09 Dark Green

📋 copy color: '#010A09'

red 1 ◦ green 10 ◦ blue 9

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

Shades of Dark Green #010A09

Tints of Dark Green #010A09

RGB

 RED value IS 1 (0.78% from 255) = 5%

 GREEN value IS 10 (4.3% from 255) = 50%

 BLUE value IS 9 (3.91% from 255) = 45%

R = 5%
G = 50%
B = 45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.96

RGB Variations

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

Color information

#010A09 (or 0x010A09) is known color: Dark Green. HEX triplet: 01, 0A and 09. RGB value is (1,10,9). Sum of RGB (Red+Green+Blue) = 1+10+9=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 10 (4.30% from 255 or 50% from 20); Blue value is 9 (3.91% from 255 or 45% from 20); Max value from RGB is 10 - color contains mainly: green. Hex color #010A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A09 is #FEF5F6. Grayscale: #070707. Windows color (decimal): -16709111 or 592385. OLE color: 592385.

HSL color Cylindrical-coordinate representation of color #010A09: hue angle of 173.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A09 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 10 9 -
CMYK 0.90 0 0.10 0.96
HSL 173.33º 0.82% 0.02% -
HSV(B) 173.33º 0.9% 0.04% -
XYZ 0.17 0.24 0.3 -
YUV 7.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 1 10 9 0.90 0 0.10 0.96 173.33 0.82 0.02
Hex 1 A 9 5A 0 A 60 AD 52 2
Octal 1 12 11 132 0 12 140 255 122 2
Binary 1 1010 1001 1011010 0 1010 1100000 10101101 1010010 10

Color Harmonies of #010A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A09

Black with #010A09

Text Example


Text Example

White with #010A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A09; }

 p { color: rgb(1,10,9); }

 H1.HeaderClassName
 {
   color: #010A09;
 }
 .AnyTagClassName
 {
   color: #010A09;
 }
</style>

background-color css

<style>
 a { background-color: #010A09; }

 a { background-color: rgb(1,10,9); }

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

border-color css

<style>
 span { border-color: #010A09; }

 span { border-color: rgb(1,10,9); }

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