Shades of Jade #13BC60
Tints of Jade #13BC60
RGB
CMYK
RGB Variations
Color information
#13BC60 (or 0x13BC60) is known color: Jade. HEX triplet: 13, BC and 60. RGB value is (19,188,96). Sum of RGB (Red+Green+Blue) = 19+188+96=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC60 is #EC439F. Grayscale: #7F7F7F. Windows color (decimal): -15483808 or 6339603. OLE color: 6339603.
HSL color Cylindrical-coordinate representation of color #13BC60: hue angle of 147.34º 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 #13BC60 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 96 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.26 |
| HSL | 147.34º | 0.82% | 0.41% | - |
| HSV(B) | 147.34º | 0.9% | 0.74% | - |
| XYZ | 20.36 | 36.95 | 17.13 | - |
| YUV | 126.98 | 110.51 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 96 | 0.90 | 0 | 0.49 | 0.26 | 147.34 | 0.82 | 0.41 |
| Hex | 13 | BC | 60 | 5A | 0 | 31 | 1A | 93 | 52 | 29 |
| Octal | 23 | 274 | 140 | 132 | 0 | 61 | 32 | 223 | 122 | 51 |
| Binary | 10011 | 10111100 | 1100000 | 1011010 | 0 | 110001 | 11010 | 10010011 | 1010010 | 101001 |
Color Harmonies of #13BC60
Complementary color
Monochromatic Colors of #13BC60
Black with #13BC60
Text Example
Text Example
White with #13BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC60; }
p { color: rgb(19,188,96); }
H1.HeaderClassName
{
color: #13BC60;
}
.AnyTagClassName
{
color: #13BC60;
}
</style>
background-color css
<style>
a { background-color: #13BC60; }
a { background-color: rgb(19,188,96); }
div.DivClassName
{
background-color: #13BC60;
}
.BgClassName
{
background-color: #13BC60;
}
</style>
border-color css
<style>
span { border-color: #13BC60; }
span { border-color: rgb(19,188,96); }
td.TdClassName
{
border-color: #13BC60;
}
.TagClassName
{
border-color: #13BC60;
}
</style>