#0D870F

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

Shades of Green #0D870F

Tints of Green #0D870F

Color information

#0D870F (or 0x0D870F) is unknown color: approx Green. HEX triplet: 0D, 87 and 0F. RGB value is (13,135,15). Sum of RGB (Red+Green+Blue) = 13+135+15=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 135 (53.12% from 255 or 82.82% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 135 - color contains mainly: green. Hex color #0D870F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D870F is #F278F0. Grayscale: #555555. Windows color (decimal): -15890673 or 1017613. OLE color: 1017613.

HSL color Cylindrical-coordinate representation of color #0D870F: hue angle of 120.98º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D870F is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1313515-
CMYK0.9000.890.47
HSL120.98º82.43%29.02%-
HSV(B)120.98º90.37%52.94%-
XYZ8.9217.453.35-
YUV84.8488.5876.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.98%
GREEN value IS 135 (53.12% from 255) = 82.82%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=7.98%
G=82.82%
B=9.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135150.9000.890.47120.9882.4329.02
HexD87F5A0592F79521d
Octal152071713201315717112235
Binary11011000011111111011010010110011011111111001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,135,15); }

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

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

 a { background-color: rgb(13,135,15); }

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

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

 span { border-color: rgb(13,135,15); }

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