Html Css Color HEX #149E44 Pigment Green

📋 copy color: '#149E44'

red 20 ◦ green 158 ◦ blue 68

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

Shades of Pigment Green #149E44

Tints of Pigment Green #149E44

RGB

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

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

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

R = 8.13%
G = 64.23%
B = 27.64%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#149E44 (or 0x149E44) is known color: Pigment Green. HEX triplet: 14, 9E and 44. RGB value is (20,158,68). Sum of RGB (Red+Green+Blue) = 20+158+68=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 158 (62.11% from 255 or 64.23% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 158 - color contains mainly: green. Hex color #149E44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E44 is #EB61BB. Grayscale: #6A6A6A. Windows color (decimal): -15425980 or 4496916. OLE color: 4496916.

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

Color convert

RGB 20 158 68 -
CMYK 0.87 0 0.57 0.38
HSL 140.87º 0.78% 0.35% -
HSV(B) 140.87º 0.87% 0.62% -
XYZ 13.56 25.02 9.58 -
YUV 106.48 106.28 66.32 -
System Red Green Blue C M Y K H S L
Decimal 20 158 68 0.87 0 0.57 0.38 140.87 0.78 0.35
Hex 14 9E 44 57 0 39 26 8D 4E 23
Octal 24 236 104 127 0 71 46 215 116 43
Binary 10100 10011110 1000100 1010111 0 111001 100110 10001101 1001110 100011

Color Harmonies of #149E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E44

Black with #149E44

Text Example


Text Example

White with #149E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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