#13AE56

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

Shades of Pigment Green #13AE56

Tints of Pigment Green #13AE56

Color information

#13AE56 (or 0x13AE56) is unknown color: approx Pigment Green. HEX triplet: 13, AE and 56. RGB value is (19,174,86). Sum of RGB (Red+Green+Blue) = 19+174+86=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 174 (68.36% from 255 or 62.37% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE56 is #EC51A9. Grayscale: #757575. Windows color (decimal): -15487402 or 5680659. OLE color: 5680659.

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

Color convert

RGB1917486-
CMYK0.8900.510.32
HSL145.94º80.31%37.84%-
HSV(B)145.94º89.08%68.24%-
XYZ17.0831.0813.9-
YUV117.62110.1557.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 174 (68.36% from 255) = 62.37%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=6.81%
G=62.37%
B=30.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19174860.8900.510.32145.9480.3137.84
Hex13AE565903320925026
Octal232561261310634022212046
Binary1001110101110101011010110010110011100000100100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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