#14A21E

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

Shades of Forest Green #14A21E

Tints of Forest Green #14A21E

Color information

#14A21E (or 0x14A21E) is unknown color: approx Forest Green. HEX triplet: 14, A2 and 1E. RGB value is (20,162,30). Sum of RGB (Red+Green+Blue) = 20+162+30=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #14A21E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A21E is #EB5DE1. Grayscale: #686868. Windows color (decimal): -15424994 or 2007572. OLE color: 2007572.

HSL color Cylindrical-coordinate representation of color #14A21E: hue angle of 124.23º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A21E is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB2016230-
CMYK0.8800.810.36
HSL124.23º78.02%35.69%-
HSV(B)124.23º87.65%63.53%-
XYZ13.4426.085.55-
YUV104.4985.9667.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 162 (63.67% from 255) = 76.42%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=9.43%
G=76.42%
B=14.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20162300.8800.810.36124.2378.0235.69
Hex14A21E58051247c4e24
Octal242423613001214417411644
Binary10100101000101111010110000101000110010011111001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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