Html Css Color HEX #14A050 Pigment Green

📋 copy color: '#14A050'

red 20 ◦ green 160 ◦ blue 80

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

Shades of Pigment Green #14A050

Tints of Pigment Green #14A050

RGB

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

 GREEN value IS 160 (62.89% from 255) = 61.54%

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 7.69%
G = 61.54%
B = 30.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#14A050 (or 0x14A050) is known color: Pigment Green. HEX triplet: 14, A0 and 50. RGB value is (20,160,80). Sum of RGB (Red+Green+Blue) = 20+160+80=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 160 (62.89% from 255 or 61.54% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 160 - color contains mainly: green. Hex color #14A050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A050 is #EB5FAF. Grayscale: #6D6D6D. Windows color (decimal): -15425456 or 5283860. OLE color: 5283860.

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

Color convert

RGB 20 160 80 -
CMYK 0.88 0 0.5 0.37
HSL 145.71º 0.78% 0.35% -
HSV(B) 145.71º 0.88% 0.63% -
XYZ 14.31 25.87 11.83 -
YUV 109.02 111.62 64.5 -
System Red Green Blue C M Y K H S L
Decimal 20 160 80 0.88 0 0.5 0.37 145.71 0.78 0.35
Hex 14 A0 50 58 0 32 25 92 4E 23
Octal 24 240 120 130 0 62 45 222 116 43
Binary 10100 10100000 1010000 1011000 0 110010 100101 10010010 1001110 100011

Color Harmonies of #14A050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A050

Black with #14A050

Text Example


Text Example

White with #14A050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,160,80); }

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

background-color css

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

 a { background-color: rgb(20,160,80); }

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

border-color css

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

 span { border-color: rgb(20,160,80); }

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