#13AA46

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

Shades of Pigment Green #13AA46

Tints of Pigment Green #13AA46

Color information

#13AA46 (or 0x13AA46) is unknown color: approx Pigment Green. HEX triplet: 13, AA and 46. RGB value is (19,170,70). Sum of RGB (Red+Green+Blue) = 19+170+70=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA46 is #EC55B9. Grayscale: #717171. Windows color (decimal): -15488442 or 4631059. OLE color: 4631059.

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

Color convert

RGB1917070-
CMYK0.8900.590.33
HSL140.26º79.89%37.06%-
HSV(B)140.26º88.82%66.67%-
XYZ15.7529.3310.63-
YUV113.45103.4760.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 170 (66.80% from 255) = 65.64%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=7.34%
G=65.64%
B=27.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19170700.8900.590.33140.2679.8937.06
Hex13AA465903B218c5025
Octal232521061310734121412045
Binary1001110101010100011010110010111011100001100011001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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