Html Css Color HEX #149C3E Pigment Green

📋 copy color: '#149C3E'

red 20 ◦ green 156 ◦ blue 62

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

Shades of Pigment Green #149C3E

Tints of Pigment Green #149C3E

RGB

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

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

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

R = 8.4%
G = 65.55%
B = 26.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#149C3E (or 0x149C3E) is known color: Pigment Green. HEX triplet: 14, 9C and 3E. RGB value is (20,156,62). Sum of RGB (Red+Green+Blue) = 20+156+62=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 156 (61.33% from 255 or 65.55% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 156 - color contains mainly: green. Hex color #149C3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C3E is #EB63C1. Grayscale: #686868. Windows color (decimal): -15426498 or 4103188. OLE color: 4103188.

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

Color convert

RGB 20 156 62 -
CMYK 0.87 0 0.60 0.39
HSL 138.53º 0.77% 0.35% -
HSV(B) 138.53º 0.87% 0.61% -
XYZ 13.05 24.27 8.56 -
YUV 104.62 103.94 67.64 -
System Red Green Blue C M Y K H S L
Decimal 20 156 62 0.87 0 0.60 0.39 138.53 0.77 0.35
Hex 14 9C 3E 57 0 3C 27 8B 4D 23
Octal 24 234 76 127 0 74 47 213 115 43
Binary 10100 10011100 111110 1010111 0 111100 100111 10001011 1001101 100011

Color Harmonies of #149C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C3E

Black with #149C3E

Text Example


Text Example

White with #149C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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