Shades of Jade #15BF68
Tints of Jade #15BF68
RGB
CMYK
RGB Variations
Color information
#15BF68 (or 0x15BF68) is known color: Jade. HEX triplet: 15, BF and 68. RGB value is (21,191,104). Sum of RGB (Red+Green+Blue) = 21+191+104=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #15BF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BF68 is #EA4097. Grayscale: #828282. Windows color (decimal): -15351960 or 6864661. OLE color: 6864661.
HSL color Cylindrical-coordinate representation of color #15BF68: hue angle of 149.29º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BF68 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 191 | 104 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.25 |
| HSL | 149.29º | 0.8% | 0.42% | - |
| HSV(B) | 149.29º | 0.89% | 0.75% | - |
| XYZ | 21.44 | 38.42 | 19.38 | - |
| YUV | 130.25 | 113.18 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 104 | 0.89 | 0 | 0.46 | 0.25 | 149.29 | 0.8 | 0.42 |
| Hex | 15 | BF | 68 | 59 | 0 | 2E | 19 | 95 | 50 | 2A |
| Octal | 25 | 277 | 150 | 131 | 0 | 56 | 31 | 225 | 120 | 52 |
| Binary | 10101 | 10111111 | 1101000 | 1011001 | 0 | 101110 | 11001 | 10010101 | 1010000 | 101010 |
Color Harmonies of #15BF68
Complementary color
Monochromatic Colors of #15BF68
Black with #15BF68
Text Example
Text Example
White with #15BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BF68; }
p { color: rgb(21,191,104); }
H1.HeaderClassName
{
color: #15BF68;
}
.AnyTagClassName
{
color: #15BF68;
}
</style>
background-color css
<style>
a { background-color: #15BF68; }
a { background-color: rgb(21,191,104); }
div.DivClassName
{
background-color: #15BF68;
}
.BgClassName
{
background-color: #15BF68;
}
</style>
border-color css
<style>
span { border-color: #15BF68; }
span { border-color: rgb(21,191,104); }
td.TdClassName
{
border-color: #15BF68;
}
.TagClassName
{
border-color: #15BF68;
}
</style>