#0A8D1E

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

Shades of Forest Green #0A8D1E

Tints of Forest Green #0A8D1E

Color information

#0A8D1E (or 0x0A8D1E) is unknown color: approx Forest Green. HEX triplet: 0A, 8D and 1E. RGB value is (10,141,30). Sum of RGB (Red+Green+Blue) = 10+141+30=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 141 (55.47% from 255 or 77.90% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 141 - color contains mainly: green. Hex color #0A8D1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8D1E is #F572E1. Grayscale: #595959. Windows color (decimal): -16085730 or 2002186. OLE color: 2002186.

HSL color Cylindrical-coordinate representation of color #0A8D1E: hue angle of 129.16º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8D1E is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1014130-
CMYK0.9300.790.45
HSL129.16º86.75%29.61%-
HSV(B)129.16º92.91%55.29%-
XYZ9.8819.214.41-
YUV89.1894.671.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.52%
GREEN value IS 141 (55.47% from 255) = 77.90%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=5.52%
G=77.90%
B=16.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10141300.9300.790.45129.1686.7529.61
HexA8D1E5D04F2D81571e
Octal122153613501175520112736
Binary1010100011011111010111010100111110110110000001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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