#14a259

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

Shades of Pigment Green #14A259

Tints of Pigment Green #14A259

Color information

#14A259 (or 0x14A259) is unknown color: approx Pigment Green. HEX triplet: 14, A2 and 59. RGB value is (20,162,89). Sum of RGB (Red+Green+Blue) = 20+162+89=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #14A259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A259 is #EB5DA6. Grayscale: #6F6F6F. Windows color (decimal): -15424935 or 5874196. OLE color: 5874196.

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

Color convert

RGB2016289-
CMYK0.8800.450.36
HSL149.15º78.02%35.69%-
HSV(B)149.15º87.65%63.53%-
XYZ15.0126.7113.82-
YUV111.22115.4662.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=7.38%
G=59.78%
B=32.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20162890.8800.450.36149.1578.0235.69
Hex14A2595802D24954e24
Octal242421311300554422511644
Binary1010010100010101100110110000101101100100100101011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14a259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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