#108D14

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

Shades of Forest Green #108D14

Tints of Forest Green #108D14

Color information

#108D14 (or 0x108D14) is unknown color: approx Forest Green. HEX triplet: 10, 8D and 14. RGB value is (16,141,20). Sum of RGB (Red+Green+Blue) = 16+141+20=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 141 (55.47% from 255 or 79.66% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 141 - color contains mainly: green. Hex color #108D14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108D14 is #EF72EB. Grayscale: #5A5A5A. Windows color (decimal): -15692524 or 1346832. OLE color: 1346832.

HSL color Cylindrical-coordinate representation of color #108D14: hue angle of 121.92º 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 #108D14 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1614120-
CMYK0.8900.860.45
HSL121.92º79.62%30.78%-
HSV(B)121.92º88.65%55.29%-
XYZ9.8619.213.85-
YUV89.8388.5975.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 141 (55.47% from 255) = 79.66%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=9.04%
G=79.66%
B=11.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16141200.8900.860.45121.9279.6230.78
Hex108D14590562D7a501f
Octal202152413101265517212037
Binary1000010001101101001011001010101101011011111010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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