Html Css Color HEX #14A04A Pigment Green

📋 copy color: '#14A04A'

red 20 ◦ green 160 ◦ blue 74

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

Shades of Pigment Green #14A04A

Tints of Pigment Green #14A04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 7.87%
G = 62.99%
B = 29.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#14A04A (or 0x14A04A) is known color: Pigment Green. HEX triplet: 14, A0 and 4A. RGB value is (20,160,74). Sum of RGB (Red+Green+Blue) = 20+160+74=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #14A04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A04A is #EB5FB5. Grayscale: #6C6C6C. Windows color (decimal): -15425462 or 4890644. OLE color: 4890644.

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

Color convert

RGB 20 160 74 -
CMYK 0.88 0 0.54 0.37
HSL 143.14º 0.78% 0.35% -
HSV(B) 143.14º 0.88% 0.63% -
XYZ 14.1 25.78 10.71 -
YUV 108.34 108.62 64.99 -
System Red Green Blue C M Y K H S L
Decimal 20 160 74 0.88 0 0.54 0.37 143.14 0.78 0.35
Hex 14 A0 4A 58 0 36 25 8F 4E 23
Octal 24 240 112 130 0 66 45 217 116 43
Binary 10100 10100000 1001010 1011000 0 110110 100101 10001111 1001110 100011

Color Harmonies of #14A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A04A

Black with #14A04A

Text Example


Text Example

White with #14A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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