Shades of Jade #13A66C
Tints of Jade #13A66C
RGB
CMYK
RGB Variations
Color information
#13A66C (or 0x13A66C) is known color: Jade. HEX triplet: 13, A6 and 6C. RGB value is (19,166,108). Sum of RGB (Red+Green+Blue) = 19+166+108=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #13A66C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A66C is #EC5993. Grayscale: #737373. Windows color (decimal): -15489428 or 7120403. OLE color: 7120403.
HSL color Cylindrical-coordinate representation of color #13A66C: hue angle of 156.33º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A66C is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 166 | 108 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.35 |
| HSL | 156.33º | 0.79% | 0.36% | - |
| HSV(B) | 156.33º | 0.89% | 0.65% | - |
| XYZ | 16.61 | 28.49 | 18.81 | - |
| YUV | 115.44 | 123.8 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 166 | 108 | 0.89 | 0 | 0.35 | 0.35 | 156.33 | 0.79 | 0.36 |
| Hex | 13 | A6 | 6C | 59 | 0 | 23 | 23 | 9C | 4F | 24 |
| Octal | 23 | 246 | 154 | 131 | 0 | 43 | 43 | 234 | 117 | 44 |
| Binary | 10011 | 10100110 | 1101100 | 1011001 | 0 | 100011 | 100011 | 10011100 | 1001111 | 100100 |
Color Harmonies of #13A66C
Complementary color
Monochromatic Colors of #13A66C
Black with #13A66C
Text Example
Text Example
White with #13A66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A66C; }
p { color: rgb(19,166,108); }
H1.HeaderClassName
{
color: #13A66C;
}
.AnyTagClassName
{
color: #13A66C;
}
</style>
background-color css
<style>
a { background-color: #13A66C; }
a { background-color: rgb(19,166,108); }
div.DivClassName
{
background-color: #13A66C;
}
.BgClassName
{
background-color: #13A66C;
}
</style>
border-color css
<style>
span { border-color: #13A66C; }
span { border-color: rgb(19,166,108); }
td.TdClassName
{
border-color: #13A66C;
}
.TagClassName
{
border-color: #13A66C;
}
</style>