#149A1E

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

Shades of Forest Green #149A1E

Tints of Forest Green #149A1E

Color information

#149A1E (or 0x149A1E) is unknown color: approx Forest Green. HEX triplet: 14, 9A and 1E. RGB value is (20,154,30). Sum of RGB (Red+Green+Blue) = 20+154+30=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 154 (60.55% from 255 or 75.49% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 154 - color contains mainly: green. Hex color #149A1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A1E is #EB65E1. Grayscale: #646464. Windows color (decimal): -15427042 or 2005524. OLE color: 2005524.

HSL color Cylindrical-coordinate representation of color #149A1E: hue angle of 124.48º 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 #149A1E is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB2015430-
CMYK0.8700.810.40
HSL124.48º77.01%34.12%-
HSV(B)124.48º87.01%60.39%-
XYZ12.0823.355.1-
YUV99.888.6171.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 154 (60.55% from 255) = 75.49%
BLUE value IS 30 (12.11% from 255) = 14.71%
R=9.80%
G=75.49%
B=14.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20154300.8700.810.40124.4877.0134.12
Hex149A1E57051287c4d22
Octal242323612701215017411542
Binary10100100110101111010101110101000110100011111001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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