#14A041

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

Shades of Pigment Green #14A041

Tints of Pigment Green #14A041

Color information

#14A041 (or 0x14A041) is unknown color: approx Pigment Green. HEX triplet: 14, A0 and 41. RGB value is (20,160,65). Sum of RGB (Red+Green+Blue) = 20+160+65=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #14A041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A041 is #EB5FBE. Grayscale: #6B6B6B. Windows color (decimal): -15425471 or 4300820. OLE color: 4300820.

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

Color convert

RGB2016065-
CMYK0.8800.590.37
HSL139.29º77.78%35.29%-
HSV(B)139.29º87.5%62.75%-
XYZ13.8125.679.23-
YUV107.31104.1265.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 160 (62.89% from 255) = 65.31%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=8.16%
G=65.31%
B=26.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20160650.8800.590.37139.2977.7835.29
Hex14A0415803B258b4e23
Octal242401011300734521311643
Binary1010010100000100000110110000111011100101100010111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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