#13AC5E

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

Shades of Pigment Green #13AC5E

Tints of Pigment Green #13AC5E

Color information

#13AC5E (or 0x13AC5E) is unknown color: approx Pigment Green. HEX triplet: 13, AC and 5E. RGB value is (19,172,94). Sum of RGB (Red+Green+Blue) = 19+172+94=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC5E is #EC53A1. Grayscale: #757575. Windows color (decimal): -15487906 or 6204435. OLE color: 6204435.

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

Color convert

RGB1917294-
CMYK0.8900.450.33
HSL149.41º80.1%37.45%-
HSV(B)149.41º88.95%67.45%-
XYZ17.0430.4515.57-
YUV117.36114.8157.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.67%
GREEN value IS 172 (67.58% from 255) = 60.35%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=6.67%
G=60.35%
B=32.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19172940.8900.450.33149.4180.137.45
Hex13AC5E5902D21955025
Octal232541361310554122512045
Binary1001110101100101111010110010101101100001100101011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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