#14A04B

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

Shades of Pigment Green #14A04B

Tints of Pigment Green #14A04B

Color information

#14A04B (or 0x14A04B) is unknown color: approx Pigment Green. HEX triplet: 14, A0 and 4B. RGB value is (20,160,75). Sum of RGB (Red+Green+Blue) = 20+160+75=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #14A04B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A04B is #EB5FB4. Grayscale: #6C6C6C. Windows color (decimal): -15425461 or 4956180. OLE color: 4956180.

HSL color Cylindrical-coordinate representation of color #14A04B: hue angle of 143.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A04B is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB2016075-
CMYK0.8800.530.37
HSL143.57º77.78%35.29%-
HSV(B)143.57º87.5%62.75%-
XYZ14.1325.810.89-
YUV108.45109.1264.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 160 (62.89% from 255) = 62.75%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=7.84%
G=62.75%
B=29.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20160750.8800.530.37143.5777.7835.29
Hex14A04B5803525904e23
Octal242401131300654522011643
Binary1010010100000100101110110000110101100101100100001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,160,75); }

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

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

 a { background-color: rgb(20,160,75); }

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

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

 span { border-color: rgb(20,160,75); }

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