Shades of Jade #13C066
Tints of Jade #13C066
RGB
CMYK
RGB Variations
Color information
#13C066 (or 0x13C066) is known color: Jade. HEX triplet: 13, C0 and 66. RGB value is (19,192,102). Sum of RGB (Red+Green+Blue) = 19+192+102=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #13C066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C066 is #EC3F99. Grayscale: #828282. Windows color (decimal): -15482778 or 6733843. OLE color: 6733843.
HSL color Cylindrical-coordinate representation of color #13C066: hue angle of 148.79º 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 #13C066 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 102 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.25 |
| HSL | 148.79º | 0.82% | 0.41% | - |
| HSV(B) | 148.79º | 0.9% | 0.75% | - |
| XYZ | 21.52 | 38.8 | 18.92 | - |
| YUV | 130.01 | 112.19 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 102 | 0.90 | 0 | 0.47 | 0.25 | 148.79 | 0.82 | 0.41 |
| Hex | 13 | C0 | 66 | 5A | 0 | 2F | 19 | 95 | 52 | 29 |
| Octal | 23 | 300 | 146 | 132 | 0 | 57 | 31 | 225 | 122 | 51 |
| Binary | 10011 | 11000000 | 1100110 | 1011010 | 0 | 101111 | 11001 | 10010101 | 1010010 | 101001 |
Color Harmonies of #13C066
Complementary color
Monochromatic Colors of #13C066
Black with #13C066
Text Example
Text Example
White with #13C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C066; }
p { color: rgb(19,192,102); }
H1.HeaderClassName
{
color: #13C066;
}
.AnyTagClassName
{
color: #13C066;
}
</style>
background-color css
<style>
a { background-color: #13C066; }
a { background-color: rgb(19,192,102); }
div.DivClassName
{
background-color: #13C066;
}
.BgClassName
{
background-color: #13C066;
}
</style>
border-color css
<style>
span { border-color: #13C066; }
span { border-color: rgb(19,192,102); }
td.TdClassName
{
border-color: #13C066;
}
.TagClassName
{
border-color: #13C066;
}
</style>