Shades of Jade #10B36D
Tints of Jade #10B36D
RGB
CMYK
RGB Variations
Color information
#10B36D (or 0x10B36D) is known color: Jade. HEX triplet: 10, B3 and 6D. RGB value is (16,179,109). Sum of RGB (Red+Green+Blue) = 16+179+109=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #10B36D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B36D is #EF4C92. Grayscale: #7A7A7A. Windows color (decimal): -15682707 or 7189264. OLE color: 7189264.
HSL color Cylindrical-coordinate representation of color #10B36D: hue angle of 154.23º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B36D is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 109 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.30 |
| HSL | 154.23º | 0.84% | 0.38% | - |
| HSV(B) | 154.23º | 0.91% | 0.7% | - |
| XYZ | 19.09 | 33.45 | 19.92 | - |
| YUV | 122.28 | 120.5 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 109 | 0.91 | 0 | 0.39 | 0.30 | 154.23 | 0.84 | 0.38 |
| Hex | 10 | B3 | 6D | 5B | 0 | 27 | 1E | 9A | 54 | 26 |
| Octal | 20 | 263 | 155 | 133 | 0 | 47 | 36 | 232 | 124 | 46 |
| Binary | 10000 | 10110011 | 1101101 | 1011011 | 0 | 100111 | 11110 | 10011010 | 1010100 | 100110 |
Color Harmonies of #10B36D
Complementary color
Monochromatic Colors of #10B36D
Black with #10B36D
Text Example
Text Example
White with #10B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B36D; }
p { color: rgb(16,179,109); }
H1.HeaderClassName
{
color: #10B36D;
}
.AnyTagClassName
{
color: #10B36D;
}
</style>
background-color css
<style>
a { background-color: #10B36D; }
a { background-color: rgb(16,179,109); }
div.DivClassName
{
background-color: #10B36D;
}
.BgClassName
{
background-color: #10B36D;
}
</style>
border-color css
<style>
span { border-color: #10B36D; }
span { border-color: rgb(16,179,109); }
td.TdClassName
{
border-color: #10B36D;
}
.TagClassName
{
border-color: #10B36D;
}
</style>