Shades of Jade #13C065
Tints of Jade #13C065
RGB
CMYK
RGB Variations
Color information
#13C065 (or 0x13C065) is known color: Jade. HEX triplet: 13, C0 and 65. RGB value is (19,192,101). Sum of RGB (Red+Green+Blue) = 19+192+101=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #13C065 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C065 is #EC3F9A. Grayscale: #828282. Windows color (decimal): -15482779 or 6668307. OLE color: 6668307.
HSL color Cylindrical-coordinate representation of color #13C065: hue angle of 148.44º 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 #13C065 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 101 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.25 |
| HSL | 148.44º | 0.82% | 0.41% | - |
| HSV(B) | 148.44º | 0.9% | 0.75% | - |
| XYZ | 21.47 | 38.78 | 18.67 | - |
| YUV | 129.9 | 111.69 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 101 | 0.90 | 0 | 0.47 | 0.25 | 148.44 | 0.82 | 0.41 |
| Hex | 13 | C0 | 65 | 5A | 0 | 2F | 19 | 94 | 52 | 29 |
| Octal | 23 | 300 | 145 | 132 | 0 | 57 | 31 | 224 | 122 | 51 |
| Binary | 10011 | 11000000 | 1100101 | 1011010 | 0 | 101111 | 11001 | 10010100 | 1010010 | 101001 |
Color Harmonies of #13C065
Complementary color
Monochromatic Colors of #13C065
Black with #13C065
Text Example
Text Example
White with #13C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C065; }
p { color: rgb(19,192,101); }
H1.HeaderClassName
{
color: #13C065;
}
.AnyTagClassName
{
color: #13C065;
}
</style>
background-color css
<style>
a { background-color: #13C065; }
a { background-color: rgb(19,192,101); }
div.DivClassName
{
background-color: #13C065;
}
.BgClassName
{
background-color: #13C065;
}
</style>
border-color css
<style>
span { border-color: #13C065; }
span { border-color: rgb(19,192,101); }
td.TdClassName
{
border-color: #13C065;
}
.TagClassName
{
border-color: #13C065;
}
</style>