Shades of Jade #0AAD7A
Tints of Jade #0AAD7A
RGB
CMYK
RGB Variations
Color information
#0AAD7A (or 0x0AAD7A) is known color: Jade. HEX triplet: 0A, AD and 7A. RGB value is (10,173,122). Sum of RGB (Red+Green+Blue) = 10+173+122=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD7A is #F55285. Grayscale: #767676. Windows color (decimal): -16077446 or 8039690. OLE color: 8039690.
HSL color Cylindrical-coordinate representation of color #0AAD7A: hue angle of 161.23º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD7A is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 122 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.32 |
| HSL | 161.23º | 0.89% | 0.36% | - |
| HSV(B) | 161.23º | 0.94% | 0.68% | - |
| XYZ | 18.58 | 31.36 | 23.49 | - |
| YUV | 118.45 | 130 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 122 | 0.94 | 0 | 0.29 | 0.32 | 161.23 | 0.89 | 0.36 |
| Hex | A | AD | 7A | 5E | 0 | 1D | 20 | A1 | 59 | 24 |
| Octal | 12 | 255 | 172 | 136 | 0 | 35 | 40 | 241 | 131 | 44 |
| Binary | 1010 | 10101101 | 1111010 | 1011110 | 0 | 11101 | 100000 | 10100001 | 1011001 | 100100 |
Color Harmonies of #0AAD7A
Complementary color
Monochromatic Colors of #0AAD7A
Black with #0AAD7A
Text Example
Text Example
White with #0AAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAD7A; }
p { color: rgb(10,173,122); }
H1.HeaderClassName
{
color: #0AAD7A;
}
.AnyTagClassName
{
color: #0AAD7A;
}
</style>
background-color css
<style>
a { background-color: #0AAD7A; }
a { background-color: rgb(10,173,122); }
div.DivClassName
{
background-color: #0AAD7A;
}
.BgClassName
{
background-color: #0AAD7A;
}
</style>
border-color css
<style>
span { border-color: #0AAD7A; }
span { border-color: rgb(10,173,122); }
td.TdClassName
{
border-color: #0AAD7A;
}
.TagClassName
{
border-color: #0AAD7A;
}
</style>