Shades of Jade #15B96A
Tints of Jade #15B96A
RGB
CMYK
RGB Variations
Color information
#15B96A (or 0x15B96A) is known color: Jade. HEX triplet: 15, B9 and 6A. RGB value is (21,185,106). Sum of RGB (Red+Green+Blue) = 21+185+106=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #15B96A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15B96A is #EA4695. Grayscale: #7F7F7F. Windows color (decimal): -15353494 or 6994197. OLE color: 6994197.
HSL color Cylindrical-coordinate representation of color #15B96A: hue angle of 151.1º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15B96A is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 185 | 106 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.27 |
| HSL | 151.1º | 0.8% | 0.4% | - |
| HSV(B) | 151.1º | 0.89% | 0.73% | - |
| XYZ | 20.26 | 35.9 | 19.5 | - |
| YUV | 126.96 | 116.17 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 185 | 106 | 0.89 | 0 | 0.43 | 0.27 | 151.1 | 0.8 | 0.4 |
| Hex | 15 | B9 | 6A | 59 | 0 | 2B | 1B | 97 | 50 | 28 |
| Octal | 25 | 271 | 152 | 131 | 0 | 53 | 33 | 227 | 120 | 50 |
| Binary | 10101 | 10111001 | 1101010 | 1011001 | 0 | 101011 | 11011 | 10010111 | 1010000 | 101000 |
Color Harmonies of #15B96A
Complementary color
Monochromatic Colors of #15B96A
Black with #15B96A
Text Example
Text Example
White with #15B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B96A; }
p { color: rgb(21,185,106); }
H1.HeaderClassName
{
color: #15B96A;
}
.AnyTagClassName
{
color: #15B96A;
}
</style>
background-color css
<style>
a { background-color: #15B96A; }
a { background-color: rgb(21,185,106); }
div.DivClassName
{
background-color: #15B96A;
}
.BgClassName
{
background-color: #15B96A;
}
</style>
border-color css
<style>
span { border-color: #15B96A; }
span { border-color: rgb(21,185,106); }
td.TdClassName
{
border-color: #15B96A;
}
.TagClassName
{
border-color: #15B96A;
}
</style>