Shades of Jade #10B372
Tints of Jade #10B372
RGB
CMYK
RGB Variations
Color information
#10B372 (or 0x10B372) is known color: Jade. HEX triplet: 10, B3 and 72. RGB value is (16,179,114). Sum of RGB (Red+Green+Blue) = 16+179+114=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #10B372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B372 is #EF4C8D. Grayscale: #7A7A7A. Windows color (decimal): -15682702 or 7516944. OLE color: 7516944.
HSL color Cylindrical-coordinate representation of color #10B372: hue angle of 156.07º 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 #10B372 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 114 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.30 |
| HSL | 156.07º | 0.84% | 0.38% | - |
| HSV(B) | 156.07º | 0.91% | 0.7% | - |
| XYZ | 19.37 | 33.57 | 21.38 | - |
| YUV | 122.85 | 123 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 114 | 0.91 | 0 | 0.36 | 0.30 | 156.07 | 0.84 | 0.38 |
| Hex | 10 | B3 | 72 | 5B | 0 | 24 | 1E | 9C | 54 | 26 |
| Octal | 20 | 263 | 162 | 133 | 0 | 44 | 36 | 234 | 124 | 46 |
| Binary | 10000 | 10110011 | 1110010 | 1011011 | 0 | 100100 | 11110 | 10011100 | 1010100 | 100110 |
Color Harmonies of #10B372
Complementary color
Monochromatic Colors of #10B372
Black with #10B372
Text Example
Text Example
White with #10B372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B372; }
p { color: rgb(16,179,114); }
H1.HeaderClassName
{
color: #10B372;
}
.AnyTagClassName
{
color: #10B372;
}
</style>
background-color css
<style>
a { background-color: #10B372; }
a { background-color: rgb(16,179,114); }
div.DivClassName
{
background-color: #10B372;
}
.BgClassName
{
background-color: #10B372;
}
</style>
border-color css
<style>
span { border-color: #10B372; }
span { border-color: rgb(16,179,114); }
td.TdClassName
{
border-color: #10B372;
}
.TagClassName
{
border-color: #10B372;
}
</style>