#14A01C

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

Shades of Forest Green #14A01C

Tints of Forest Green #14A01C

Color information

#14A01C (or 0x14A01C) is unknown color: approx Forest Green. HEX triplet: 14, A0 and 1C. RGB value is (20,160,28). Sum of RGB (Red+Green+Blue) = 20+160+28=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 160 (62.89% from 255 or 76.92% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 160 - color contains mainly: green. Hex color #14A01C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A01C is #EB5FE3. Grayscale: #676767. Windows color (decimal): -15425508 or 1875988. OLE color: 1875988.

HSL color Cylindrical-coordinate representation of color #14A01C: hue angle of 123.43º 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 #14A01C is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB2016028-
CMYK0.8800.820.37
HSL123.43º77.78%35.29%-
HSV(B)123.43º87.5%62.75%-
XYZ13.0725.375.31-
YUV103.0985.6268.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 160 (62.89% from 255) = 76.92%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=9.62%
G=76.92%
B=13.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20160280.8800.820.37123.4377.7835.29
Hex14A01C58052257b4e23
Octal242403413001224517311643
Binary10100101000001110010110000101001010010111110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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