Html Css Color HEX #14954A Pigment Green

📋 copy color: '#14954A'

red 20 ◦ green 149 ◦ blue 74

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

Shades of Pigment Green #14954A

Tints of Pigment Green #14954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 61.32%

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

R = 8.23%
G = 61.32%
B = 30.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#14954A (or 0x14954A) is known color: Pigment Green. HEX triplet: 14, 95 and 4A. RGB value is (20,149,74). Sum of RGB (Red+Green+Blue) = 20+149+74=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #14954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14954A is #EB6AB5. Grayscale: #666666. Windows color (decimal): -15428278 or 4887828. OLE color: 4887828.

HSL color Cylindrical-coordinate representation of color #14954A: hue angle of 145.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14954A is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 74 -
CMYK 0.87 0 0.50 0.42
HSL 145.12º 0.76% 0.33% -
HSV(B) 145.12º 0.87% 0.58% -
XYZ 12.27 22.14 10.1 -
YUV 101.88 112.26 69.6 -
System Red Green Blue C M Y K H S L
Decimal 20 149 74 0.87 0 0.50 0.42 145.12 0.76 0.33
Hex 14 95 4A 57 0 32 2A 91 4C 21
Octal 24 225 112 127 0 62 52 221 114 41
Binary 10100 10010101 1001010 1010111 0 110010 101010 10010001 1001100 100001

Color Harmonies of #14954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14954A

Black with #14954A

Text Example


Text Example

White with #14954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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