#149611

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

Shades of Forest Green #149611

Tints of Forest Green #149611

Color information

#149611 (or 0x149611) is unknown color: approx Forest Green. HEX triplet: 14, 96 and 11. RGB value is (20,150,17). Sum of RGB (Red+Green+Blue) = 20+150+17=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 150 (58.98% from 255 or 80.21% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 150 - color contains mainly: green. Hex color #149611 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149611 is #EB69EE. Grayscale: #606060. Windows color (decimal): -15428079 or 1152532. OLE color: 1152532.

HSL color Cylindrical-coordinate representation of color #149611: hue angle of 118.65º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149611 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB2015017-
CMYK0.8700.890.41
HSL118.65º79.64%32.75%-
HSV(B)118.65º88.67%58.82%-
XYZ11.3224.18-
YUV95.9783.4373.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 150 (58.98% from 255) = 80.21%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=10.70%
G=80.21%
B=9.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal20150170.8700.890.41118.6579.6432.75
Hex1496115705929775021
Octal242262112701315116712041
Binary10100100101101000110101110101100110100111101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149611; }

 p { color: rgb(20,150,17); }

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

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

 a { background-color: rgb(20,150,17); }

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

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

 span { border-color: rgb(20,150,17); }

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