#13AE4C

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

Shades of Pigment Green #13AE4C

Tints of Pigment Green #13AE4C

Color information

#13AE4C (or 0x13AE4C) is unknown color: approx Pigment Green. HEX triplet: 13, AE and 4C. RGB value is (19,174,76). Sum of RGB (Red+Green+Blue) = 19+174+76=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AE4C is #EC51B3. Grayscale: #747474. Windows color (decimal): -15487412 or 5025299. OLE color: 5025299.

HSL color Cylindrical-coordinate representation of color #13AE4C: hue angle of 142.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AE4C is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1917476-
CMYK0.8900.560.32
HSL142.06º80.31%37.84%-
HSV(B)142.06º89.08%68.24%-
XYZ16.7130.9311.93-
YUV116.48105.1558.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.06%
GREEN value IS 174 (68.36% from 255) = 64.68%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=7.06%
G=64.68%
B=28.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19174760.8900.560.32142.0680.3137.84
Hex13AE4C59038208e5026
Octal232561141310704021612046
Binary1001110101110100110010110010111000100000100011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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