Shades of Jade #13B06A
Tints of Jade #13B06A
RGB
CMYK
RGB Variations
Color information
#13B06A (or 0x13B06A) is known color: Jade. HEX triplet: 13, B0 and 6A. RGB value is (19,176,106). Sum of RGB (Red+Green+Blue) = 19+176+106=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 176 (69.14% from 255 or 58.47% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 176 - color contains mainly: green. Hex color #13B06A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B06A is #EC4F95. Grayscale: #797979. Windows color (decimal): -15486870 or 6991891. OLE color: 6991891.
HSL color Cylindrical-coordinate representation of color #13B06A: hue angle of 153.25º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B06A is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 106 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.31 |
| HSL | 153.25º | 0.81% | 0.38% | - |
| HSV(B) | 153.25º | 0.89% | 0.69% | - |
| XYZ | 18.4 | 32.23 | 18.89 | - |
| YUV | 121.08 | 119.49 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 106 | 0.89 | 0 | 0.40 | 0.31 | 153.25 | 0.81 | 0.38 |
| Hex | 13 | B0 | 6A | 59 | 0 | 28 | 1F | 99 | 51 | 26 |
| Octal | 23 | 260 | 152 | 131 | 0 | 50 | 37 | 231 | 121 | 46 |
| Binary | 10011 | 10110000 | 1101010 | 1011001 | 0 | 101000 | 11111 | 10011001 | 1010001 | 100110 |
Color Harmonies of #13B06A
Complementary color
Monochromatic Colors of #13B06A
Black with #13B06A
Text Example
Text Example
White with #13B06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B06A; }
p { color: rgb(19,176,106); }
H1.HeaderClassName
{
color: #13B06A;
}
.AnyTagClassName
{
color: #13B06A;
}
</style>
background-color css
<style>
a { background-color: #13B06A; }
a { background-color: rgb(19,176,106); }
div.DivClassName
{
background-color: #13B06A;
}
.BgClassName
{
background-color: #13B06A;
}
</style>
border-color css
<style>
span { border-color: #13B06A; }
span { border-color: rgb(19,176,106); }
td.TdClassName
{
border-color: #13B06A;
}
.TagClassName
{
border-color: #13B06A;
}
</style>