Shades of Jade #13AF6C
Tints of Jade #13AF6C
RGB
CMYK
RGB Variations
Color information
#13AF6C (or 0x13AF6C) is known color: Jade. HEX triplet: 13, AF and 6C. RGB value is (19,175,108). Sum of RGB (Red+Green+Blue) = 19+175+108=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF6C is #EC5093. Grayscale: #787878. Windows color (decimal): -15487124 or 7122707. OLE color: 7122707.
HSL color Cylindrical-coordinate representation of color #13AF6C: hue angle of 154.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF6C is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 175 | 108 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.31 |
| HSL | 154.23º | 0.8% | 0.38% | - |
| HSV(B) | 154.23º | 0.89% | 0.69% | - |
| XYZ | 18.31 | 31.88 | 19.38 | - |
| YUV | 120.72 | 120.82 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 108 | 0.89 | 0 | 0.38 | 0.31 | 154.23 | 0.8 | 0.38 |
| Hex | 13 | AF | 6C | 59 | 0 | 26 | 1F | 9A | 50 | 26 |
| Octal | 23 | 257 | 154 | 131 | 0 | 46 | 37 | 232 | 120 | 46 |
| Binary | 10011 | 10101111 | 1101100 | 1011001 | 0 | 100110 | 11111 | 10011010 | 1010000 | 100110 |
Color Harmonies of #13AF6C
Complementary color
Monochromatic Colors of #13AF6C
Black with #13AF6C
Text Example
Text Example
White with #13AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AF6C; }
p { color: rgb(19,175,108); }
H1.HeaderClassName
{
color: #13AF6C;
}
.AnyTagClassName
{
color: #13AF6C;
}
</style>
background-color css
<style>
a { background-color: #13AF6C; }
a { background-color: rgb(19,175,108); }
div.DivClassName
{
background-color: #13AF6C;
}
.BgClassName
{
background-color: #13AF6C;
}
</style>
border-color css
<style>
span { border-color: #13AF6C; }
span { border-color: rgb(19,175,108); }
td.TdClassName
{
border-color: #13AF6C;
}
.TagClassName
{
border-color: #13AF6C;
}
</style>