Html Css Color HEX #14A64C Pigment Green

📋 copy color: '#14A64C'

red 20 ◦ green 166 ◦ blue 76

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

Shades of Pigment Green #14A64C

Tints of Pigment Green #14A64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 63.36%

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

R = 7.63%
G = 63.36%
B = 29.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#14A64C (or 0x14A64C) is known color: Pigment Green. HEX triplet: 14, A6 and 4C. RGB value is (20,166,76). Sum of RGB (Red+Green+Blue) = 20+166+76=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 166 (65.23% from 255 or 63.36% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 166 - color contains mainly: green. Hex color #14A64C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A64C is #EB59B3. Grayscale: #707070. Windows color (decimal): -15423924 or 5023252. OLE color: 5023252.

HSL color Cylindrical-coordinate representation of color #14A64C: hue angle of 143.01º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A64C is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 166 76 -
CMYK 0.88 0 0.54 0.35
HSL 143.01º 0.78% 0.36% -
HSV(B) 143.01º 0.88% 0.65% -
XYZ 15.23 27.94 11.43 -
YUV 112.09 107.63 62.32 -
System Red Green Blue C M Y K H S L
Decimal 20 166 76 0.88 0 0.54 0.35 143.01 0.78 0.36
Hex 14 A6 4C 58 0 36 23 8F 4E 24
Octal 24 246 114 130 0 66 43 217 116 44
Binary 10100 10100110 1001100 1011000 0 110110 100011 10001111 1001110 100100

Color Harmonies of #14A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A64C

Black with #14A64C

Text Example


Text Example

White with #14A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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