#149416

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

Shades of Forest Green #149416

Tints of Forest Green #149416

Color information

#149416 (or 0x149416) is unknown color: approx Forest Green. HEX triplet: 14, 94 and 16. RGB value is (20,148,22). Sum of RGB (Red+Green+Blue) = 20+148+22=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 148 (58.20% from 255 or 77.89% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 148 - color contains mainly: green. Hex color #149416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149416 is #EB6BE9. Grayscale: #5F5F5F. Windows color (decimal): -15428586 or 1479700. OLE color: 1479700.

HSL color Cylindrical-coordinate representation of color #149416: hue angle of 120.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149416 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB2014822-
CMYK0.8600.850.42
HSL120.94º76.19%32.94%-
HSV(B)120.94º86.49%58.04%-
XYZ11.0221.394.31-
YUV95.3686.5974.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 148 (58.20% from 255) = 77.89%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=10.53%
G=77.89%
B=11.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148220.8600.850.42120.9476.1932.94
Hex149416560552A794c21
Octal242242612601255217111441
Binary10100100101001011010101100101010110101011110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149416; }

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

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

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

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

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

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

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

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