Html Css Color HEX #149F41 Pigment Green

📋 copy color: '#149F41'

red 20 ◦ green 159 ◦ blue 65

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

Shades of Pigment Green #149F41

Tints of Pigment Green #149F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 65.16%

 BLUE value IS 65 (25.78% from 255) = 26.64%

R = 8.2%
G = 65.16%
B = 26.64%

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

#149F41 (or 0x149F41) is known color: Pigment Green. HEX triplet: 14, 9F and 41. RGB value is (20,159,65). Sum of RGB (Red+Green+Blue) = 20+159+65=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 159 (62.5% from 255 or 65.16% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 159 - color contains mainly: green. Hex color #149F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149F41 is #EB60BE. Grayscale: #6A6A6A. Windows color (decimal): -15425727 or 4300564. OLE color: 4300564.

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

Color convert

RGB 20 159 65 -
CMYK 0.87 0 0.59 0.38
HSL 139.42º 0.78% 0.35% -
HSV(B) 139.42º 0.87% 0.62% -
XYZ 13.64 25.33 9.17 -
YUV 106.72 104.45 66.14 -
System Red Green Blue C M Y K H S L
Decimal 20 159 65 0.87 0 0.59 0.38 139.42 0.78 0.35
Hex 14 9F 41 57 0 3B 26 8B 4E 23
Octal 24 237 101 127 0 73 46 213 116 43
Binary 10100 10011111 1000001 1010111 0 111011 100110 10001011 1001110 100011

Color Harmonies of #149F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149F41

Black with #149F41

Text Example


Text Example

White with #149F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,159,65); }

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

background-color css

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

 a { background-color: rgb(20,159,65); }

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

border-color css

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

 span { border-color: rgb(20,159,65); }

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