Shades of Jade #15AF70
Tints of Jade #15AF70
RGB
CMYK
RGB Variations
Color information
#15AF70 (or 0x15AF70) is known color: Jade. HEX triplet: 15, AF and 70. RGB value is (21,175,112). Sum of RGB (Red+Green+Blue) = 21+175+112=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #15AF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15AF70 is #EA508F. Grayscale: #797979. Windows color (decimal): -15356048 or 7384853. OLE color: 7384853.
HSL color Cylindrical-coordinate representation of color #15AF70: hue angle of 155.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AF70 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 175 | 112 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.31 |
| HSL | 155.45º | 0.79% | 0.38% | - |
| HSV(B) | 155.45º | 0.88% | 0.69% | - |
| XYZ | 18.56 | 31.99 | 20.53 | - |
| YUV | 121.77 | 122.48 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 112 | 0.88 | 0 | 0.36 | 0.31 | 155.45 | 0.79 | 0.38 |
| Hex | 15 | AF | 70 | 58 | 0 | 24 | 1F | 9B | 4F | 26 |
| Octal | 25 | 257 | 160 | 130 | 0 | 44 | 37 | 233 | 117 | 46 |
| Binary | 10101 | 10101111 | 1110000 | 1011000 | 0 | 100100 | 11111 | 10011011 | 1001111 | 100110 |
Color Harmonies of #15AF70
Complementary color
Monochromatic Colors of #15AF70
Black with #15AF70
Text Example
Text Example
White with #15AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AF70; }
p { color: rgb(21,175,112); }
H1.HeaderClassName
{
color: #15AF70;
}
.AnyTagClassName
{
color: #15AF70;
}
</style>
background-color css
<style>
a { background-color: #15AF70; }
a { background-color: rgb(21,175,112); }
div.DivClassName
{
background-color: #15AF70;
}
.BgClassName
{
background-color: #15AF70;
}
</style>
border-color css
<style>
span { border-color: #15AF70; }
span { border-color: rgb(21,175,112); }
td.TdClassName
{
border-color: #15AF70;
}
.TagClassName
{
border-color: #15AF70;
}
</style>