#147A16

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

Shades of Forest Green #147A16

Tints of Forest Green #147A16

Color information

#147A16 (or 0x147A16) is unknown color: approx Forest Green. HEX triplet: 14, 7A and 16. RGB value is (20,122,22). Sum of RGB (Red+Green+Blue) = 20+122+22=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 122 (48.05% from 255 or 74.39% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 122 - color contains mainly: green. Hex color #147A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147A16 is #EB85E9. Grayscale: #505050. Windows color (decimal): -15435242 or 1473044. OLE color: 1473044.

HSL color Cylindrical-coordinate representation of color #147A16: hue angle of 121.18º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A16 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB2012222-
CMYK0.8400.820.52
HSL121.18º71.83%27.84%-
HSV(B)121.18º83.61%47.84%-
XYZ7.3914.133.1-
YUV80.195.2185.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 122 (48.05% from 255) = 74.39%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=12.20%
G=74.39%
B=13.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122220.8400.820.52121.1871.8327.84
Hex147A16540523479481c
Octal241722612401226417111034
Binary101001111010101101010100010100101101001111001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A16; }

 p { color: rgb(20,122,22); }

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

<style>
 a { background-color: #147A16; }

 a { background-color: rgb(20,122,22); }

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

<style>
 span { border-color: #147A16; }

 span { border-color: rgb(20,122,22); }

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