#147E16

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

Shades of Forest Green #147E16

Tints of Forest Green #147E16

Color information

#147E16 (or 0x147E16) is unknown color: approx Forest Green. HEX triplet: 14, 7E and 16. RGB value is (20,126,22). Sum of RGB (Red+Green+Blue) = 20+126+22=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 126 (49.61% from 255 or 75% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 126 - color contains mainly: green. Hex color #147E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147E16 is #EB81E9. Grayscale: #525252. Windows color (decimal): -15434218 or 1474068. OLE color: 1474068.

HSL color Cylindrical-coordinate representation of color #147E16: hue angle of 121.13º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147E16 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB2012622-
CMYK0.8400.830.51
HSL121.13º72.6%28.63%-
HSV(B)121.13º84.13%49.41%-
XYZ7.8915.133.26-
YUV82.4593.8883.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 126 (49.61% from 255) = 75%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=11.90%
G=75%
B=13.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20126220.8400.830.51121.1372.628.63
Hex147E16540533379491d
Octal241762612401236317111135
Binary101001111110101101010100010100111100111111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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