Html Css Color HEX #14A356 Pigment Green

📋 copy color: '#14A356'

red 20 ◦ green 163 ◦ blue 86

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

Shades of Pigment Green #14A356

Tints of Pigment Green #14A356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 7.43%
G = 60.59%
B = 31.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#14A356 (or 0x14A356) is known color: Pigment Green. HEX triplet: 14, A3 and 56. RGB value is (20,163,86). Sum of RGB (Red+Green+Blue) = 20+163+86=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #14A356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A356 is #EB5CA9. Grayscale: #6F6F6F. Windows color (decimal): -15424682 or 5677844. OLE color: 5677844.

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

Color convert

RGB 20 163 86 -
CMYK 0.88 0 0.47 0.36
HSL 147.69º 0.78% 0.36% -
HSV(B) 147.69º 0.88% 0.64% -
XYZ 15.07 27.02 13.22 -
YUV 111.47 113.62 62.76 -
System Red Green Blue C M Y K H S L
Decimal 20 163 86 0.88 0 0.47 0.36 147.69 0.78 0.36
Hex 14 A3 56 58 0 2F 24 94 4E 24
Octal 24 243 126 130 0 57 44 224 116 44
Binary 10100 10100011 1010110 1011000 0 101111 100100 10010100 1001110 100100

Color Harmonies of #14A356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A356

Black with #14A356

Text Example


Text Example

White with #14A356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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