Shades of Jade #10AC73
Tints of Jade #10AC73
RGB
CMYK
RGB Variations
Color information
#10AC73 (or 0x10AC73) is known color: Jade. HEX triplet: 10, AC and 73. RGB value is (16,172,115). Sum of RGB (Red+Green+Blue) = 16+172+115=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AC73 is #EF538C. Grayscale: #767676. Windows color (decimal): -15684493 or 7580688. OLE color: 7580688.
HSL color Cylindrical-coordinate representation of color #10AC73: hue angle of 158.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC73 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 115 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.33 |
| HSL | 158.08º | 0.83% | 0.37% | - |
| HSV(B) | 158.08º | 0.91% | 0.67% | - |
| XYZ | 18.06 | 30.85 | 21.22 | - |
| YUV | 118.86 | 125.82 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 115 | 0.91 | 0 | 0.33 | 0.33 | 158.08 | 0.83 | 0.37 |
| Hex | 10 | AC | 73 | 5B | 0 | 21 | 21 | 9E | 53 | 25 |
| Octal | 20 | 254 | 163 | 133 | 0 | 41 | 41 | 236 | 123 | 45 |
| Binary | 10000 | 10101100 | 1110011 | 1011011 | 0 | 100001 | 100001 | 10011110 | 1010011 | 100101 |
Color Harmonies of #10AC73
Complementary color
Monochromatic Colors of #10AC73
Black with #10AC73
Text Example
Text Example
White with #10AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC73; }
p { color: rgb(16,172,115); }
H1.HeaderClassName
{
color: #10AC73;
}
.AnyTagClassName
{
color: #10AC73;
}
</style>
background-color css
<style>
a { background-color: #10AC73; }
a { background-color: rgb(16,172,115); }
div.DivClassName
{
background-color: #10AC73;
}
.BgClassName
{
background-color: #10AC73;
}
</style>
border-color css
<style>
span { border-color: #10AC73; }
span { border-color: rgb(16,172,115); }
td.TdClassName
{
border-color: #10AC73;
}
.TagClassName
{
border-color: #10AC73;
}
</style>