#14AE47

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

Shades of Pigment Green #14AE47

Tints of Pigment Green #14AE47

Color information

#14AE47 (or 0x14AE47) is unknown color: approx Pigment Green. HEX triplet: 14, AE and 47. RGB value is (20,174,71). Sum of RGB (Red+Green+Blue) = 20+174+71=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 174 (68.36% from 255 or 65.66% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AE47 is #EB51B8. Grayscale: #747474. Windows color (decimal): -15421881 or 4697620. OLE color: 4697620.

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

Color convert

RGB2017471-
CMYK0.8900.590.32
HSL139.87º79.38%38.04%-
HSV(B)139.87º88.51%68.24%-
XYZ16.5630.8811.05-
YUV116.21102.4859.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 174 (68.36% from 255) = 65.66%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=7.55%
G=65.66%
B=26.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal20174710.8900.590.32139.8779.3838.04
Hex14AE475903B208c4f26
Octal242561071310734021411746
Binary1010010101110100011110110010111011100000100011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,174,71); }

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

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

 a { background-color: rgb(20,174,71); }

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

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

 span { border-color: rgb(20,174,71); }

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