Shades of Jade #15C066
Tints of Jade #15C066
RGB
CMYK
RGB Variations
Color information
#15C066 (or 0x15C066) is known color: Jade. HEX triplet: 15, C0 and 66. RGB value is (21,192,102). Sum of RGB (Red+Green+Blue) = 21+192+102=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #15C066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15C066 is #EA3F99. Grayscale: #828282. Windows color (decimal): -15351706 or 6733845. OLE color: 6733845.
HSL color Cylindrical-coordinate representation of color #15C066: hue angle of 148.42º 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 #15C066 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 102 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.25 |
| HSL | 148.42º | 0.8% | 0.42% | - |
| HSV(B) | 148.42º | 0.89% | 0.75% | - |
| XYZ | 21.56 | 38.82 | 18.93 | - |
| YUV | 130.61 | 111.85 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 102 | 0.89 | 0 | 0.47 | 0.25 | 148.42 | 0.8 | 0.42 |
| Hex | 15 | C0 | 66 | 59 | 0 | 2F | 19 | 94 | 50 | 2A |
| Octal | 25 | 300 | 146 | 131 | 0 | 57 | 31 | 224 | 120 | 52 |
| Binary | 10101 | 11000000 | 1100110 | 1011001 | 0 | 101111 | 11001 | 10010100 | 1010000 | 101010 |
Color Harmonies of #15C066
Complementary color
Monochromatic Colors of #15C066
Black with #15C066
Text Example
Text Example
White with #15C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C066; }
p { color: rgb(21,192,102); }
H1.HeaderClassName
{
color: #15C066;
}
.AnyTagClassName
{
color: #15C066;
}
</style>
background-color css
<style>
a { background-color: #15C066; }
a { background-color: rgb(21,192,102); }
div.DivClassName
{
background-color: #15C066;
}
.BgClassName
{
background-color: #15C066;
}
</style>
border-color css
<style>
span { border-color: #15C066; }
span { border-color: rgb(21,192,102); }
td.TdClassName
{
border-color: #15C066;
}
.TagClassName
{
border-color: #15C066;
}
</style>