Shades of Jade #15AB65
Tints of Jade #15AB65
RGB
CMYK
RGB Variations
Color information
#15AB65 (or 0x15AB65) is known color: Jade. HEX triplet: 15, AB and 65. RGB value is (21,171,101). Sum of RGB (Red+Green+Blue) = 21+171+101=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #15AB65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15AB65 is #EA549A. Grayscale: #767676. Windows color (decimal): -15357083 or 6662933. OLE color: 6662933.
HSL color Cylindrical-coordinate representation of color #15AB65: hue angle of 152º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AB65 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 171 | 101 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.33 |
| HSL | 152º | 0.78% | 0.38% | - |
| HSV(B) | 152º | 0.88% | 0.67% | - |
| XYZ | 17.22 | 30.22 | 17.24 | - |
| YUV | 118.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 101 | 0.88 | 0 | 0.41 | 0.33 | 152 | 0.78 | 0.38 |
| Hex | 15 | AB | 65 | 58 | 0 | 29 | 21 | 98 | 4E | 26 |
| Octal | 25 | 253 | 145 | 130 | 0 | 51 | 41 | 230 | 116 | 46 |
| Binary | 10101 | 10101011 | 1100101 | 1011000 | 0 | 101001 | 100001 | 10011000 | 1001110 | 100110 |
Color Harmonies of #15AB65
Complementary color
Monochromatic Colors of #15AB65
Black with #15AB65
Text Example
Text Example
White with #15AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AB65; }
p { color: rgb(21,171,101); }
H1.HeaderClassName
{
color: #15AB65;
}
.AnyTagClassName
{
color: #15AB65;
}
</style>
background-color css
<style>
a { background-color: #15AB65; }
a { background-color: rgb(21,171,101); }
div.DivClassName
{
background-color: #15AB65;
}
.BgClassName
{
background-color: #15AB65;
}
</style>
border-color css
<style>
span { border-color: #15AB65; }
span { border-color: rgb(21,171,101); }
td.TdClassName
{
border-color: #15AB65;
}
.TagClassName
{
border-color: #15AB65;
}
</style>