Shades of Jade #13C069
Tints of Jade #13C069
RGB
CMYK
RGB Variations
Color information
#13C069 (or 0x13C069) is known color: Jade. HEX triplet: 13, C0 and 69. RGB value is (19,192,105). Sum of RGB (Red+Green+Blue) = 19+192+105=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #13C069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C069 is #EC3F96. Grayscale: #828282. Windows color (decimal): -15482775 or 6930451. OLE color: 6930451.
HSL color Cylindrical-coordinate representation of color #13C069: hue angle of 149.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C069 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 105 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.25 |
| HSL | 149.83º | 0.82% | 0.41% | - |
| HSV(B) | 149.83º | 0.9% | 0.75% | - |
| XYZ | 21.67 | 38.86 | 19.72 | - |
| YUV | 130.36 | 113.69 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 105 | 0.90 | 0 | 0.45 | 0.25 | 149.83 | 0.82 | 0.41 |
| Hex | 13 | C0 | 69 | 5A | 0 | 2D | 19 | 96 | 52 | 29 |
| Octal | 23 | 300 | 151 | 132 | 0 | 55 | 31 | 226 | 122 | 51 |
| Binary | 10011 | 11000000 | 1101001 | 1011010 | 0 | 101101 | 11001 | 10010110 | 1010010 | 101001 |
Color Harmonies of #13C069
Complementary color
Monochromatic Colors of #13C069
Black with #13C069
Text Example
Text Example
White with #13C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C069; }
p { color: rgb(19,192,105); }
H1.HeaderClassName
{
color: #13C069;
}
.AnyTagClassName
{
color: #13C069;
}
</style>
background-color css
<style>
a { background-color: #13C069; }
a { background-color: rgb(19,192,105); }
div.DivClassName
{
background-color: #13C069;
}
.BgClassName
{
background-color: #13C069;
}
</style>
border-color css
<style>
span { border-color: #13C069; }
span { border-color: rgb(19,192,105); }
td.TdClassName
{
border-color: #13C069;
}
.TagClassName
{
border-color: #13C069;
}
</style>