Shades of Jade #13C166
Tints of Jade #13C166
RGB
CMYK
RGB Variations
Color information
#13C166 (or 0x13C166) is known color: Jade. HEX triplet: 13, C1 and 66. RGB value is (19,193,102). Sum of RGB (Red+Green+Blue) = 19+193+102=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #13C166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C166 is #EC3E99. Grayscale: #828282. Windows color (decimal): -15482522 or 6734099. OLE color: 6734099.
HSL color Cylindrical-coordinate representation of color #13C166: hue angle of 148.62º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C166 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 102 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.24 |
| HSL | 148.62º | 0.82% | 0.42% | - |
| HSV(B) | 148.62º | 0.9% | 0.76% | - |
| XYZ | 21.74 | 39.24 | 19 | - |
| YUV | 130.6 | 111.85 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 102 | 0.90 | 0 | 0.47 | 0.24 | 148.62 | 0.82 | 0.42 |
| Hex | 13 | C1 | 66 | 5A | 0 | 2F | 18 | 95 | 52 | 2A |
| Octal | 23 | 301 | 146 | 132 | 0 | 57 | 30 | 225 | 122 | 52 |
| Binary | 10011 | 11000001 | 1100110 | 1011010 | 0 | 101111 | 11000 | 10010101 | 1010010 | 101010 |
Color Harmonies of #13C166
Complementary color
Monochromatic Colors of #13C166
Black with #13C166
Text Example
Text Example
White with #13C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C166; }
p { color: rgb(19,193,102); }
H1.HeaderClassName
{
color: #13C166;
}
.AnyTagClassName
{
color: #13C166;
}
</style>
background-color css
<style>
a { background-color: #13C166; }
a { background-color: rgb(19,193,102); }
div.DivClassName
{
background-color: #13C166;
}
.BgClassName
{
background-color: #13C166;
}
</style>
border-color css
<style>
span { border-color: #13C166; }
span { border-color: rgb(19,193,102); }
td.TdClassName
{
border-color: #13C166;
}
.TagClassName
{
border-color: #13C166;
}
</style>