Html Css Color HEX #149D40 Pigment Green

📋 copy color: '#149D40'

red 20 ◦ green 157 ◦ blue 64

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

Shades of Pigment Green #149D40

Tints of Pigment Green #149D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 8.3%
G = 65.15%
B = 26.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#149D40 (or 0x149D40) is known color: Pigment Green. HEX triplet: 14, 9D and 40. RGB value is (20,157,64). Sum of RGB (Red+Green+Blue) = 20+157+64=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 157 (61.72% from 255 or 65.15% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 157 - color contains mainly: green. Hex color #149D40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D40 is #EB62BF. Grayscale: #696969. Windows color (decimal): -15426240 or 4234516. OLE color: 4234516.

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

Color convert

RGB 20 157 64 -
CMYK 0.87 0 0.59 0.38
HSL 139.27º 0.77% 0.35% -
HSV(B) 139.27º 0.87% 0.62% -
XYZ 13.27 24.63 8.91 -
YUV 105.44 104.61 67.06 -
System Red Green Blue C M Y K H S L
Decimal 20 157 64 0.87 0 0.59 0.38 139.27 0.77 0.35
Hex 14 9D 40 57 0 3B 26 8B 4D 23
Octal 24 235 100 127 0 73 46 213 115 43
Binary 10100 10011101 1000000 1010111 0 111011 100110 10001011 1001101 100011

Color Harmonies of #149D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149D40

Black with #149D40

Text Example


Text Example

White with #149D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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