#0A140F

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

Shades of Dark Green #0A140F

Tints of Dark Green #0A140F

Color information

#0A140F (or 0x0A140F) is unknown color: approx Dark Green. HEX triplet: 0A, 14 and 0F. RGB value is (10,20,15). Sum of RGB (Red+Green+Blue) = 10+20+15=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #0A140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A140F is #F5EBF0. Grayscale: #101010. Windows color (decimal): -16116721 or 988170. OLE color: 988170.

HSL color Cylindrical-coordinate representation of color #0A140F: hue angle of 150º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A140F is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB102015-
CMYK0.5000.250.92
HSL150º33.33%5.88%-
HSV(B)150º50%7.84%-
XYZ0.460.60.54-
YUV16.44127.19123.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 22.22%
GREEN value IS 20 (8.20% from 255) = 44.44%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=22.22%
G=44.44%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1020150.5000.250.9215033.335.88
HexA14F320195C96216
Octal12241762031134226416
Binary1010101001111110010011001101110010010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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