Shades of Jade #10A973
Tints of Jade #10A973
RGB
CMYK
RGB Variations
Color information
#10A973 (or 0x10A973) is known color: Jade. HEX triplet: 10, A9 and 73. RGB value is (16,169,115). Sum of RGB (Red+Green+Blue) = 16+169+115=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #10A973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A973 is #EF568C. Grayscale: #757575. Windows color (decimal): -15685261 or 7579920. OLE color: 7579920.
HSL color Cylindrical-coordinate representation of color #10A973: hue angle of 158.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A973 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 115 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.34 |
| HSL | 158.82º | 0.83% | 0.36% | - |
| HSV(B) | 158.82º | 0.91% | 0.66% | - |
| XYZ | 17.5 | 29.72 | 21.03 | - |
| YUV | 117.1 | 126.81 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 115 | 0.91 | 0 | 0.32 | 0.34 | 158.82 | 0.83 | 0.36 |
| Hex | 10 | A9 | 73 | 5B | 0 | 20 | 22 | 9F | 53 | 24 |
| Octal | 20 | 251 | 163 | 133 | 0 | 40 | 42 | 237 | 123 | 44 |
| Binary | 10000 | 10101001 | 1110011 | 1011011 | 0 | 100000 | 100010 | 10011111 | 1010011 | 100100 |
Color Harmonies of #10A973
Complementary color
Monochromatic Colors of #10A973
Black with #10A973
Text Example
Text Example
White with #10A973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A973; }
p { color: rgb(16,169,115); }
H1.HeaderClassName
{
color: #10A973;
}
.AnyTagClassName
{
color: #10A973;
}
</style>
background-color css
<style>
a { background-color: #10A973; }
a { background-color: rgb(16,169,115); }
div.DivClassName
{
background-color: #10A973;
}
.BgClassName
{
background-color: #10A973;
}
</style>
border-color css
<style>
span { border-color: #10A973; }
span { border-color: rgb(16,169,115); }
td.TdClassName
{
border-color: #10A973;
}
.TagClassName
{
border-color: #10A973;
}
</style>