#14A628

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

Shades of Forest Green #14A628

Tints of Forest Green #14A628

Color information

#14A628 (or 0x14A628) is unknown color: approx Forest Green. HEX triplet: 14, A6 and 28. RGB value is (20,166,40). Sum of RGB (Red+Green+Blue) = 20+166+40=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 166 (65.23% from 255 or 73.45% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 166 - color contains mainly: green. Hex color #14A628 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A628 is #EB59D7. Grayscale: #6C6C6C. Windows color (decimal): -15423960 or 2663956. OLE color: 2663956.

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

Color convert

RGB2016640-
CMYK0.8800.760.35
HSL128.22º78.49%36.47%-
HSV(B)128.22º87.95%65.1%-
XYZ14.3127.576.58-
YUV107.9889.6365.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.85%
GREEN value IS 166 (65.23% from 255) = 73.45%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=8.85%
G=73.45%
B=17.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20166400.8800.760.35128.2278.4936.47
Hex14A6285804C23804e24
Octal242465013001144320011644
Binary1010010100110101000101100001001100100011100000001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,166,40); }

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

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

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

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

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

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

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