Html Css Color HEX #13AC4C Pigment Green

📋 copy color: '#13AC4C'

red 19 ◦ green 172 ◦ blue 76

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

Shades of Pigment Green #13AC4C

Tints of Pigment Green #13AC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 7.12%
G = 64.42%
B = 28.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#13AC4C (or 0x13AC4C) is known color: Pigment Green. HEX triplet: 13, AC and 4C. RGB value is (19,172,76). Sum of RGB (Red+Green+Blue) = 19+172+76=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 172 (67.58% from 255 or 64.42% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AC4C is #EC53B3. Grayscale: #737373. Windows color (decimal): -15487924 or 5024787. OLE color: 5024787.

HSL color Cylindrical-coordinate representation of color #13AC4C: hue angle of 142.35º 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 #13AC4C is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 172 76 -
CMYK 0.89 0 0.56 0.33
HSL 142.35º 0.8% 0.37% -
HSV(B) 142.35º 0.89% 0.67% -
XYZ 16.33 30.17 11.8 -
YUV 115.31 105.81 59.31 -
System Red Green Blue C M Y K H S L
Decimal 19 172 76 0.89 0 0.56 0.33 142.35 0.8 0.37
Hex 13 AC 4C 59 0 38 21 8E 50 25
Octal 23 254 114 131 0 70 41 216 120 45
Binary 10011 10101100 1001100 1011001 0 111000 100001 10001110 1010000 100101

Color Harmonies of #13AC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC4C

Black with #13AC4C

Text Example


Text Example

White with #13AC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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