Shades of Jade #13BA6B
Tints of Jade #13BA6B
RGB
CMYK
RGB Variations
Color information
#13BA6B (or 0x13BA6B) is known color: Jade. HEX triplet: 13, BA and 6B. RGB value is (19,186,107). Sum of RGB (Red+Green+Blue) = 19+186+107=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BA6B is #EC4594. Grayscale: #7F7F7F. Windows color (decimal): -15484309 or 7059987. OLE color: 7059987.
HSL color Cylindrical-coordinate representation of color #13BA6B: hue angle of 151.62º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA6B is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 107 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.27 |
| HSL | 151.62º | 0.81% | 0.4% | - |
| HSV(B) | 151.62º | 0.9% | 0.73% | - |
| XYZ | 20.48 | 36.32 | 19.84 | - |
| YUV | 127.06 | 116.67 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 107 | 0.90 | 0 | 0.42 | 0.27 | 151.62 | 0.81 | 0.4 |
| Hex | 13 | BA | 6B | 5A | 0 | 2A | 1B | 98 | 51 | 28 |
| Octal | 23 | 272 | 153 | 132 | 0 | 52 | 33 | 230 | 121 | 50 |
| Binary | 10011 | 10111010 | 1101011 | 1011010 | 0 | 101010 | 11011 | 10011000 | 1010001 | 101000 |
Color Harmonies of #13BA6B
Complementary color
Monochromatic Colors of #13BA6B
Black with #13BA6B
Text Example
Text Example
White with #13BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA6B; }
p { color: rgb(19,186,107); }
H1.HeaderClassName
{
color: #13BA6B;
}
.AnyTagClassName
{
color: #13BA6B;
}
</style>
background-color css
<style>
a { background-color: #13BA6B; }
a { background-color: rgb(19,186,107); }
div.DivClassName
{
background-color: #13BA6B;
}
.BgClassName
{
background-color: #13BA6B;
}
</style>
border-color css
<style>
span { border-color: #13BA6B; }
span { border-color: rgb(19,186,107); }
td.TdClassName
{
border-color: #13BA6B;
}
.TagClassName
{
border-color: #13BA6B;
}
</style>