Shades of Jade #13B26E
Tints of Jade #13B26E
RGB
CMYK
RGB Variations
Color information
#13B26E (or 0x13B26E) is known color: Jade. HEX triplet: 13, B2 and 6E. RGB value is (19,178,110). Sum of RGB (Red+Green+Blue) = 19+178+110=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #13B26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B26E is #EC4D91. Grayscale: #7A7A7A. Windows color (decimal): -15486354 or 7254547. OLE color: 7254547.
HSL color Cylindrical-coordinate representation of color #13B26E: hue angle of 154.34º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B26E is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 178 | 110 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.30 |
| HSL | 154.34º | 0.81% | 0.39% | - |
| HSV(B) | 154.34º | 0.89% | 0.7% | - |
| XYZ | 19 | 33.11 | 20.14 | - |
| YUV | 122.71 | 120.82 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 110 | 0.89 | 0 | 0.38 | 0.30 | 154.34 | 0.81 | 0.39 |
| Hex | 13 | B2 | 6E | 59 | 0 | 26 | 1E | 9A | 51 | 27 |
| Octal | 23 | 262 | 156 | 131 | 0 | 46 | 36 | 232 | 121 | 47 |
| Binary | 10011 | 10110010 | 1101110 | 1011001 | 0 | 100110 | 11110 | 10011010 | 1010001 | 100111 |
Color Harmonies of #13B26E
Complementary color
Monochromatic Colors of #13B26E
Black with #13B26E
Text Example
Text Example
White with #13B26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B26E; }
p { color: rgb(19,178,110); }
H1.HeaderClassName
{
color: #13B26E;
}
.AnyTagClassName
{
color: #13B26E;
}
</style>
background-color css
<style>
a { background-color: #13B26E; }
a { background-color: rgb(19,178,110); }
div.DivClassName
{
background-color: #13B26E;
}
.BgClassName
{
background-color: #13B26E;
}
</style>
border-color css
<style>
span { border-color: #13B26E; }
span { border-color: rgb(19,178,110); }
td.TdClassName
{
border-color: #13B26E;
}
.TagClassName
{
border-color: #13B26E;
}
</style>