Shades of Jade #13C067
Tints of Jade #13C067
RGB
CMYK
RGB Variations
Color information
#13C067 (or 0x13C067) is known color: Jade. HEX triplet: 13, C0 and 67. RGB value is (19,192,103). Sum of RGB (Red+Green+Blue) = 19+192+103=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #13C067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C067 is #EC3F98. Grayscale: #828282. Windows color (decimal): -15482777 or 6799379. OLE color: 6799379.
HSL color Cylindrical-coordinate representation of color #13C067: hue angle of 149.13º 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 #13C067 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 103 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.25 |
| HSL | 149.13º | 0.82% | 0.41% | - |
| HSV(B) | 149.13º | 0.9% | 0.75% | - |
| XYZ | 21.57 | 38.82 | 19.19 | - |
| YUV | 130.13 | 112.69 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 103 | 0.90 | 0 | 0.46 | 0.25 | 149.13 | 0.82 | 0.41 |
| Hex | 13 | C0 | 67 | 5A | 0 | 2E | 19 | 95 | 52 | 29 |
| Octal | 23 | 300 | 147 | 132 | 0 | 56 | 31 | 225 | 122 | 51 |
| Binary | 10011 | 11000000 | 1100111 | 1011010 | 0 | 101110 | 11001 | 10010101 | 1010010 | 101001 |
Color Harmonies of #13C067
Complementary color
Monochromatic Colors of #13C067
Black with #13C067
Text Example
Text Example
White with #13C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C067; }
p { color: rgb(19,192,103); }
H1.HeaderClassName
{
color: #13C067;
}
.AnyTagClassName
{
color: #13C067;
}
</style>
background-color css
<style>
a { background-color: #13C067; }
a { background-color: rgb(19,192,103); }
div.DivClassName
{
background-color: #13C067;
}
.BgClassName
{
background-color: #13C067;
}
</style>
border-color css
<style>
span { border-color: #13C067; }
span { border-color: rgb(19,192,103); }
td.TdClassName
{
border-color: #13C067;
}
.TagClassName
{
border-color: #13C067;
}
</style>