#16A820

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

Shades of Forest Green #16A820

Tints of Forest Green #16A820

Color information

#16A820 (or 0x16A820) is unknown color: approx Forest Green. HEX triplet: 16, A8 and 20. RGB value is (22,168,32). Sum of RGB (Red+Green+Blue) = 22+168+32=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 168 (66.02% from 255 or 75.68% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 168 - color contains mainly: green. Hex color #16A820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A820 is #E957DF. Grayscale: #6D6D6D. Windows color (decimal): -15292384 or 2140182. OLE color: 2140182.

HSL color Cylindrical-coordinate representation of color #16A820: hue angle of 124.11º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A820 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB2216832-
CMYK0.8700.810.34
HSL124.11º76.84%37.25%-
HSV(B)124.11º86.9%65.88%-
XYZ14.5928.286.06-
YUV108.8484.6366.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 168 (66.02% from 255) = 75.68%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=9.91%
G=75.68%
B=14.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal22168320.8700.810.34124.1176.8437.25
Hex16A82057051227c4d25
Octal262504012701214217411545
Binary101101010100010000010101110101000110001011111001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,168,32); }

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

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

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

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

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

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

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