Html Css Color HEX #13A04A Pigment Green

📋 copy color: '#13A04A'

red 19 ◦ green 160 ◦ blue 74

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

Shades of Pigment Green #13A04A

Tints of Pigment Green #13A04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 7.51%
G = 63.24%
B = 29.25%

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

#13A04A (or 0x13A04A) is known color: Pigment Green. HEX triplet: 13, A0 and 4A. RGB value is (19,160,74). Sum of RGB (Red+Green+Blue) = 19+160+74=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #13A04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A04A is #EC5FB5. Grayscale: #6C6C6C. Windows color (decimal): -15490998 or 4890643. OLE color: 4890643.

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

Color convert

RGB 19 160 74 -
CMYK 0.88 0 0.54 0.37
HSL 143.4º 0.79% 0.35% -
HSV(B) 143.4º 0.88% 0.63% -
XYZ 14.08 25.77 10.71 -
YUV 108.04 108.79 64.49 -
System Red Green Blue C M Y K H S L
Decimal 19 160 74 0.88 0 0.54 0.37 143.4 0.79 0.35
Hex 13 A0 4A 58 0 36 25 8F 4F 23
Octal 23 240 112 130 0 66 45 217 117 43
Binary 10011 10100000 1001010 1011000 0 110110 100101 10001111 1001111 100011

Color Harmonies of #13A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A04A

Black with #13A04A

Text Example


Text Example

White with #13A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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