#14A223

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

Shades of Forest Green #14A223

Tints of Forest Green #14A223

Color information

#14A223 (or 0x14A223) is unknown color: approx Forest Green. HEX triplet: 14, A2 and 23. RGB value is (20,162,35). Sum of RGB (Red+Green+Blue) = 20+162+35=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 162 (63.67% from 255 or 74.65% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 162 - color contains mainly: green. Hex color #14A223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A223 is #EB5DDC. Grayscale: #696969. Windows color (decimal): -15424989 or 2335252. OLE color: 2335252.

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

Color convert

RGB2016235-
CMYK0.8800.780.36
HSL126.34º78.02%35.69%-
HSV(B)126.34º87.65%63.53%-
XYZ13.5126.115.92-
YUV105.0688.4667.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 162 (63.67% from 255) = 74.65%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=9.22%
G=74.65%
B=16.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20162350.8800.780.36126.3478.0235.69
Hex14A2235804E247e4e24
Octal242424313001164417611644
Binary101001010001010001110110000100111010010011111101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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