#149e14

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

Shades of Forest Green #149E14

Tints of Forest Green #149E14

Color information

#149E14 (or 0x149E14) is unknown color: approx Forest Green. HEX triplet: 14, 9E and 14. RGB value is (20,158,20). Sum of RGB (Red+Green+Blue) = 20+158+20=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 158 (62.11% from 255 or 79.80% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 158 - color contains mainly: green. Hex color #149E14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149E14 is #EB61EB. Grayscale: #656565. Windows color (decimal): -15426028 or 1351188. OLE color: 1351188.

HSL color Cylindrical-coordinate representation of color #149E14: hue angle of 120º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E14 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB2015820-
CMYK0.8700.870.38
HSL120º77.53%34.9%-
HSV(B)120º87.34%61.96%-
XYZ12.6424.654.75-
YUV101.0182.2870.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 158 (62.11% from 255) = 79.80%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=10.10%
G=79.80%
B=10.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20158200.8700.870.3812077.5334.9
Hex149E145705726784e23
Octal242362412701274617011643
Binary10100100111101010010101110101011110011011110001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149e14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149e14; }

 p { color: rgb(20,158,20); }

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

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

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

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

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

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

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