Html Css Color HEX #149D43 Pigment Green

📋 copy color: '#149D43'

red 20 ◦ green 157 ◦ blue 67

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

Shades of Pigment Green #149D43

Tints of Pigment Green #149D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.46%

R = 8.2%
G = 64.34%
B = 27.46%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#149D43 (or 0x149D43) is known color: Pigment Green. HEX triplet: 14, 9D and 43. RGB value is (20,157,67). Sum of RGB (Red+Green+Blue) = 20+157+67=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 157 (61.72% from 255 or 64.34% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 157 - color contains mainly: green. Hex color #149D43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D43 is #EB62BC. Grayscale: #6A6A6A. Windows color (decimal): -15426237 or 4431124. OLE color: 4431124.

HSL color Cylindrical-coordinate representation of color #149D43: hue angle of 140.58º 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 #149D43 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 157 67 -
CMYK 0.87 0 0.57 0.38
HSL 140.58º 0.77% 0.35% -
HSV(B) 140.58º 0.87% 0.62% -
XYZ 13.36 24.67 9.37 -
YUV 105.78 106.11 66.82 -
System Red Green Blue C M Y K H S L
Decimal 20 157 67 0.87 0 0.57 0.38 140.58 0.77 0.35
Hex 14 9D 43 57 0 39 26 8D 4D 23
Octal 24 235 103 127 0 71 46 215 115 43
Binary 10100 10011101 1000011 1010111 0 111001 100110 10001101 1001101 100011

Color Harmonies of #149D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149D43

Black with #149D43

Text Example


Text Example

White with #149D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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