#14A759

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

Shades of Pigment Green #14A759

Tints of Pigment Green #14A759

Color information

#14A759 (or 0x14A759) is unknown color: approx Pigment Green. HEX triplet: 14, A7 and 59. RGB value is (20,167,89). Sum of RGB (Red+Green+Blue) = 20+167+89=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 167 (65.62% from 255 or 60.51% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 167 - color contains mainly: green. Hex color #14A759 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A759 is #EB58A6. Grayscale: #727272. Windows color (decimal): -15423655 or 5875476. OLE color: 5875476.

HSL color Cylindrical-coordinate representation of color #14A759: hue angle of 148.16º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A759 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB2016789-
CMYK0.8800.470.35
HSL148.16º78.61%36.67%-
HSV(B)148.16º88.02%65.49%-
XYZ15.9128.5114.12-
YUV114.16113.860.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 167 (65.62% from 255) = 60.51%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=7.25%
G=60.51%
B=32.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20167890.8800.470.35148.1678.6136.67
Hex14A7595802F23944f25
Octal242471311300574322411745
Binary1010010100111101100110110000101111100011100101001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,167,89); }

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

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

 a { background-color: rgb(20,167,89); }

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

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

 span { border-color: rgb(20,167,89); }

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