#16A12A

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

Shades of Forest Green #16A12A

Tints of Forest Green #16A12A

Color information

#16A12A (or 0x16A12A) is unknown color: approx Forest Green. HEX triplet: 16, A1 and 2A. RGB value is (22,161,42). Sum of RGB (Red+Green+Blue) = 22+161+42=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 161 (63.28% from 255 or 71.56% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 161 - color contains mainly: green. Hex color #16A12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A12A is #E95ED5. Grayscale: #6A6A6A. Windows color (decimal): -15294166 or 2793750. OLE color: 2793750.

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

Color convert

RGB2216142-
CMYK0.8600.740.37
HSL128.63º75.96%35.88%-
HSV(B)128.63º86.34%63.14%-
XYZ13.4925.836.46-
YUV105.8791.9568.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 161 (63.28% from 255) = 71.56%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=9.78%
G=71.56%
B=18.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22161420.8600.740.37128.6375.9635.88
Hex16A12A5604A25814c24
Octal262415212601124520111444
Binary1011010100001101010101011001001010100101100000011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,161,42); }

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

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

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

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

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

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

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