Html Css Color HEX #13A049 Pigment Green

📋 copy color: '#13A049'

red 19 ◦ green 160 ◦ blue 73

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

Shades of Pigment Green #13A049

Tints of Pigment Green #13A049

RGB

 RED value IS 19 (7.81% from 255) = 7.54%

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

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 7.54%
G = 63.49%
B = 28.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#13A049 (or 0x13A049) is known color: Pigment Green. HEX triplet: 13, A0 and 49. RGB value is (19,160,73). Sum of RGB (Red+Green+Blue) = 19+160+73=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #13A049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A049 is #EC5FB6. Grayscale: #6C6C6C. Windows color (decimal): -15490999 or 4825107. OLE color: 4825107.

HSL color Cylindrical-coordinate representation of color #13A049: hue angle of 142.98º degrees, saturation: 0.79, 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 #13A049 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 160 73 -
CMYK 0.88 0 0.54 0.37
HSL 142.98º 0.79% 0.35% -
HSV(B) 142.98º 0.88% 0.63% -
XYZ 14.04 25.76 10.54 -
YUV 107.92 108.29 64.57 -
System Red Green Blue C M Y K H S L
Decimal 19 160 73 0.88 0 0.54 0.37 142.98 0.79 0.35
Hex 13 A0 49 58 0 36 25 8F 4F 23
Octal 23 240 111 130 0 66 45 217 117 43
Binary 10011 10100000 1001001 1011000 0 110110 100101 10001111 1001111 100011

Color Harmonies of #13A049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A049

Black with #13A049

Text Example


Text Example

White with #13A049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13A049; }

 p { color: rgb(19,160,73); }

 H1.HeaderClassName
 {
   color: #13A049;
 }
 .AnyTagClassName
 {
   color: #13A049;
 }
</style>

background-color css

<style>
 a { background-color: #13A049; }

 a { background-color: rgb(19,160,73); }

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

border-color css

<style>
 span { border-color: #13A049; }

 span { border-color: rgb(19,160,73); }

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