Html Css Color HEX #149A3E Pigment Green

📋 copy color: '#149A3E'

red 20 ◦ green 154 ◦ blue 62

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

Shades of Pigment Green #149A3E

Tints of Pigment Green #149A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.27%

R = 8.47%
G = 65.25%
B = 26.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#149A3E (or 0x149A3E) is known color: Pigment Green. HEX triplet: 14, 9A and 3E. RGB value is (20,154,62). Sum of RGB (Red+Green+Blue) = 20+154+62=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #149A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A3E is #EB65C1. Grayscale: #676767. Windows color (decimal): -15427010 or 4102676. OLE color: 4102676.

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

Color convert

RGB 20 154 62 -
CMYK 0.87 0 0.60 0.40
HSL 138.81º 0.77% 0.34% -
HSV(B) 138.81º 0.87% 0.6% -
XYZ 12.71 23.61 8.44 -
YUV 103.45 104.61 68.48 -
System Red Green Blue C M Y K H S L
Decimal 20 154 62 0.87 0 0.60 0.40 138.81 0.77 0.34
Hex 14 9A 3E 57 0 3C 28 8B 4D 22
Octal 24 232 76 127 0 74 50 213 115 42
Binary 10100 10011010 111110 1010111 0 111100 101000 10001011 1001101 100010

Color Harmonies of #149A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149A3E

Black with #149A3E

Text Example


Text Example

White with #149A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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