Html Css Color HEX #0A120F Dark Green

📋 copy color: '#0A120F'

red 10 ◦ green 18 ◦ blue 15

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

Shades of Dark Green #0A120F

Tints of Dark Green #0A120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 41.86%

 BLUE value IS 15 (6.25% from 255) = 34.88%

R = 23.26%
G = 41.86%
B = 34.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#0A120F (or 0x0A120F) is known color: Dark Green. HEX triplet: 0A, 12 and 0F. RGB value is (10,18,15). Sum of RGB (Red+Green+Blue) = 10+18+15=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 18 - color contains mainly: green. Hex color #0A120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A120F is #F5EDF0. Grayscale: #0F0F0F. Windows color (decimal): -16117233 or 987658. OLE color: 987658.

HSL color Cylindrical-coordinate representation of color #0A120F: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0A120F is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 18 15 -
CMYK 0.44 0 0.17 0.93
HSL 157.5º 0.29% 0.05% -
HSV(B) 157.5º 0.44% 0.07% -
XYZ 0.43 0.53 0.53 -
YUV 15.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 10 18 15 0.44 0 0.17 0.93 157.5 0.29 0.05
Hex A 12 F 2C 0 11 5D 9E 1D 5
Octal 12 22 17 54 0 21 135 236 35 5
Binary 1010 10010 1111 101100 0 10001 1011101 10011110 11101 101

Color Harmonies of #0A120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A120F

Black with #0A120F

Text Example


Text Example

White with #0A120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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