#14A225

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

Shades of Forest Green #14A225

Tints of Forest Green #14A225

Color information

#14A225 (or 0x14A225) is unknown color: approx Forest Green. HEX triplet: 14, A2 and 25. RGB value is (20,162,37). Sum of RGB (Red+Green+Blue) = 20+162+37=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 162 (63.67% from 255 or 73.97% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 162 - color contains mainly: green. Hex color #14A225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A225 is #EB5DDA. Grayscale: #696969. Windows color (decimal): -15424987 or 2466324. OLE color: 2466324.

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

Color convert

RGB2016237-
CMYK0.8800.770.36
HSL127.18º78.02%35.69%-
HSV(B)127.18º87.65%63.53%-
XYZ13.5426.126.08-
YUV105.2989.4667.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 162 (63.67% from 255) = 73.97%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=9.13%
G=73.97%
B=16.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20162370.8800.770.36127.1878.0235.69
Hex14A2255804D247f4e24
Octal242424513001154417711644
Binary101001010001010010110110000100110110010011111111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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