#149016

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

Shades of Forest Green #149016

Tints of Forest Green #149016

Color information

#149016 (or 0x149016) is unknown color: approx Forest Green. HEX triplet: 14, 90 and 16. RGB value is (20,144,22). Sum of RGB (Red+Green+Blue) = 20+144+22=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 144 (56.64% from 255 or 77.42% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 144 - color contains mainly: green. Hex color #149016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149016 is #EB6FE9. Grayscale: #5D5D5D. Windows color (decimal): -15429610 or 1478676. OLE color: 1478676.

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

Color convert

RGB2014422-
CMYK0.8600.850.44
HSL120.97º75.61%32.16%-
HSV(B)120.97º86.11%56.47%-
XYZ10.4120.154.1-
YUV93.0287.9275.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 144 (56.64% from 255) = 77.42%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=10.75%
G=77.42%
B=11.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20144220.8600.850.44120.9775.6132.16
Hex149016560552C794c20
Octal242202612601255417111440
Binary10100100100001011010101100101010110110011110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149016; }

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

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

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

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

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

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

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

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