Html Css Color HEX #13AC50 Pigment Green

📋 copy color: '#13AC50'

red 19 ◦ green 172 ◦ blue 80

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

Shades of Pigment Green #13AC50

Tints of Pigment Green #13AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 63.47%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 7.01%
G = 63.47%
B = 29.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#13AC50 (or 0x13AC50) is known color: Pigment Green. HEX triplet: 13, AC and 50. RGB value is (19,172,80). Sum of RGB (Red+Green+Blue) = 19+172+80=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC50 is #EC53AF. Grayscale: #737373. Windows color (decimal): -15487920 or 5286931. OLE color: 5286931.

HSL color Cylindrical-coordinate representation of color #13AC50: hue angle of 143.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC50 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 172 80 -
CMYK 0.89 0 0.53 0.33
HSL 143.92º 0.8% 0.37% -
HSV(B) 143.92º 0.89% 0.67% -
XYZ 16.47 30.22 12.55 -
YUV 115.77 107.81 58.98 -
System Red Green Blue C M Y K H S L
Decimal 19 172 80 0.89 0 0.53 0.33 143.92 0.8 0.37
Hex 13 AC 50 59 0 35 21 90 50 25
Octal 23 254 120 131 0 65 41 220 120 45
Binary 10011 10101100 1010000 1011001 0 110101 100001 10010000 1010000 100101

Color Harmonies of #13AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC50

Black with #13AC50

Text Example


Text Example

White with #13AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,172,80); }

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

background-color css

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

 a { background-color: rgb(19,172,80); }

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

border-color css

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

 span { border-color: rgb(19,172,80); }

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