Html Css Color HEX #0A140F Dark Green

📋 copy color: '#0A140F'

red 10 ◦ green 20 ◦ blue 15

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

Shades of Dark Green #0A140F

Tints of Dark Green #0A140F

RGB

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

 GREEN value IS 20 (8.2% 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 value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#0A140F (or 0x0A140F) is known color: 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

RGB 10 20 15 -
CMYK 0.50 0 0.25 0.92
HSL 150º 0.33% 0.06% -
HSV(B) 150º 0.5% 0.08% -
XYZ 0.46 0.6 0.54 -
YUV 16.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 10 20 15 0.50 0 0.25 0.92 150 0.33 0.06
Hex A 14 F 32 0 19 5C 96 21 6
Octal 12 24 17 62 0 31 134 226 41 6
Binary 1010 10100 1111 110010 0 11001 1011100 10010110 100001 110

Color Harmonies of #0A140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A140F

Black with #0A140F

Text Example


Text Example

White with #0A140F

Text Example


Text Example

HTML Codes & Css Web 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>