Html Css Color HEX #14A44C Pigment Green

📋 copy color: '#14A44C'

red 20 ◦ green 164 ◦ blue 76

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

Shades of Pigment Green #14A44C

Tints of Pigment Green #14A44C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 63.08%

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 7.69%
G = 63.08%
B = 29.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#14A44C (or 0x14A44C) is known color: Pigment Green. HEX triplet: 14, A4 and 4C. RGB value is (20,164,76). Sum of RGB (Red+Green+Blue) = 20+164+76=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 164 (64.45% from 255 or 63.08% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 164 - color contains mainly: green. Hex color #14A44C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A44C is #EB5BB3. Grayscale: #6F6F6F. Windows color (decimal): -15424436 or 5022740. OLE color: 5022740.

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

Color convert

RGB 20 164 76 -
CMYK 0.88 0 0.54 0.36
HSL 143.33º 0.78% 0.36% -
HSV(B) 143.33º 0.88% 0.64% -
XYZ 14.87 27.22 11.31 -
YUV 110.91 108.29 63.16 -
System Red Green Blue C M Y K H S L
Decimal 20 164 76 0.88 0 0.54 0.36 143.33 0.78 0.36
Hex 14 A4 4C 58 0 36 24 8F 4E 24
Octal 24 244 114 130 0 66 44 217 116 44
Binary 10100 10100100 1001100 1011000 0 110110 100100 10001111 1001110 100100

Color Harmonies of #14A44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A44C

Black with #14A44C

Text Example


Text Example

White with #14A44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,164,76); }

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

background-color css

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

 a { background-color: rgb(20,164,76); }

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

border-color css

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

 span { border-color: rgb(20,164,76); }

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