#108A16

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

Shades of Forest Green #108A16

Tints of Forest Green #108A16

Color information

#108A16 (or 0x108A16) is unknown color: approx Forest Green. HEX triplet: 10, 8A and 16. RGB value is (16,138,22). Sum of RGB (Red+Green+Blue) = 16+138+22=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 138 (54.30% from 255 or 78.41% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 138 - color contains mainly: green. Hex color #108A16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108A16 is #EF75E9. Grayscale: #585858. Windows color (decimal): -15693290 or 1477136. OLE color: 1477136.

HSL color Cylindrical-coordinate representation of color #108A16: hue angle of 122.95º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108A16 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1613822-
CMYK0.8800.840.46
HSL122.95º79.22%30.2%-
HSV(B)122.95º88.41%54.12%-
XYZ9.4518.353.8-
YUV88.390.5876.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 138 (54.30% from 255) = 78.41%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=9.09%
G=78.41%
B=12.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16138220.8800.840.46122.9579.2230.2
Hex108A16580542E7b4f1e
Octal202122613001245617311736
Binary1000010001010101101011000010101001011101111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,138,22); }

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

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

 a { background-color: rgb(16,138,22); }

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

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

 span { border-color: rgb(16,138,22); }

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