#14a348

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

Shades of Pigment Green #14A348

Tints of Pigment Green #14A348

Color information

#14A348 (or 0x14A348) is unknown color: approx Pigment Green. HEX triplet: 14, A3 and 48. RGB value is (20,163,72). Sum of RGB (Red+Green+Blue) = 20+163+72=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 163 (64.06% from 255 or 63.92% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 163 - color contains mainly: green. Hex color #14A348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A348 is #EB5CB7. Grayscale: #6E6E6E. Windows color (decimal): -15424696 or 4760340. OLE color: 4760340.

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

Color convert

RGB2016372-
CMYK0.8800.560.36
HSL141.82º78.14%35.88%-
HSV(B)141.82º87.73%63.92%-
XYZ14.5626.8110.54-
YUV109.87106.6263.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 163 (64.06% from 255) = 63.92%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=7.84%
G=63.92%
B=28.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20163720.8800.560.36141.8278.1435.88
Hex14A34858038248e4e24
Octal242431101300704421611644
Binary1010010100011100100010110000111000100100100011101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14a348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,163,72); }

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

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

 a { background-color: rgb(20,163,72); }

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

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

 span { border-color: rgb(20,163,72); }

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