Html Css Color HEX #149D3E Pigment Green

📋 copy color: '#149D3E'

red 20 ◦ green 157 ◦ blue 62

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

Shades of Pigment Green #149D3E

Tints of Pigment Green #149D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 8.37%
G = 65.69%
B = 25.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#149D3E (or 0x149D3E) is known color: Pigment Green. HEX triplet: 14, 9D and 3E. RGB value is (20,157,62). Sum of RGB (Red+Green+Blue) = 20+157+62=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 157 (61.72% from 255 or 65.69% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 157 - color contains mainly: green. Hex color #149D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D3E is #EB62C1. Grayscale: #696969. Windows color (decimal): -15426242 or 4103444. OLE color: 4103444.

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

Color convert

RGB 20 157 62 -
CMYK 0.87 0 0.61 0.38
HSL 138.39º 0.77% 0.35% -
HSV(B) 138.39º 0.87% 0.62% -
XYZ 13.21 24.61 8.61 -
YUV 105.21 103.61 67.22 -
System Red Green Blue C M Y K H S L
Decimal 20 157 62 0.87 0 0.61 0.38 138.39 0.77 0.35
Hex 14 9D 3E 57 0 3D 26 8A 4D 23
Octal 24 235 76 127 0 75 46 212 115 43
Binary 10100 10011101 111110 1010111 0 111101 100110 10001010 1001101 100011

Color Harmonies of #149D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149D3E

Black with #149D3E

Text Example


Text Example

White with #149D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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