Html Css Color HEX #149A44 Pigment Green

📋 copy color: '#149A44'

red 20 ◦ green 154 ◦ blue 68

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

Shades of Pigment Green #149A44

Tints of Pigment Green #149A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.1%

R = 8.26%
G = 63.64%
B = 28.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#149A44 (or 0x149A44) is known color: Pigment Green. HEX triplet: 14, 9A and 44. RGB value is (20,154,68). Sum of RGB (Red+Green+Blue) = 20+154+68=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 154 (60.55% from 255 or 63.64% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 154 - color contains mainly: green. Hex color #149A44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A44 is #EB65BB. Grayscale: #686868. Windows color (decimal): -15427004 or 4495892. OLE color: 4495892.

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

Color convert

RGB 20 154 68 -
CMYK 0.87 0 0.56 0.40
HSL 141.49º 0.77% 0.34% -
HSV(B) 141.49º 0.87% 0.6% -
XYZ 12.89 23.68 9.36 -
YUV 104.13 107.61 67.99 -
System Red Green Blue C M Y K H S L
Decimal 20 154 68 0.87 0 0.56 0.40 141.49 0.77 0.34
Hex 14 9A 44 57 0 38 28 8D 4D 22
Octal 24 232 104 127 0 70 50 215 115 42
Binary 10100 10011010 1000100 1010111 0 111000 101000 10001101 1001101 100010

Color Harmonies of #149A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149A44

Black with #149A44

Text Example


Text Example

White with #149A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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