#0A861E

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

Shades of Forest Green #0A861E

Tints of Forest Green #0A861E

Color information

#0A861E (or 0x0A861E) is unknown color: approx Forest Green. HEX triplet: 0A, 86 and 1E. RGB value is (10,134,30). Sum of RGB (Red+Green+Blue) = 10+134+30=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 134 (52.73% from 255 or 77.01% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 134 - color contains mainly: green. Hex color #0A861E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A861E is #F579E1. Grayscale: #555555. Windows color (decimal): -16087522 or 2000394. OLE color: 2000394.

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

Color convert

RGB1013430-
CMYK0.9300.780.47
HSL129.68º86.11%28.24%-
HSV(B)129.68º92.54%52.55%-
XYZ8.8817.214.08-
YUV85.0796.9274.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 134 (52.73% from 255) = 77.01%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=5.75%
G=77.01%
B=17.24%

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
Decimal10134300.9300.780.47129.6886.1128.24
HexA861E5D04E2F82561c
Octal122063613501165720212634
Binary1010100001101111010111010100111010111110000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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