#149A14

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

Shades of Forest Green #149A14

Tints of Forest Green #149A14

Color information

#149A14 (or 0x149A14) is unknown color: approx Forest Green. HEX triplet: 14, 9A and 14. RGB value is (20,154,20). Sum of RGB (Red+Green+Blue) = 20+154+20=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 154 (60.55% from 255 or 79.38% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 154 - color contains mainly: green. Hex color #149A14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149A14 is #EB65EB. Grayscale: #636363. Windows color (decimal): -15427052 or 1350164. OLE color: 1350164.

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

Color convert

RGB2015420-
CMYK0.8700.870.40
HSL120º77.01%34.12%-
HSV(B)120º87.01%60.39%-
XYZ11.9723.314.53-
YUV98.6683.6171.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 154 (60.55% from 255) = 79.38%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=10.31%
G=79.38%
B=10.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20154200.8700.870.4012077.0134.12
Hex149A145705728784d22
Octal242322412701275017011542
Binary10100100110101010010101110101011110100011110001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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