Html Css Color HEX #0A1918 Dark Green

📋 copy color: '#0A1918'

red 10 ◦ green 25 ◦ blue 24

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

Shades of Dark Green #0A1918

Tints of Dark Green #0A1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 42.37%

 BLUE value IS 24 (9.77% from 255) = 40.68%

R = 16.95%
G = 42.37%
B = 40.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#0A1918 (or 0x0A1918) is known color: Dark Green. HEX triplet: 0A, 19 and 18. RGB value is (10,25,24). Sum of RGB (Red+Green+Blue) = 10+25+24=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 25 - color contains mainly: green. Hex color #0A1918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1918 is #F5E6E7. Grayscale: #141414. Windows color (decimal): -16115432 or 1579274. OLE color: 1579274.

HSL color Cylindrical-coordinate representation of color #0A1918: hue angle of 176º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A1918 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 25 24 -
CMYK 0.60 0 0.04 0.90
HSL 176º 0.43% 0.07% -
HSV(B) 176º 0.6% 0.1% -
XYZ 0.64 0.83 0.99 -
YUV 20.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 10 25 24 0.60 0 0.04 0.90 176 0.43 0.07
Hex A 19 18 3C 0 4 5A B0 2B 7
Octal 12 31 30 74 0 4 132 260 53 7
Binary 1010 11001 11000 111100 0 100 1011010 10110000 101011 111

Color Harmonies of #0A1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1918

Black with #0A1918

Text Example


Text Example

White with #0A1918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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