Shades of Jade #10B86C
Tints of Jade #10B86C
RGB
CMYK
RGB Variations
Color information
#10B86C (or 0x10B86C) is known color: Jade. HEX triplet: 10, B8 and 6C. RGB value is (16,184,108). Sum of RGB (Red+Green+Blue) = 16+184+108=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #10B86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B86C is #EF4793. Grayscale: #7D7D7D. Windows color (decimal): -15681428 or 7125008. OLE color: 7125008.
HSL color Cylindrical-coordinate representation of color #10B86C: hue angle of 152.86º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B86C is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 108 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.28 |
| HSL | 152.86º | 0.84% | 0.39% | - |
| HSV(B) | 152.86º | 0.91% | 0.72% | - |
| XYZ | 20.06 | 35.47 | 19.98 | - |
| YUV | 125.1 | 118.34 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 108 | 0.91 | 0 | 0.41 | 0.28 | 152.86 | 0.84 | 0.39 |
| Hex | 10 | B8 | 6C | 5B | 0 | 29 | 1C | 99 | 54 | 27 |
| Octal | 20 | 270 | 154 | 133 | 0 | 51 | 34 | 231 | 124 | 47 |
| Binary | 10000 | 10111000 | 1101100 | 1011011 | 0 | 101001 | 11100 | 10011001 | 1010100 | 100111 |
Color Harmonies of #10B86C
Complementary color
Monochromatic Colors of #10B86C
Black with #10B86C
Text Example
Text Example
White with #10B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B86C; }
p { color: rgb(16,184,108); }
H1.HeaderClassName
{
color: #10B86C;
}
.AnyTagClassName
{
color: #10B86C;
}
</style>
background-color css
<style>
a { background-color: #10B86C; }
a { background-color: rgb(16,184,108); }
div.DivClassName
{
background-color: #10B86C;
}
.BgClassName
{
background-color: #10B86C;
}
</style>
border-color css
<style>
span { border-color: #10B86C; }
span { border-color: rgb(16,184,108); }
td.TdClassName
{
border-color: #10B86C;
}
.TagClassName
{
border-color: #10B86C;
}
</style>