#108D12

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

Shades of Forest Green #108D12

Tints of Forest Green #108D12

Color information

#108D12 (or 0x108D12) is unknown color: approx Forest Green. HEX triplet: 10, 8D and 12. RGB value is (16,141,18). Sum of RGB (Red+Green+Blue) = 16+141+18=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 141 (55.47% from 255 or 80.57% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 141 - color contains mainly: green. Hex color #108D12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108D12 is #EF72ED. Grayscale: #595959. Windows color (decimal): -15692526 or 1215760. OLE color: 1215760.

HSL color Cylindrical-coordinate representation of color #108D12: hue angle of 120.96º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D12 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB1614118-
CMYK0.8900.870.45
HSL120.96º79.62%30.78%-
HSV(B)120.96º88.65%55.29%-
XYZ9.8519.23.76-
YUV89.687.5975.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 141 (55.47% from 255) = 80.57%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=9.14%
G=80.57%
B=10.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16141180.8900.870.45120.9679.6230.78
Hex108D12590572D79501f
Octal202152213101275517112037
Binary1000010001101100101011001010101111011011111001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108D12; }

 p { color: rgb(16,141,18); }

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

<style>
 a { background-color: #108D12; }

 a { background-color: rgb(16,141,18); }

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

<style>
 span { border-color: #108D12; }

 span { border-color: rgb(16,141,18); }

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