Shades of Jade #10B863
Tints of Jade #10B863
RGB
CMYK
RGB Variations
Color information
#10B863 (or 0x10B863) is known color: Jade. HEX triplet: 10, B8 and 63. RGB value is (16,184,99). Sum of RGB (Red+Green+Blue) = 16+184+99=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 184 (72.27% from 255 or 61.54% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 184 - color contains mainly: green. Hex color #10B863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B863 is #EF479C. Grayscale: #7C7C7C. Windows color (decimal): -15681437 or 6535184. OLE color: 6535184.
HSL color Cylindrical-coordinate representation of color #10B863: hue angle of 149.64º 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 #10B863 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 99 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.28 |
| HSL | 149.64º | 0.84% | 0.39% | - |
| HSV(B) | 149.64º | 0.91% | 0.72% | - |
| XYZ | 19.61 | 35.29 | 17.58 | - |
| YUV | 124.08 | 113.84 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 99 | 0.91 | 0 | 0.46 | 0.28 | 149.64 | 0.84 | 0.39 |
| Hex | 10 | B8 | 63 | 5B | 0 | 2E | 1C | 96 | 54 | 27 |
| Octal | 20 | 270 | 143 | 133 | 0 | 56 | 34 | 226 | 124 | 47 |
| Binary | 10000 | 10111000 | 1100011 | 1011011 | 0 | 101110 | 11100 | 10010110 | 1010100 | 100111 |
Color Harmonies of #10B863
Complementary color
Monochromatic Colors of #10B863
Black with #10B863
Text Example
Text Example
White with #10B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B863; }
p { color: rgb(16,184,99); }
H1.HeaderClassName
{
color: #10B863;
}
.AnyTagClassName
{
color: #10B863;
}
</style>
background-color css
<style>
a { background-color: #10B863; }
a { background-color: rgb(16,184,99); }
div.DivClassName
{
background-color: #10B863;
}
.BgClassName
{
background-color: #10B863;
}
</style>
border-color css
<style>
span { border-color: #10B863; }
span { border-color: rgb(16,184,99); }
td.TdClassName
{
border-color: #10B863;
}
.TagClassName
{
border-color: #10B863;
}
</style>