#13A64B

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

Shades of Pigment Green #13A64B

Tints of Pigment Green #13A64B

Color information

#13A64B (or 0x13A64B) is unknown color: approx Pigment Green. HEX triplet: 13, A6 and 4B. RGB value is (19,166,75). Sum of RGB (Red+Green+Blue) = 19+166+75=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #13A64B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A64B is #EC59B4. Grayscale: #6F6F6F. Windows color (decimal): -15489461 or 4957715. OLE color: 4957715.

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

Color convert

RGB1916675-
CMYK0.8900.550.35
HSL142.86º79.46%36.27%-
HSV(B)142.86º88.55%65.1%-
XYZ15.1727.9211.25-
YUV111.67107.361.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.31%
GREEN value IS 166 (65.23% from 255) = 63.85%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=7.31%
G=63.85%
B=28.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal19166750.8900.550.35142.8679.4636.27
Hex13A64B59037238f4f24
Octal232461131310674321711744
Binary1001110100110100101110110010110111100011100011111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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