#13AE4D

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

Shades of Pigment Green #13AE4D

Tints of Pigment Green #13AE4D

Color information

#13AE4D (or 0x13AE4D) is unknown color: approx Pigment Green. HEX triplet: 13, AE and 4D. RGB value is (19,174,77). Sum of RGB (Red+Green+Blue) = 19+174+77=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 174 (68.36% from 255 or 64.44% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE4D is #EC51B2. Grayscale: #747474. Windows color (decimal): -15487411 or 5090835. OLE color: 5090835.

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

Color convert

RGB1917477-
CMYK0.8900.560.32
HSL142.45º80.31%37.84%-
HSV(B)142.45º89.08%68.24%-
XYZ16.7430.9512.11-
YUV116.6105.6558.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 174 (68.36% from 255) = 64.44%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=7.04%
G=64.44%
B=28.52%

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
Decimal19174770.8900.560.32142.4580.3137.84
Hex13AE4D59038208e5026
Octal232561151310704021612046
Binary1001110101110100110110110010111000100000100011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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