#13AE52

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

Shades of Pigment Green #13AE52

Tints of Pigment Green #13AE52

Color information

#13AE52 (or 0x13AE52) is unknown color: approx Pigment Green. HEX triplet: 13, AE and 52. RGB value is (19,174,82). Sum of RGB (Red+Green+Blue) = 19+174+82=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 174 (68.36% from 255 or 63.27% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE52 is #EC51AD. Grayscale: #757575. Windows color (decimal): -15487406 or 5418515. OLE color: 5418515.

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

Color convert

RGB1917482-
CMYK0.8900.530.32
HSL144.39º80.31%37.84%-
HSV(B)144.39º89.08%68.24%-
XYZ16.9331.0213.08-
YUV117.17108.1557.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 174 (68.36% from 255) = 63.27%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=6.91%
G=63.27%
B=29.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19174820.8900.530.32144.3980.3137.84
Hex13AE525903520905026
Octal232561221310654022012046
Binary1001110101110101001010110010110101100000100100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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