#0A180F

Color #0A180F Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0A180F

Tints of Dark Green #0A180F

Color information

#0A180F (or 0x0A180F) is unknown color: approx Dark Green. HEX triplet: 0A, 18 and 0F. RGB value is (10,24,15). Sum of RGB (Red+Green+Blue) = 10+24+15=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #0A180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A180F is #F5E7F0. Grayscale: #121212. Windows color (decimal): -16115697 or 989194. OLE color: 989194.

HSL color Cylindrical-coordinate representation of color #0A180F: hue angle of 141.43º 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 #0A180F is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB102415-
CMYK0.5800.370.91
HSL141.43º41.18%6.67%-
HSV(B)141.43º58.33%9.41%-
XYZ0.540.750.57-
YUV18.79125.86121.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.41%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=20.41%
G=48.98%
B=30.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1024150.5800.370.91141.4341.186.67
HexA18F3A0255B8d297
Octal12301772045133215517
Binary10101100011111110100100101101101110001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A180F;
 }
 .AnyTagClassName
 {
   color: #0A180F;
 }
</style>
background-color css

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

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

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

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

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

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