#14A528

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

Shades of Forest Green #14A528

Tints of Forest Green #14A528

Color information

#14A528 (or 0x14A528) is unknown color: approx Forest Green. HEX triplet: 14, A5 and 28. RGB value is (20,165,40). Sum of RGB (Red+Green+Blue) = 20+165+40=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #14A528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A528 is #EB5AD7. Grayscale: #6B6B6B. Windows color (decimal): -15424216 or 2663700. OLE color: 2663700.

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

Color convert

RGB2016540-
CMYK0.8800.760.35
HSL128.28º78.38%36.27%-
HSV(B)128.28º87.88%64.71%-
XYZ14.1327.216.52-
YUV107.489.9665.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 165 (64.84% from 255) = 73.33%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=8.89%
G=73.33%
B=17.78%

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
Decimal20165400.8800.760.35128.2878.3836.27
Hex14A5285804C23804e24
Octal242455013001144320011644
Binary1010010100101101000101100001001100100011100000001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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