#13BC5E

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

Shades of Pigment Green #13BC5E

Tints of Pigment Green #13BC5E

Color information

#13BC5E (or 0x13BC5E) is unknown color: approx Pigment Green. HEX triplet: 13, BC and 5E. RGB value is (19,188,94). Sum of RGB (Red+Green+Blue) = 19+188+94=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC5E is #EC43A1. Grayscale: #7E7E7E. Windows color (decimal): -15483810 or 6208531. OLE color: 6208531.

HSL color Cylindrical-coordinate representation of color #13BC5E: hue angle of 146.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC5E is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1918894-
CMYK0.9000.500.26
HSL146.63º81.64%40.59%-
HSV(B)146.63º89.89%73.73%-
XYZ20.2736.9116.65-
YUV126.75109.5151.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 188 (73.83% from 255) = 62.46%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=6.31%
G=62.46%
B=31.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19188940.9000.500.26146.6381.6440.59
Hex13BC5E5A0321A935229
Octal232741361320623222312251
Binary100111011110010111101011010011001011010100100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,188,94); }

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

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

 a { background-color: rgb(19,188,94); }

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

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

 span { border-color: rgb(19,188,94); }

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