Shades of Jade #13BA6C
Tints of Jade #13BA6C
RGB
CMYK
RGB Variations
Color information
#13BA6C (or 0x13BA6C) is known color: Jade. HEX triplet: 13, BA and 6C. RGB value is (19,186,108). Sum of RGB (Red+Green+Blue) = 19+186+108=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BA6C is #EC4593. Grayscale: #7F7F7F. Windows color (decimal): -15484308 or 7125523. OLE color: 7125523.
HSL color Cylindrical-coordinate representation of color #13BA6C: hue angle of 151.98º 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 #13BA6C is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 108 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.27 |
| HSL | 151.98º | 0.81% | 0.4% | - |
| HSV(B) | 151.98º | 0.9% | 0.73% | - |
| XYZ | 20.53 | 36.34 | 20.12 | - |
| YUV | 127.18 | 117.17 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 108 | 0.90 | 0 | 0.42 | 0.27 | 151.98 | 0.81 | 0.4 |
| Hex | 13 | BA | 6C | 5A | 0 | 2A | 1B | 98 | 51 | 28 |
| Octal | 23 | 272 | 154 | 132 | 0 | 52 | 33 | 230 | 121 | 50 |
| Binary | 10011 | 10111010 | 1101100 | 1011010 | 0 | 101010 | 11011 | 10011000 | 1010001 | 101000 |
Color Harmonies of #13BA6C
Complementary color
Monochromatic Colors of #13BA6C
Black with #13BA6C
Text Example
Text Example
White with #13BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA6C; }
p { color: rgb(19,186,108); }
H1.HeaderClassName
{
color: #13BA6C;
}
.AnyTagClassName
{
color: #13BA6C;
}
</style>
background-color css
<style>
a { background-color: #13BA6C; }
a { background-color: rgb(19,186,108); }
div.DivClassName
{
background-color: #13BA6C;
}
.BgClassName
{
background-color: #13BA6C;
}
</style>
border-color css
<style>
span { border-color: #13BA6C; }
span { border-color: rgb(19,186,108); }
td.TdClassName
{
border-color: #13BA6C;
}
.TagClassName
{
border-color: #13BA6C;
}
</style>