#14A645

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

Shades of Pigment Green #14A645

Tints of Pigment Green #14A645

Color information

#14A645 (or 0x14A645) is unknown color: approx Pigment Green. HEX triplet: 14, A6 and 45. RGB value is (20,166,69). Sum of RGB (Red+Green+Blue) = 20+166+69=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 166 (65.23% from 255 or 65.10% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 166 - color contains mainly: green. Hex color #14A645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A645 is #EB59BA. Grayscale: #6F6F6F. Windows color (decimal): -15423931 or 4564500. OLE color: 4564500.

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

Color convert

RGB2016669-
CMYK0.8800.580.35
HSL140.14º78.49%36.47%-
HSV(B)140.14º87.95%65.1%-
XYZ1527.8510.22-
YUV111.29104.1362.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 166 (65.23% from 255) = 65.10%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=7.84%
G=65.10%
B=27.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20166690.8800.580.35140.1478.4936.47
Hex14A6455803A238c4e24
Octal242461051300724321411644
Binary1010010100110100010110110000111010100011100011001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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