#14A353

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

Shades of Pigment Green #14A353

Tints of Pigment Green #14A353

Color information

#14A353 (or 0x14A353) is unknown color: approx Pigment Green. HEX triplet: 14, A3 and 53. RGB value is (20,163,83). Sum of RGB (Red+Green+Blue) = 20+163+83=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 163 (64.06% from 255 or 61.28% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 163 - color contains mainly: green. Hex color #14A353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A353 is #EB5CAC. Grayscale: #6F6F6F. Windows color (decimal): -15424685 or 5481236. OLE color: 5481236.

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

Color convert

RGB2016383-
CMYK0.8800.490.36
HSL146.43º78.14%35.88%-
HSV(B)146.43º87.73%63.92%-
XYZ14.9526.9712.6-
YUV111.12112.1263-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 163 (64.06% from 255) = 61.28%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=7.52%
G=61.28%
B=31.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20163830.8800.490.36146.4378.1435.88
Hex14A3535803124924e24
Octal242431231300614422211644
Binary1010010100011101001110110000110001100100100100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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