#0A861F

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

Shades of Forest Green #0A861F

Tints of Forest Green #0A861F

Color information

#0A861F (or 0x0A861F) is unknown color: approx Forest Green. HEX triplet: 0A, 86 and 1F. RGB value is (10,134,31). Sum of RGB (Red+Green+Blue) = 10+134+31=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 134 (52.73% from 255 or 76.57% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 134 - color contains mainly: green. Hex color #0A861F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A861F is #F579E0. Grayscale: #555555. Windows color (decimal): -16087521 or 2065930. OLE color: 2065930.

HSL color Cylindrical-coordinate representation of color #0A861F: hue angle of 130.16º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A861F is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1013431-
CMYK0.9300.770.47
HSL130.16º86.11%28.24%-
HSV(B)130.16º92.54%52.55%-
XYZ8.917.214.15-
YUV85.1897.4274.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 134 (52.73% from 255) = 76.57%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=5.71%
G=76.57%
B=17.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10134310.9300.770.47130.1686.1128.24
HexA861F5D04D2F82561c
Octal122063713501155720212634
Binary1010100001101111110111010100110110111110000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A861F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,134,31); }

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

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

 a { background-color: rgb(10,134,31); }

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

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

 span { border-color: rgb(10,134,31); }

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