Html Css Color HEX #149F4A Pigment Green

📋 copy color: '#149F4A'

red 20 ◦ green 159 ◦ blue 74

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

Shades of Pigment Green #149F4A

Tints of Pigment Green #149F4A

RGB

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

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

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

R = 7.91%
G = 62.85%
B = 29.25%

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

#149F4A (or 0x149F4A) is known color: Pigment Green. HEX triplet: 14, 9F and 4A. RGB value is (20,159,74). Sum of RGB (Red+Green+Blue) = 20+159+74=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 159 (62.5% from 255 or 62.85% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 159 - color contains mainly: green. Hex color #149F4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149F4A is #EB60B5. Grayscale: #6B6B6B. Windows color (decimal): -15425718 or 4890388. OLE color: 4890388.

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

Color convert

RGB 20 159 74 -
CMYK 0.87 0 0.53 0.38
HSL 143.31º 0.78% 0.35% -
HSV(B) 143.31º 0.87% 0.62% -
XYZ 13.92 25.44 10.66 -
YUV 107.75 108.95 65.41 -
System Red Green Blue C M Y K H S L
Decimal 20 159 74 0.87 0 0.53 0.38 143.31 0.78 0.35
Hex 14 9F 4A 57 0 35 26 8F 4E 23
Octal 24 237 112 127 0 65 46 217 116 43
Binary 10100 10011111 1001010 1010111 0 110101 100110 10001111 1001110 100011

Color Harmonies of #149F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149F4A

Black with #149F4A

Text Example


Text Example

White with #149F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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