Shades of Jade #10A672
Tints of Jade #10A672
RGB
CMYK
RGB Variations
Color information
#10A672 (or 0x10A672) is known color: Jade. HEX triplet: 10, A6 and 72. RGB value is (16,166,114). Sum of RGB (Red+Green+Blue) = 16+166+114=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #10A672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A672 is #EF598D. Grayscale: #737373. Windows color (decimal): -15686030 or 7513616. OLE color: 7513616.
HSL color Cylindrical-coordinate representation of color #10A672: hue angle of 159.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A672 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 114 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.35 |
| HSL | 159.2º | 0.82% | 0.36% | - |
| HSV(B) | 159.2º | 0.9% | 0.65% | - |
| XYZ | 16.89 | 28.6 | 20.55 | - |
| YUV | 115.22 | 127.31 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 114 | 0.90 | 0 | 0.31 | 0.35 | 159.2 | 0.82 | 0.36 |
| Hex | 10 | A6 | 72 | 5A | 0 | 1F | 23 | 9F | 52 | 24 |
| Octal | 20 | 246 | 162 | 132 | 0 | 37 | 43 | 237 | 122 | 44 |
| Binary | 10000 | 10100110 | 1110010 | 1011010 | 0 | 11111 | 100011 | 10011111 | 1010010 | 100100 |
Color Harmonies of #10A672
Complementary color
Monochromatic Colors of #10A672
Black with #10A672
Text Example
Text Example
White with #10A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A672; }
p { color: rgb(16,166,114); }
H1.HeaderClassName
{
color: #10A672;
}
.AnyTagClassName
{
color: #10A672;
}
</style>
background-color css
<style>
a { background-color: #10A672; }
a { background-color: rgb(16,166,114); }
div.DivClassName
{
background-color: #10A672;
}
.BgClassName
{
background-color: #10A672;
}
</style>
border-color css
<style>
span { border-color: #10A672; }
span { border-color: rgb(16,166,114); }
td.TdClassName
{
border-color: #10A672;
}
.TagClassName
{
border-color: #10A672;
}
</style>