Shades of Jade #15A06B
Tints of Jade #15A06B
RGB
CMYK
RGB Variations
Color information
#15A06B (or 0x15A06B) is known color: Jade. HEX triplet: 15, A0 and 6B. RGB value is (21,160,107). Sum of RGB (Red+Green+Blue) = 21+160+107=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #15A06B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A06B is #EA5F94. Grayscale: #707070. Windows color (decimal): -15359893 or 7053333. OLE color: 7053333.
HSL color Cylindrical-coordinate representation of color #15A06B: hue angle of 157.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A06B is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 107 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.37 |
| HSL | 157.12º | 0.77% | 0.35% | - |
| HSV(B) | 157.12º | 0.87% | 0.63% | - |
| XYZ | 15.53 | 26.36 | 18.18 | - |
| YUV | 112.4 | 124.95 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 107 | 0.87 | 0 | 0.33 | 0.37 | 157.12 | 0.77 | 0.35 |
| Hex | 15 | A0 | 6B | 57 | 0 | 21 | 25 | 9D | 4D | 23 |
| Octal | 25 | 240 | 153 | 127 | 0 | 41 | 45 | 235 | 115 | 43 |
| Binary | 10101 | 10100000 | 1101011 | 1010111 | 0 | 100001 | 100101 | 10011101 | 1001101 | 100011 |
Color Harmonies of #15A06B
Complementary color
Monochromatic Colors of #15A06B
Black with #15A06B
Text Example
Text Example
White with #15A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A06B; }
p { color: rgb(21,160,107); }
H1.HeaderClassName
{
color: #15A06B;
}
.AnyTagClassName
{
color: #15A06B;
}
</style>
background-color css
<style>
a { background-color: #15A06B; }
a { background-color: rgb(21,160,107); }
div.DivClassName
{
background-color: #15A06B;
}
.BgClassName
{
background-color: #15A06B;
}
</style>
border-color css
<style>
span { border-color: #15A06B; }
span { border-color: rgb(21,160,107); }
td.TdClassName
{
border-color: #15A06B;
}
.TagClassName
{
border-color: #15A06B;
}
</style>