#13AF56

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

Shades of Pigment Green #13AF56

Tints of Pigment Green #13AF56

Color information

#13AF56 (or 0x13AF56) is unknown color: approx Pigment Green. HEX triplet: 13, AF and 56. RGB value is (19,175,86). Sum of RGB (Red+Green+Blue) = 19+175+86=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF56 is #EC50A9. Grayscale: #767676. Windows color (decimal): -15487146 or 5680915. OLE color: 5680915.

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

Color convert

RGB1917586-
CMYK0.8900.510.31
HSL145.77º80.41%38.04%-
HSV(B)145.77º89.14%68.63%-
XYZ17.2831.4713.97-
YUV118.21109.8257.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.79%
GREEN value IS 175 (68.75% from 255) = 62.5%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=6.79%
G=62.5%
B=30.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19175860.8900.510.31145.7780.4138.04
Hex13AF56590331F925026
Octal232571261310633722212046
Binary100111010111110101101011001011001111111100100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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