#0A170F

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

Shades of Dark Green #0A170F

Tints of Dark Green #0A170F

Color information

#0A170F (or 0x0A170F) is unknown color: approx Dark Green. HEX triplet: 0A, 17 and 0F. RGB value is (10,23,15). Sum of RGB (Red+Green+Blue) = 10+23+15=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170F is #F5E8F0. Grayscale: #121212. Windows color (decimal): -16115953 or 988938. OLE color: 988938.

HSL color Cylindrical-coordinate representation of color #0A170F: hue angle of 143.08º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A170F is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB102315-
CMYK0.5700.350.91
HSL143.08º39.39%6.47%-
HSV(B)143.08º56.52%9.02%-
XYZ0.520.710.56-
YUV18.2126.19122.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.83%
GREEN value IS 23 (9.38% from 255) = 47.92%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=20.83%
G=47.92%
B=31.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1023150.5700.350.91143.0839.396.47
HexA17F390235B8f276
Octal12271771043133217476
Binary10101011111111110010100011101101110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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