#16A216

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

Shades of Forest Green #16A216

Tints of Forest Green #16A216

Color information

#16A216 (or 0x16A216) is unknown color: approx Forest Green. HEX triplet: 16, A2 and 16. RGB value is (22,162,22). Sum of RGB (Red+Green+Blue) = 22+162+22=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #16A216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16A216 is #E95DE9. Grayscale: #686868. Windows color (decimal): -15293930 or 1483286. OLE color: 1483286.

HSL color Cylindrical-coordinate representation of color #16A216: hue angle of 120º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A216 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB2216222-
CMYK0.8600.860.36
HSL120º76.09%36.08%-
HSV(B)120º86.42%63.53%-
XYZ13.426.075.08-
YUV104.1881.6269.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 162 (63.67% from 255) = 78.64%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=10.68%
G=78.64%
B=10.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22162220.8600.860.3612076.0936.08
Hex16A2165605624784c24
Octal262422612601264417011444
Binary10110101000101011010101100101011010010011110001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16A216; }

 p { color: rgb(22,162,22); }

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

<style>
 a { background-color: #16A216; }

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

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

<style>
 span { border-color: #16A216; }

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

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