#13A64C

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

Shades of Pigment Green #13A64C

Tints of Pigment Green #13A64C

Color information

#13A64C (or 0x13A64C) is unknown color: approx Pigment Green. HEX triplet: 13, A6 and 4C. RGB value is (19,166,76). Sum of RGB (Red+Green+Blue) = 19+166+76=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 166 (65.23% from 255 or 63.60% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 166 - color contains mainly: green. Hex color #13A64C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A64C is #EC59B3. Grayscale: #707070. Windows color (decimal): -15489460 or 5023251. OLE color: 5023251.

HSL color Cylindrical-coordinate representation of color #13A64C: hue angle of 143.27º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A64C is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1916676-
CMYK0.8900.540.35
HSL143.27º79.46%36.27%-
HSV(B)143.27º88.55%65.1%-
XYZ15.2127.9311.43-
YUV111.79107.861.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 166 (65.23% from 255) = 63.60%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=7.28%
G=63.60%
B=29.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal19166760.8900.540.35143.2779.4636.27
Hex13A64C59036238f4f24
Octal232461141310664321711744
Binary1001110100110100110010110010110110100011100011111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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