#14AF5B

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

Shades of Pigment Green #14AF5B

Tints of Pigment Green #14AF5B

Color information

#14AF5B (or 0x14AF5B) is unknown color: approx Pigment Green. HEX triplet: 14, AF and 5B. RGB value is (20,175,91). Sum of RGB (Red+Green+Blue) = 20+175+91=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AF5B is #EB50A4. Grayscale: #777777. Windows color (decimal): -15421605 or 6008596. OLE color: 6008596.

HSL color Cylindrical-coordinate representation of color #14AF5B: hue angle of 147.48º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF5B is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB2017591-
CMYK0.8900.480.31
HSL147.48º79.49%38.24%-
HSV(B)147.48º88.57%68.63%-
XYZ17.5131.5615.07-
YUV119.08112.1557.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.99%
GREEN value IS 175 (68.75% from 255) = 61.19%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=6.99%
G=61.19%
B=31.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20175910.8900.480.31147.4879.4938.24
Hex14AF5B590301F934f26
Octal242571331310603722311746
Binary101001010111110110111011001011000011111100100111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,175,91); }

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

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

 a { background-color: rgb(20,175,91); }

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

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

 span { border-color: rgb(20,175,91); }

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