Html Css Color HEX #14974C Pigment Green

📋 copy color: '#14974C'

red 20 ◦ green 151 ◦ blue 76

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

Shades of Pigment Green #14974C

Tints of Pigment Green #14974C

RGB

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

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

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

R = 8.1%
G = 61.13%
B = 30.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#14974C (or 0x14974C) is known color: Pigment Green. HEX triplet: 14, 97 and 4C. RGB value is (20,151,76). Sum of RGB (Red+Green+Blue) = 20+151+76=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #14974C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14974C is #EB68B3. Grayscale: #676767. Windows color (decimal): -15427764 or 5019412. OLE color: 5019412.

HSL color Cylindrical-coordinate representation of color #14974C: hue angle of 145.65º 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 #14974C is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 76 -
CMYK 0.87 0 0.50 0.41
HSL 145.65º 0.77% 0.34% -
HSV(B) 145.65º 0.87% 0.59% -
XYZ 12.66 22.8 10.57 -
YUV 103.28 112.6 68.6 -
System Red Green Blue C M Y K H S L
Decimal 20 151 76 0.87 0 0.50 0.41 145.65 0.77 0.34
Hex 14 97 4C 57 0 32 29 92 4D 22
Octal 24 227 114 127 0 62 51 222 115 42
Binary 10100 10010111 1001100 1010111 0 110010 101001 10010010 1001101 100010

Color Harmonies of #14974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14974C

Black with #14974C

Text Example


Text Example

White with #14974C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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