Shades of Jade #10BC6D
Tints of Jade #10BC6D
RGB
CMYK
RGB Variations
Color information
#10BC6D (or 0x10BC6D) is known color: Jade. HEX triplet: 10, BC and 6D. RGB value is (16,188,109). Sum of RGB (Red+Green+Blue) = 16+188+109=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC6D is #EF4392. Grayscale: #7F7F7F. Windows color (decimal): -15680403 or 7191568. OLE color: 7191568.
HSL color Cylindrical-coordinate representation of color #10BC6D: hue angle of 152.44º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC6D is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 109 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.26 |
| HSL | 152.44º | 0.84% | 0.4% | - |
| HSV(B) | 152.44º | 0.91% | 0.74% | - |
| XYZ | 20.96 | 37.18 | 20.54 | - |
| YUV | 127.57 | 117.52 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 109 | 0.91 | 0 | 0.42 | 0.26 | 152.44 | 0.84 | 0.4 |
| Hex | 10 | BC | 6D | 5B | 0 | 2A | 1A | 98 | 54 | 28 |
| Octal | 20 | 274 | 155 | 133 | 0 | 52 | 32 | 230 | 124 | 50 |
| Binary | 10000 | 10111100 | 1101101 | 1011011 | 0 | 101010 | 11010 | 10011000 | 1010100 | 101000 |
Color Harmonies of #10BC6D
Complementary color
Monochromatic Colors of #10BC6D
Black with #10BC6D
Text Example
Text Example
White with #10BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC6D; }
p { color: rgb(16,188,109); }
H1.HeaderClassName
{
color: #10BC6D;
}
.AnyTagClassName
{
color: #10BC6D;
}
</style>
background-color css
<style>
a { background-color: #10BC6D; }
a { background-color: rgb(16,188,109); }
div.DivClassName
{
background-color: #10BC6D;
}
.BgClassName
{
background-color: #10BC6D;
}
</style>
border-color css
<style>
span { border-color: #10BC6D; }
span { border-color: rgb(16,188,109); }
td.TdClassName
{
border-color: #10BC6D;
}
.TagClassName
{
border-color: #10BC6D;
}
</style>