#14AC19

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

Shades of Forest Green #14AC19

Tints of Forest Green #14AC19

Color information

#14AC19 (or 0x14AC19) is unknown color: approx Forest Green. HEX triplet: 14, AC and 19. RGB value is (20,172,25). Sum of RGB (Red+Green+Blue) = 20+172+25=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 172 (67.58% from 255 or 79.26% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AC19 is #EB53E6. Grayscale: #6E6E6E. Windows color (decimal): -15422439 or 1682452. OLE color: 1682452.

HSL color Cylindrical-coordinate representation of color #14AC19: hue angle of 121.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AC19 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB2017225-
CMYK0.8800.850.33
HSL121.97º79.17%37.65%-
HSV(B)121.97º88.37%67.45%-
XYZ15.2229.725.86-
YUV109.7980.1463.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 172 (67.58% from 255) = 79.26%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=9.22%
G=79.26%
B=11.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20172250.8800.850.33121.9779.1737.65
Hex14AC1958055217a4f26
Octal242543113001254117211746
Binary10100101011001100110110000101010110000111110101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,172,25); }

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

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

 a { background-color: rgb(20,172,25); }

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

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

 span { border-color: rgb(20,172,25); }

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