#16AD1A

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

Shades of Forest Green #16AD1A

Tints of Forest Green #16AD1A

Color information

#16AD1A (or 0x16AD1A) is unknown color: approx Forest Green. HEX triplet: 16, AD and 1A. RGB value is (22,173,26). Sum of RGB (Red+Green+Blue) = 22+173+26=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 173 (67.97% from 255 or 78.28% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 173 - color contains mainly: green. Hex color #16AD1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AD1A is #E952E5. Grayscale: #6F6F6F. Windows color (decimal): -15291110 or 1748246. OLE color: 1748246.

HSL color Cylindrical-coordinate representation of color #16AD1A: hue angle of 121.59º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AD1A is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB2217326-
CMYK0.8700.850.32
HSL121.59º77.44%38.24%-
HSV(B)121.59º87.28%67.84%-
XYZ15.4630.135.98-
YUV111.0979.9764.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 173 (67.97% from 255) = 78.28%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=9.95%
G=78.28%
B=11.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal22173260.8700.850.32121.5977.4438.24
Hex16AD1A57055207a4d26
Octal262553212701254017211546
Binary10110101011011101010101110101010110000011110101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,173,26); }

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

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

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

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

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

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

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