#14AA4A

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

Shades of Pigment Green #14AA4A

Tints of Pigment Green #14AA4A

Color information

#14AA4A (or 0x14AA4A) is unknown color: approx Pigment Green. HEX triplet: 14, AA and 4A. RGB value is (20,170,74). Sum of RGB (Red+Green+Blue) = 20+170+74=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AA4A is #EB55B5. Grayscale: #727272. Windows color (decimal): -15422902 or 4893204. OLE color: 4893204.

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

Color convert

RGB2017074-
CMYK0.8800.560.33
HSL141.6º78.95%37.25%-
HSV(B)141.6º88.24%66.67%-
XYZ15.929.3911.31-
YUV114.21105.360.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 170 (66.80% from 255) = 64.39%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=7.58%
G=64.39%
B=28.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20170740.8800.560.33141.678.9537.25
Hex14AA4A58038218e4f25
Octal242521121300704121611745
Binary1010010101010100101010110000111000100001100011101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,170,74); }

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

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

 a { background-color: rgb(20,170,74); }

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

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

 span { border-color: rgb(20,170,74); }

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