#13A043

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

Shades of Pigment Green #13A043

Tints of Pigment Green #13A043

Color information

#13A043 (or 0x13A043) is unknown color: approx Pigment Green. HEX triplet: 13, A0 and 43. RGB value is (19,160,67). Sum of RGB (Red+Green+Blue) = 19+160+67=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #13A043 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A043 is #EC5FBC. Grayscale: #6B6B6B. Windows color (decimal): -15491005 or 4431891. OLE color: 4431891.

HSL color Cylindrical-coordinate representation of color #13A043: hue angle of 140.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A043 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1916067-
CMYK0.8800.580.37
HSL140.43º78.77%35.1%-
HSV(B)140.43º88.13%62.75%-
XYZ13.8525.699.54-
YUV107.24105.2965.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 160 (62.89% from 255) = 65.04%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=7.72%
G=65.04%
B=27.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal19160670.8800.580.37140.4378.7735.1
Hex13A0435803A258c4f23
Octal232401031300724521411743
Binary1001110100000100001110110000111010100101100011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,160,67); }

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

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

 a { background-color: rgb(19,160,67); }

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

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

 span { border-color: rgb(19,160,67); }

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