Html Css Color HEX #14A548 Pigment Green

📋 copy color: '#14A548'

red 20 ◦ green 165 ◦ blue 72

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

Shades of Pigment Green #14A548

Tints of Pigment Green #14A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 64.2%

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 7.78%
G = 64.2%
B = 28.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#14A548 (or 0x14A548) is known color: Pigment Green. HEX triplet: 14, A5 and 48. RGB value is (20,165,72). Sum of RGB (Red+Green+Blue) = 20+165+72=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #14A548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A548 is #EB5AB7. Grayscale: #6F6F6F. Windows color (decimal): -15424184 or 4760852. OLE color: 4760852.

HSL color Cylindrical-coordinate representation of color #14A548: hue angle of 141.52º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A548 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 165 72 -
CMYK 0.88 0 0.56 0.35
HSL 141.52º 0.78% 0.36% -
HSV(B) 141.52º 0.88% 0.65% -
XYZ 14.91 27.53 10.66 -
YUV 111.04 105.96 63.06 -
System Red Green Blue C M Y K H S L
Decimal 20 165 72 0.88 0 0.56 0.35 141.52 0.78 0.36
Hex 14 A5 48 58 0 38 23 8E 4E 24
Octal 24 245 110 130 0 70 43 216 116 44
Binary 10100 10100101 1001000 1011000 0 111000 100011 10001110 1001110 100100

Color Harmonies of #14A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A548

Black with #14A548

Text Example


Text Example

White with #14A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A548; }

 p { color: rgb(20,165,72); }

 H1.HeaderClassName
 {
   color: #14A548;
 }
 .AnyTagClassName
 {
   color: #14A548;
 }
</style>

background-color css

<style>
 a { background-color: #14A548; }

 a { background-color: rgb(20,165,72); }

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

border-color css

<style>
 span { border-color: #14A548; }

 span { border-color: rgb(20,165,72); }

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