Html Css Color HEX #149E4A Pigment Green

📋 copy color: '#149E4A'

red 20 ◦ green 158 ◦ blue 74

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

Shades of Pigment Green #149E4A

Tints of Pigment Green #149E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 7.94%
G = 62.7%
B = 29.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#149E4A (or 0x149E4A) is known color: Pigment Green. HEX triplet: 14, 9E and 4A. RGB value is (20,158,74). Sum of RGB (Red+Green+Blue) = 20+158+74=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 158 (62.11% from 255 or 62.70% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 158 - color contains mainly: green. Hex color #149E4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E4A is #EB61B5. Grayscale: #6B6B6B. Windows color (decimal): -15425974 or 4890132. OLE color: 4890132.

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

Color convert

RGB 20 158 74 -
CMYK 0.87 0 0.53 0.38
HSL 143.48º 0.78% 0.35% -
HSV(B) 143.48º 0.87% 0.62% -
XYZ 13.75 25.1 10.6 -
YUV 107.16 109.28 65.83 -
System Red Green Blue C M Y K H S L
Decimal 20 158 74 0.87 0 0.53 0.38 143.48 0.78 0.35
Hex 14 9E 4A 57 0 35 26 8F 4E 23
Octal 24 236 112 127 0 65 46 217 116 43
Binary 10100 10011110 1001010 1010111 0 110101 100110 10001111 1001110 100011

Color Harmonies of #149E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E4A

Black with #149E4A

Text Example


Text Example

White with #149E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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