#0A861D

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

Shades of Forest Green #0A861D

Tints of Forest Green #0A861D

Color information

#0A861D (or 0x0A861D) is unknown color: approx Forest Green. HEX triplet: 0A, 86 and 1D. RGB value is (10,134,29). Sum of RGB (Red+Green+Blue) = 10+134+29=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 134 (52.73% from 255 or 77.46% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 134 - color contains mainly: green. Hex color #0A861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A861D is #F579E2. Grayscale: #555555. Windows color (decimal): -16087523 or 1934858. OLE color: 1934858.

HSL color Cylindrical-coordinate representation of color #0A861D: hue angle of 129.19º 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 #0A861D is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1013429-
CMYK0.9300.780.47
HSL129.19º86.11%28.24%-
HSV(B)129.19º92.54%52.55%-
XYZ8.8717.24.02-
YUV84.9596.4274.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.78%
GREEN value IS 134 (52.73% from 255) = 77.46%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=5.78%
G=77.46%
B=16.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10134290.9300.780.47129.1986.1128.24
HexA861D5D04E2F81561c
Octal122063513501165720112634
Binary1010100001101110110111010100111010111110000001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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