#16960F

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

Shades of Forest Green #16960F

Tints of Forest Green #16960F

Color information

#16960F (or 0x16960F) is unknown color: approx Forest Green. HEX triplet: 16, 96 and 0F. RGB value is (22,150,15). Sum of RGB (Red+Green+Blue) = 22+150+15=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 150 (58.98% from 255 or 80.21% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 150 - color contains mainly: green. Hex color #16960F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16960F is #E969F0. Grayscale: #606060. Windows color (decimal): -15297009 or 1021462. OLE color: 1021462.

HSL color Cylindrical-coordinate representation of color #16960F: hue angle of 116.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16960F is Cyan = 0.85, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB2215015-
CMYK0.8500.90.41
HSL116.89º81.82%32.35%-
HSV(B)116.89º90%58.82%-
XYZ11.3222.024.1-
YUV96.3482.0974.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 150 (58.98% from 255) = 80.21%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=11.76%
G=80.21%
B=8.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22150150.8500.90.41116.8981.8232.35
Hex1696F5505A29755220
Octal262261712501325116512240
Binary1011010010110111110101010101101010100111101011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16960F; }

 p { color: rgb(22,150,15); }

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

<style>
 a { background-color: #16960F; }

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

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

<style>
 span { border-color: #16960F; }

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

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