#14A24A

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

Shades of Pigment Green #14A24A

Tints of Pigment Green #14A24A

Color information

#14A24A (or 0x14A24A) is unknown color: approx Pigment Green. HEX triplet: 14, A2 and 4A. RGB value is (20,162,74). Sum of RGB (Red+Green+Blue) = 20+162+74=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #14A24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A24A is #EB5DB5. Grayscale: #6D6D6D. Windows color (decimal): -15424950 or 4891156. OLE color: 4891156.

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

Color convert

RGB2016274-
CMYK0.8800.540.36
HSL142.82º78.02%35.69%-
HSV(B)142.82º87.65%63.53%-
XYZ14.4426.4810.83-
YUV109.51107.9664.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.81%
GREEN value IS 162 (63.67% from 255) = 63.28%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=7.81%
G=63.28%
B=28.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20162740.8800.540.36142.8278.0235.69
Hex14A24A58036248f4e24
Octal242421121300664421711644
Binary1010010100010100101010110000110110100100100011111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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