Html Css Color HEX #14A048 Pigment Green

📋 copy color: '#14A048'

red 20 ◦ green 160 ◦ blue 72

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

Shades of Pigment Green #14A048

Tints of Pigment Green #14A048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 63.49%

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

R = 7.94%
G = 63.49%
B = 28.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#14A048 (or 0x14A048) is known color: Pigment Green. HEX triplet: 14, A0 and 48. RGB value is (20,160,72). Sum of RGB (Red+Green+Blue) = 20+160+72=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #14A048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A048 is #EB5FB7. Grayscale: #6C6C6C. Windows color (decimal): -15425464 or 4759572. OLE color: 4759572.

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

Color convert

RGB 20 160 72 -
CMYK 0.88 0 0.55 0.37
HSL 142.29º 0.78% 0.35% -
HSV(B) 142.29º 0.88% 0.63% -
XYZ 14.03 25.76 10.36 -
YUV 108.11 107.62 65.16 -
System Red Green Blue C M Y K H S L
Decimal 20 160 72 0.88 0 0.55 0.37 142.29 0.78 0.35
Hex 14 A0 48 58 0 37 25 8E 4E 23
Octal 24 240 110 130 0 67 45 216 116 43
Binary 10100 10100000 1001000 1011000 0 110111 100101 10001110 1001110 100011

Color Harmonies of #14A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A048

Black with #14A048

Text Example


Text Example

White with #14A048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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