#13AA54

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

Shades of Pigment Green #13AA54

Tints of Pigment Green #13AA54

Color information

#13AA54 (or 0x13AA54) is unknown color: approx Pigment Green. HEX triplet: 13, AA and 54. RGB value is (19,170,84). Sum of RGB (Red+Green+Blue) = 19+170+84=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA54 is #EC55AB. Grayscale: #737373. Windows color (decimal): -15488428 or 5548563. OLE color: 5548563.

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

Color convert

RGB1917084-
CMYK0.8900.510.33
HSL145.83º79.89%37.06%-
HSV(B)145.83º88.82%66.67%-
XYZ16.2429.5313.23-
YUV115.05110.4759.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.96%
GREEN value IS 170 (66.80% from 255) = 62.27%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=6.96%
G=62.27%
B=30.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19170840.8900.510.33145.8379.8937.06
Hex13AA545903321925025
Octal232521241310634122212045
Binary1001110101010101010010110010110011100001100100101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,170,84); }

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

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

 a { background-color: rgb(19,170,84); }

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

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

 span { border-color: rgb(19,170,84); }

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