#13AE4E

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

Shades of Pigment Green #13AE4E

Tints of Pigment Green #13AE4E

Color information

#13AE4E (or 0x13AE4E) is unknown color: approx Pigment Green. HEX triplet: 13, AE and 4E. RGB value is (19,174,78). Sum of RGB (Red+Green+Blue) = 19+174+78=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 174 (68.36% from 255 or 64.21% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE4E is #EC51B1. Grayscale: #747474. Windows color (decimal): -15487410 or 5156371. OLE color: 5156371.

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

Color convert

RGB1917478-
CMYK0.8900.550.32
HSL142.84º80.31%37.84%-
HSV(B)142.84º89.08%68.24%-
XYZ16.7830.9612.3-
YUV116.71106.1558.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 174 (68.36% from 255) = 64.21%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=7.01%
G=64.21%
B=28.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19174780.8900.550.32142.8480.3137.84
Hex13AE4E59037208f5026
Octal232561161310674021712046
Binary1001110101110100111010110010110111100000100011111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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