Html Css Color HEX #149E4D Pigment Green

📋 copy color: '#149E4D'

red 20 ◦ green 158 ◦ blue 77

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

Shades of Pigment Green #149E4D

Tints of Pigment Green #149E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 61.96%

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 7.84%
G = 61.96%
B = 30.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#149E4D (or 0x149E4D) is known color: Pigment Green. HEX triplet: 14, 9E and 4D. RGB value is (20,158,77). Sum of RGB (Red+Green+Blue) = 20+158+77=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 158 (62.11% from 255 or 61.96% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 158 - color contains mainly: green. Hex color #149E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E4D is #EB61B2. Grayscale: #6B6B6B. Windows color (decimal): -15425971 or 5086740. OLE color: 5086740.

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

Color convert

RGB 20 158 77 -
CMYK 0.87 0 0.51 0.38
HSL 144.78º 0.78% 0.35% -
HSV(B) 144.78º 0.87% 0.62% -
XYZ 13.85 25.14 11.14 -
YUV 107.5 110.78 65.59 -
System Red Green Blue C M Y K H S L
Decimal 20 158 77 0.87 0 0.51 0.38 144.78 0.78 0.35
Hex 14 9E 4D 57 0 33 26 91 4E 23
Octal 24 236 115 127 0 63 46 221 116 43
Binary 10100 10011110 1001101 1010111 0 110011 100110 10010001 1001110 100011

Color Harmonies of #149E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E4D

Black with #149E4D

Text Example


Text Example

White with #149E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,158,77); }

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

background-color css

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

 a { background-color: rgb(20,158,77); }

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

border-color css

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

 span { border-color: rgb(20,158,77); }

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