Shades of Jade #10B86D
Tints of Jade #10B86D
RGB
CMYK
RGB Variations
Color information
#10B86D (or 0x10B86D) is known color: Jade. HEX triplet: 10, B8 and 6D. RGB value is (16,184,109). Sum of RGB (Red+Green+Blue) = 16+184+109=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #10B86D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B86D is #EF4792. Grayscale: #7D7D7D. Windows color (decimal): -15681427 or 7190544. OLE color: 7190544.
HSL color Cylindrical-coordinate representation of color #10B86D: hue angle of 153.21º 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 #10B86D is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 109 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.28 |
| HSL | 153.21º | 0.84% | 0.39% | - |
| HSV(B) | 153.21º | 0.91% | 0.72% | - |
| XYZ | 20.11 | 35.5 | 20.26 | - |
| YUV | 125.22 | 118.84 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 109 | 0.91 | 0 | 0.41 | 0.28 | 153.21 | 0.84 | 0.39 |
| Hex | 10 | B8 | 6D | 5B | 0 | 29 | 1C | 99 | 54 | 27 |
| Octal | 20 | 270 | 155 | 133 | 0 | 51 | 34 | 231 | 124 | 47 |
| Binary | 10000 | 10111000 | 1101101 | 1011011 | 0 | 101001 | 11100 | 10011001 | 1010100 | 100111 |
Color Harmonies of #10B86D
Complementary color
Monochromatic Colors of #10B86D
Black with #10B86D
Text Example
Text Example
White with #10B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B86D; }
p { color: rgb(16,184,109); }
H1.HeaderClassName
{
color: #10B86D;
}
.AnyTagClassName
{
color: #10B86D;
}
</style>
background-color css
<style>
a { background-color: #10B86D; }
a { background-color: rgb(16,184,109); }
div.DivClassName
{
background-color: #10B86D;
}
.BgClassName
{
background-color: #10B86D;
}
</style>
border-color css
<style>
span { border-color: #10B86D; }
span { border-color: rgb(16,184,109); }
td.TdClassName
{
border-color: #10B86D;
}
.TagClassName
{
border-color: #10B86D;
}
</style>