Html Css Color HEX #149C54 Pigment Green

📋 copy color: '#149C54'

red 20 ◦ green 156 ◦ blue 84

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

Shades of Pigment Green #149C54

Tints of Pigment Green #149C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.31%

R = 7.69%
G = 60%
B = 32.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#149C54 (or 0x149C54) is known color: Pigment Green. HEX triplet: 14, 9C and 54. RGB value is (20,156,84). Sum of RGB (Red+Green+Blue) = 20+156+84=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 156 (61.33% from 255 or 60% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 156 - color contains mainly: green. Hex color #149C54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C54 is #EB63AB. Grayscale: #6B6B6B. Windows color (decimal): -15426476 or 5544980. OLE color: 5544980.

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

Color convert

RGB 20 156 84 -
CMYK 0.87 0 0.46 0.39
HSL 148.24º 0.77% 0.35% -
HSV(B) 148.24º 0.87% 0.61% -
XYZ 13.78 24.57 12.4 -
YUV 107.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 20 156 84 0.87 0 0.46 0.39 148.24 0.77 0.35
Hex 14 9C 54 57 0 2E 27 94 4D 23
Octal 24 234 124 127 0 56 47 224 115 43
Binary 10100 10011100 1010100 1010111 0 101110 100111 10010100 1001101 100011

Color Harmonies of #149C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C54

Black with #149C54

Text Example


Text Example

White with #149C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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