Html Css Color HEX #14AB49 Pigment Green

📋 copy color: '#14AB49'

red 20 ◦ green 171 ◦ blue 73

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

Shades of Pigment Green #14AB49

Tints of Pigment Green #14AB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 64.77%

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

R = 7.58%
G = 64.77%
B = 27.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#14AB49 (or 0x14AB49) is known color: Pigment Green. HEX triplet: 14, AB and 49. RGB value is (20,171,73). Sum of RGB (Red+Green+Blue) = 20+171+73=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB49 is #EB54B6. Grayscale: #727272. Windows color (decimal): -15422647 or 4827924. OLE color: 4827924.

HSL color Cylindrical-coordinate representation of color #14AB49: hue angle of 141.06º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB49 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 171 73 -
CMYK 0.88 0 0.57 0.33
HSL 141.06º 0.79% 0.37% -
HSV(B) 141.06º 0.88% 0.67% -
XYZ 16.05 29.76 11.2 -
YUV 114.68 104.47 60.47 -
System Red Green Blue C M Y K H S L
Decimal 20 171 73 0.88 0 0.57 0.33 141.06 0.79 0.37
Hex 14 AB 49 58 0 39 21 8D 4F 25
Octal 24 253 111 130 0 71 41 215 117 45
Binary 10100 10101011 1001001 1011000 0 111001 100001 10001101 1001111 100101

Color Harmonies of #14AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB49

Black with #14AB49

Text Example


Text Example

White with #14AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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