Shades of Jade #10A963
Tints of Jade #10A963
RGB
CMYK
RGB Variations
Color information
#10A963 (or 0x10A963) is known color: Jade. HEX triplet: 10, A9 and 63. RGB value is (16,169,99). Sum of RGB (Red+Green+Blue) = 16+169+99=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 169 (66.41% from 255 or 59.51% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 169 - color contains mainly: green. Hex color #10A963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A963 is #EF569C. Grayscale: #737373. Windows color (decimal): -15685277 or 6531344. OLE color: 6531344.
HSL color Cylindrical-coordinate representation of color #10A963: hue angle of 152.55º 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 #10A963 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 99 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.34 |
| HSL | 152.55º | 0.83% | 0.36% | - |
| HSV(B) | 152.55º | 0.91% | 0.66% | - |
| XYZ | 16.65 | 29.39 | 16.6 | - |
| YUV | 115.27 | 118.81 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 99 | 0.91 | 0 | 0.41 | 0.34 | 152.55 | 0.83 | 0.36 |
| Hex | 10 | A9 | 63 | 5B | 0 | 29 | 22 | 99 | 53 | 24 |
| Octal | 20 | 251 | 143 | 133 | 0 | 51 | 42 | 231 | 123 | 44 |
| Binary | 10000 | 10101001 | 1100011 | 1011011 | 0 | 101001 | 100010 | 10011001 | 1010011 | 100100 |
Color Harmonies of #10A963
Complementary color
Monochromatic Colors of #10A963
Black with #10A963
Text Example
Text Example
White with #10A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A963; }
p { color: rgb(16,169,99); }
H1.HeaderClassName
{
color: #10A963;
}
.AnyTagClassName
{
color: #10A963;
}
</style>
background-color css
<style>
a { background-color: #10A963; }
a { background-color: rgb(16,169,99); }
div.DivClassName
{
background-color: #10A963;
}
.BgClassName
{
background-color: #10A963;
}
</style>
border-color css
<style>
span { border-color: #10A963; }
span { border-color: rgb(16,169,99); }
td.TdClassName
{
border-color: #10A963;
}
.TagClassName
{
border-color: #10A963;
}
</style>