Html Css Color HEX #14AD56 Pigment Green

📋 copy color: '#14AD56'

red 20 ◦ green 173 ◦ blue 86

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

Shades of Pigment Green #14AD56

Tints of Pigment Green #14AD56

RGB

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

 GREEN value IS 173 (67.97% from 255) = 62.01%

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

R = 7.17%
G = 62.01%
B = 30.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#14AD56 (or 0x14AD56) is known color: Pigment Green. HEX triplet: 14, AD and 56. RGB value is (20,173,86). Sum of RGB (Red+Green+Blue) = 20+173+86=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD56 is #EB52A9. Grayscale: #757575. Windows color (decimal): -15422122 or 5680404. OLE color: 5680404.

HSL color Cylindrical-coordinate representation of color #14AD56: hue angle of 145.88º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD56 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 86 -
CMYK 0.88 0 0.50 0.32
HSL 145.88º 0.79% 0.38% -
HSV(B) 145.88º 0.88% 0.68% -
XYZ 16.91 30.71 13.84 -
YUV 117.34 110.31 58.57 -
System Red Green Blue C M Y K H S L
Decimal 20 173 86 0.88 0 0.50 0.32 145.88 0.79 0.38
Hex 14 AD 56 58 0 32 20 92 4F 26
Octal 24 255 126 130 0 62 40 222 117 46
Binary 10100 10101101 1010110 1011000 0 110010 100000 10010010 1001111 100110

Color Harmonies of #14AD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD56

Black with #14AD56

Text Example


Text Example

White with #14AD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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