Html Css Color HEX #149D47 Pigment Green

📋 copy color: '#149D47'

red 20 ◦ green 157 ◦ blue 71

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

Shades of Pigment Green #149D47

Tints of Pigment Green #149D47

RGB

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

 GREEN value IS 157 (61.72% from 255) = 63.31%

 BLUE value IS 71 (28.13% from 255) = 28.63%

R = 8.06%
G = 63.31%
B = 28.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#149D47 (or 0x149D47) is known color: Pigment Green. HEX triplet: 14, 9D and 47. RGB value is (20,157,71). Sum of RGB (Red+Green+Blue) = 20+157+71=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #149D47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D47 is #EB62B8. Grayscale: #6A6A6A. Windows color (decimal): -15426233 or 4693268. OLE color: 4693268.

HSL color Cylindrical-coordinate representation of color #149D47: hue angle of 142.34º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D47 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 157 71 -
CMYK 0.87 0 0.55 0.38
HSL 142.34º 0.77% 0.35% -
HSV(B) 142.34º 0.87% 0.62% -
XYZ 13.48 24.72 10.02 -
YUV 106.23 108.11 66.49 -
System Red Green Blue C M Y K H S L
Decimal 20 157 71 0.87 0 0.55 0.38 142.34 0.77 0.35
Hex 14 9D 47 57 0 37 26 8E 4D 23
Octal 24 235 107 127 0 67 46 216 115 43
Binary 10100 10011101 1000111 1010111 0 110111 100110 10001110 1001101 100011

Color Harmonies of #149D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149D47

Black with #149D47

Text Example


Text Example

White with #149D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149D47; }

 p { color: rgb(20,157,71); }

 H1.HeaderClassName
 {
   color: #149D47;
 }
 .AnyTagClassName
 {
   color: #149D47;
 }
</style>

background-color css

<style>
 a { background-color: #149D47; }

 a { background-color: rgb(20,157,71); }

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

border-color css

<style>
 span { border-color: #149D47; }

 span { border-color: rgb(20,157,71); }

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