#13AC5D

Color #13AC5D Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #13AC5D

Tints of Pigment Green #13AC5D

Color information

#13AC5D (or 0x13AC5D) is unknown color: approx Pigment Green. HEX triplet: 13, AC and 5D. RGB value is (19,172,93). Sum of RGB (Red+Green+Blue) = 19+172+93=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC5D is #EC53A2. Grayscale: #757575. Windows color (decimal): -15487907 or 6138899. OLE color: 6138899.

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

Color convert

RGB1917293-
CMYK0.8900.460.33
HSL149.02º80.1%37.45%-
HSV(B)149.02º88.95%67.45%-
XYZ1730.4315.33-
YUV117.25114.3157.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 172 (67.58% from 255) = 60.56%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=6.69%
G=60.56%
B=32.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19172930.8900.460.33149.0280.137.45
Hex13AC5D5902E21955025
Octal232541351310564122512045
Binary1001110101100101110110110010101110100001100101011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13AC5D;
 }
 .AnyTagClassName
 {
   color: #13AC5D;
 }
</style>
background-color css

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

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

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

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

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

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