Shades of Jade #15BC67
Tints of Jade #15BC67
RGB
CMYK
RGB Variations
Color information
#15BC67 (or 0x15BC67) is known color: Jade. HEX triplet: 15, BC and 67. RGB value is (21,188,103). Sum of RGB (Red+Green+Blue) = 21+188+103=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BC67 is #EA4398. Grayscale: #808080. Windows color (decimal): -15352729 or 6798357. OLE color: 6798357.
HSL color Cylindrical-coordinate representation of color #15BC67: hue angle of 149.46º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BC67 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 103 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.26 |
| HSL | 149.46º | 0.8% | 0.41% | - |
| HSV(B) | 149.46º | 0.89% | 0.74% | - |
| XYZ | 20.74 | 37.11 | 18.9 | - |
| YUV | 128.38 | 113.67 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 103 | 0.89 | 0 | 0.45 | 0.26 | 149.46 | 0.8 | 0.41 |
| Hex | 15 | BC | 67 | 59 | 0 | 2D | 1A | 95 | 50 | 29 |
| Octal | 25 | 274 | 147 | 131 | 0 | 55 | 32 | 225 | 120 | 51 |
| Binary | 10101 | 10111100 | 1100111 | 1011001 | 0 | 101101 | 11010 | 10010101 | 1010000 | 101001 |
Color Harmonies of #15BC67
Complementary color
Monochromatic Colors of #15BC67
Black with #15BC67
Text Example
Text Example
White with #15BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC67; }
p { color: rgb(21,188,103); }
H1.HeaderClassName
{
color: #15BC67;
}
.AnyTagClassName
{
color: #15BC67;
}
</style>
background-color css
<style>
a { background-color: #15BC67; }
a { background-color: rgb(21,188,103); }
div.DivClassName
{
background-color: #15BC67;
}
.BgClassName
{
background-color: #15BC67;
}
</style>
border-color css
<style>
span { border-color: #15BC67; }
span { border-color: rgb(21,188,103); }
td.TdClassName
{
border-color: #15BC67;
}
.TagClassName
{
border-color: #15BC67;
}
</style>