Html Css Color HEX #14A347 Pigment Green

📋 copy color: '#14A347'

red 20 ◦ green 163 ◦ blue 71

#14A347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #14A347

Tints of Pigment Green #14A347

RGB

 RED value IS 20 (8.2% from 255) = 7.87%

 GREEN value IS 163 (64.06% from 255) = 64.17%

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 7.87%
G = 64.17%
B = 27.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#14A347 (or 0x14A347) is known color: Pigment Green. HEX triplet: 14, A3 and 47. RGB value is (20,163,71). Sum of RGB (Red+Green+Blue) = 20+163+71=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #14A347 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A347 is #EB5CB8. Grayscale: #6D6D6D. Windows color (decimal): -15424697 or 4694804. OLE color: 4694804.

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

Color convert

RGB 20 163 71 -
CMYK 0.88 0 0.56 0.36
HSL 141.4º 0.78% 0.36% -
HSV(B) 141.4º 0.88% 0.64% -
XYZ 14.52 26.8 10.37 -
YUV 109.76 106.12 63.98 -
System Red Green Blue C M Y K H S L
Decimal 20 163 71 0.88 0 0.56 0.36 141.4 0.78 0.36
Hex 14 A3 47 58 0 38 24 8D 4E 24
Octal 24 243 107 130 0 70 44 215 116 44
Binary 10100 10100011 1000111 1011000 0 111000 100100 10001101 1001110 100100

Color Harmonies of #14A347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A347

Black with #14A347

Text Example


Text Example

White with #14A347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14A347;
 }
 .AnyTagClassName
 {
   color: #14A347;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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