Html Css Color HEX #149A4D Pigment Green

📋 copy color: '#149A4D'

red 20 ◦ green 154 ◦ blue 77

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

Shades of Pigment Green #149A4D

Tints of Pigment Green #149A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 61.35%

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

R = 7.97%
G = 61.35%
B = 30.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#149A4D (or 0x149A4D) is known color: Pigment Green. HEX triplet: 14, 9A and 4D. RGB value is (20,154,77). Sum of RGB (Red+Green+Blue) = 20+154+77=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 154 (60.55% from 255 or 61.35% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 154 - color contains mainly: green. Hex color #149A4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149A4D is #EB65B2. Grayscale: #696969. Windows color (decimal): -15426995 or 5085716. OLE color: 5085716.

HSL color Cylindrical-coordinate representation of color #149A4D: hue angle of 145.52º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A4D is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 154 77 -
CMYK 0.87 0 0.50 0.40
HSL 145.52º 0.77% 0.34% -
HSV(B) 145.52º 0.87% 0.6% -
XYZ 13.18 23.8 10.92 -
YUV 105.16 112.11 67.26 -
System Red Green Blue C M Y K H S L
Decimal 20 154 77 0.87 0 0.50 0.40 145.52 0.77 0.34
Hex 14 9A 4D 57 0 32 28 92 4D 22
Octal 24 232 115 127 0 62 50 222 115 42
Binary 10100 10011010 1001101 1010111 0 110010 101000 10010010 1001101 100010

Color Harmonies of #149A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149A4D

Black with #149A4D

Text Example


Text Example

White with #149A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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