Html Css Color HEX #14AD49 Pigment Green

📋 copy color: '#14AD49'

red 20 ◦ green 173 ◦ blue 73

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

Shades of Pigment Green #14AD49

Tints of Pigment Green #14AD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 7.52%
G = 65.04%
B = 27.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#14AD49 (or 0x14AD49) is known color: Pigment Green. HEX triplet: 14, AD and 49. RGB value is (20,173,73). Sum of RGB (Red+Green+Blue) = 20+173+73=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 173 (67.97% from 255 or 65.04% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AD49 is #EB52B6. Grayscale: #747474. Windows color (decimal): -15422135 or 4828436. OLE color: 4828436.

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

Color convert

RGB 20 173 73 -
CMYK 0.88 0 0.58 0.32
HSL 140.78º 0.79% 0.38% -
HSV(B) 140.78º 0.88% 0.68% -
XYZ 16.43 30.52 11.33 -
YUV 115.85 103.81 59.63 -
System Red Green Blue C M Y K H S L
Decimal 20 173 73 0.88 0 0.58 0.32 140.78 0.79 0.38
Hex 14 AD 49 58 0 3A 20 8D 4F 26
Octal 24 255 111 130 0 72 40 215 117 46
Binary 10100 10101101 1001001 1011000 0 111010 100000 10001101 1001111 100110

Color Harmonies of #14AD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD49

Black with #14AD49

Text Example


Text Example

White with #14AD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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