Html Css Color HEX #149C4E Pigment Green

📋 copy color: '#149C4E'

red 20 ◦ green 156 ◦ blue 78

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

Shades of Pigment Green #149C4E

Tints of Pigment Green #149C4E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 61.42%

 BLUE value IS 78 (30.86% from 255) = 30.71%

R = 7.87%
G = 61.42%
B = 30.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#149C4E (or 0x149C4E) is known color: Pigment Green. HEX triplet: 14, 9C and 4E. RGB value is (20,156,78). Sum of RGB (Red+Green+Blue) = 20+156+78=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 156 (61.33% from 255 or 61.42% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 156 - color contains mainly: green. Hex color #149C4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C4E is #EB63B1. Grayscale: #6A6A6A. Windows color (decimal): -15426482 or 5151764. OLE color: 5151764.

HSL color Cylindrical-coordinate representation of color #149C4E: hue angle of 145.59º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C4E is Cyan = 0.87, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 156 78 -
CMYK 0.87 0 0.5 0.39
HSL 145.59º 0.77% 0.35% -
HSV(B) 145.59º 0.87% 0.61% -
XYZ 13.55 24.48 11.22 -
YUV 106.44 111.94 66.34 -
System Red Green Blue C M Y K H S L
Decimal 20 156 78 0.87 0 0.5 0.39 145.59 0.77 0.35
Hex 14 9C 4E 57 0 32 27 92 4D 23
Octal 24 234 116 127 0 62 47 222 115 43
Binary 10100 10011100 1001110 1010111 0 110010 100111 10010010 1001101 100011

Color Harmonies of #149C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C4E

Black with #149C4E

Text Example


Text Example

White with #149C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,156,78); }

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

background-color css

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

 a { background-color: rgb(20,156,78); }

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

border-color css

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

 span { border-color: rgb(20,156,78); }

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