#14A11C

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

Shades of Forest Green #14A11C

Tints of Forest Green #14A11C

Color information

#14A11C (or 0x14A11C) is unknown color: approx Forest Green. HEX triplet: 14, A1 and 1C. RGB value is (20,161,28). Sum of RGB (Red+Green+Blue) = 20+161+28=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 161 (63.28% from 255 or 77.03% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 161 - color contains mainly: green. Hex color #14A11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A11C is #EB5EE3. Grayscale: #686868. Windows color (decimal): -15425252 or 1876244. OLE color: 1876244.

HSL color Cylindrical-coordinate representation of color #14A11C: hue angle of 123.4º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A11C is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB2016128-
CMYK0.8800.830.37
HSL123.4º77.9%35.49%-
HSV(B)123.4º87.58%63.14%-
XYZ13.2425.725.37-
YUV103.6885.2968.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 161 (63.28% from 255) = 77.03%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=9.57%
G=77.03%
B=13.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20161280.8800.830.37123.477.935.49
Hex14A11C58053257b4e23
Octal242413413001234517311643
Binary10100101000011110010110000101001110010111110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14A11C; }

 p { color: rgb(20,161,28); }

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

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

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

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

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

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

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