#13BC5F

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

Shades of Pigment Green #13BC5F

Tints of Pigment Green #13BC5F

Color information

#13BC5F (or 0x13BC5F) is unknown color: approx Pigment Green. HEX triplet: 13, BC and 5F. RGB value is (19,188,95). Sum of RGB (Red+Green+Blue) = 19+188+95=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC5F is #EC43A0. Grayscale: #7F7F7F. Windows color (decimal): -15483809 or 6274067. OLE color: 6274067.

HSL color Cylindrical-coordinate representation of color #13BC5F: hue angle of 146.98º 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 #13BC5F is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1918895-
CMYK0.9000.490.26
HSL146.98º81.64%40.59%-
HSV(B)146.98º89.89%73.73%-
XYZ20.3236.9316.88-
YUV126.87110.0151.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 188 (73.83% from 255) = 62.25%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=6.29%
G=62.25%
B=31.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19188950.9000.490.26146.9881.6440.59
Hex13BC5F5A0311A935229
Octal232741371320613222312251
Binary100111011110010111111011010011000111010100100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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