Html Css Color HEX #14974A Pigment Green

📋 copy color: '#14974A'

red 20 ◦ green 151 ◦ blue 74

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

Shades of Pigment Green #14974A

Tints of Pigment Green #14974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 61.63%

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

R = 8.16%
G = 61.63%
B = 30.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#14974A (or 0x14974A) is known color: Pigment Green. HEX triplet: 14, 97 and 4A. RGB value is (20,151,74). Sum of RGB (Red+Green+Blue) = 20+151+74=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #14974A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14974A is #EB68B5. Grayscale: #676767. Windows color (decimal): -15427766 or 4888340. OLE color: 4888340.

HSL color Cylindrical-coordinate representation of color #14974A: hue angle of 144.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14974A is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 74 -
CMYK 0.87 0 0.51 0.41
HSL 144.73º 0.77% 0.34% -
HSV(B) 144.73º 0.87% 0.59% -
XYZ 12.59 22.78 10.21 -
YUV 103.05 111.6 68.76 -
System Red Green Blue C M Y K H S L
Decimal 20 151 74 0.87 0 0.51 0.41 144.73 0.77 0.34
Hex 14 97 4A 57 0 33 29 91 4D 22
Octal 24 227 112 127 0 63 51 221 115 42
Binary 10100 10010111 1001010 1010111 0 110011 101001 10010001 1001101 100010

Color Harmonies of #14974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14974A

Black with #14974A

Text Example


Text Example

White with #14974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14974A; }

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

 H1.HeaderClassName
 {
   color: #14974A;
 }
 .AnyTagClassName
 {
   color: #14974A;
 }
</style>

background-color css

<style>
 a { background-color: #14974A; }

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

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

border-color css

<style>
 span { border-color: #14974A; }

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

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