#16971A

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

Shades of Forest Green #16971A

Tints of Forest Green #16971A

Color information

#16971A (or 0x16971A) is unknown color: approx Forest Green. HEX triplet: 16, 97 and 1A. RGB value is (22,151,26). Sum of RGB (Red+Green+Blue) = 22+151+26=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 151 (59.38% from 255 or 75.88% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 151 - color contains mainly: green. Hex color #16971A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16971A is #E968E5. Grayscale: #626262. Windows color (decimal): -15296742 or 1742614. OLE color: 1742614.

HSL color Cylindrical-coordinate representation of color #16971A: hue angle of 121.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16971A is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB2215126-
CMYK0.8500.830.41
HSL121.86º74.57%33.92%-
HSV(B)121.86º85.43%59.22%-
XYZ11.5822.384.69-
YUV98.1887.2673.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 151 (59.38% from 255) = 75.88%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=11.06%
G=75.88%
B=13.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22151260.8500.830.41121.8674.5733.92
Hex16971A55053297a4b22
Octal262273212501235117211342
Binary10110100101111101010101010101001110100111110101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16971A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16971A; }

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

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

<style>
 a { background-color: #16971A; }

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

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

<style>
 span { border-color: #16971A; }

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

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