Shades of Jade #15BA6D
Tints of Jade #15BA6D
RGB
CMYK
RGB Variations
Color information
#15BA6D (or 0x15BA6D) is known color: Jade. HEX triplet: 15, BA and 6D. RGB value is (21,186,109). Sum of RGB (Red+Green+Blue) = 21+186+109=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BA6D is #EA4592. Grayscale: #808080. Windows color (decimal): -15353235 or 7191061. OLE color: 7191061.
HSL color Cylindrical-coordinate representation of color #15BA6D: hue angle of 152º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA6D is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 109 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.27 |
| HSL | 152º | 0.8% | 0.41% | - |
| HSV(B) | 152º | 0.89% | 0.73% | - |
| XYZ | 20.63 | 36.38 | 20.4 | - |
| YUV | 127.89 | 117.34 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 109 | 0.89 | 0 | 0.41 | 0.27 | 152 | 0.8 | 0.41 |
| Hex | 15 | BA | 6D | 59 | 0 | 29 | 1B | 98 | 50 | 29 |
| Octal | 25 | 272 | 155 | 131 | 0 | 51 | 33 | 230 | 120 | 51 |
| Binary | 10101 | 10111010 | 1101101 | 1011001 | 0 | 101001 | 11011 | 10011000 | 1010000 | 101001 |
Color Harmonies of #15BA6D
Complementary color
Monochromatic Colors of #15BA6D
Black with #15BA6D
Text Example
Text Example
White with #15BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA6D; }
p { color: rgb(21,186,109); }
H1.HeaderClassName
{
color: #15BA6D;
}
.AnyTagClassName
{
color: #15BA6D;
}
</style>
background-color css
<style>
a { background-color: #15BA6D; }
a { background-color: rgb(21,186,109); }
div.DivClassName
{
background-color: #15BA6D;
}
.BgClassName
{
background-color: #15BA6D;
}
</style>
border-color css
<style>
span { border-color: #15BA6D; }
span { border-color: rgb(21,186,109); }
td.TdClassName
{
border-color: #15BA6D;
}
.TagClassName
{
border-color: #15BA6D;
}
</style>