Shades of Pigment Green #13BC5D
Tints of Pigment Green #13BC5D
RGB
CMYK
RGB Variations
Color information
#13BC5D (or 0x13BC5D) is known color: Pigment Green. HEX triplet: 13, BC and 5D. RGB value is (19,188,93). Sum of RGB (Red+Green+Blue) = 19+188+93=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC5D is #EC43A2. Grayscale: #7E7E7E. Windows color (decimal): -15483811 or 6142995. OLE color: 6142995.
HSL color Cylindrical-coordinate representation of color #13BC5D: hue angle of 146.27º 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 #13BC5D is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 93 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.26 |
| HSL | 146.27º | 0.82% | 0.41% | - |
| HSV(B) | 146.27º | 0.9% | 0.74% | - |
| XYZ | 20.23 | 36.9 | 16.41 | - |
| YUV | 126.64 | 109.01 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 93 | 0.90 | 0 | 0.51 | 0.26 | 146.27 | 0.82 | 0.41 |
| Hex | 13 | BC | 5D | 5A | 0 | 33 | 1A | 92 | 52 | 29 |
| Octal | 23 | 274 | 135 | 132 | 0 | 63 | 32 | 222 | 122 | 51 |
| Binary | 10011 | 10111100 | 1011101 | 1011010 | 0 | 110011 | 11010 | 10010010 | 1010010 | 101001 |
Color Harmonies of #13BC5D
Complementary color
Monochromatic Colors of #13BC5D
Black with #13BC5D
Text Example
Text Example
White with #13BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC5D; }
p { color: rgb(19,188,93); }
H1.HeaderClassName
{
color: #13BC5D;
}
.AnyTagClassName
{
color: #13BC5D;
}
</style>
background-color css
<style>
a { background-color: #13BC5D; }
a { background-color: rgb(19,188,93); }
div.DivClassName
{
background-color: #13BC5D;
}
.BgClassName
{
background-color: #13BC5D;
}
</style>
border-color css
<style>
span { border-color: #13BC5D; }
span { border-color: rgb(19,188,93); }
td.TdClassName
{
border-color: #13BC5D;
}
.TagClassName
{
border-color: #13BC5D;
}
</style>