Shades of Jade #0DAA6B
Tints of Jade #0DAA6B
RGB
CMYK
RGB Variations
Color information
#0DAA6B (or 0x0DAA6B) is known color: Jade. HEX triplet: 0D, AA and 6B. RGB value is (13,170,107). Sum of RGB (Red+Green+Blue) = 13+170+107=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAA6B is #F25594. Grayscale: #737373. Windows color (decimal): -15881621 or 7055885. OLE color: 7055885.
HSL color Cylindrical-coordinate representation of color #0DAA6B: hue angle of 155.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAA6B is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 107 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.33 |
| HSL | 155.92º | 0.86% | 0.36% | - |
| HSV(B) | 155.92º | 0.92% | 0.67% | - |
| XYZ | 17.19 | 29.9 | 18.77 | - |
| YUV | 115.88 | 122.99 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 107 | 0.92 | 0 | 0.37 | 0.33 | 155.92 | 0.86 | 0.36 |
| Hex | D | AA | 6B | 5C | 0 | 25 | 21 | 9C | 56 | 24 |
| Octal | 15 | 252 | 153 | 134 | 0 | 45 | 41 | 234 | 126 | 44 |
| Binary | 1101 | 10101010 | 1101011 | 1011100 | 0 | 100101 | 100001 | 10011100 | 1010110 | 100100 |
Color Harmonies of #0DAA6B
Complementary color
Monochromatic Colors of #0DAA6B
Black with #0DAA6B
Text Example
Text Example
White with #0DAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA6B; }
p { color: rgb(13,170,107); }
H1.HeaderClassName
{
color: #0DAA6B;
}
.AnyTagClassName
{
color: #0DAA6B;
}
</style>
background-color css
<style>
a { background-color: #0DAA6B; }
a { background-color: rgb(13,170,107); }
div.DivClassName
{
background-color: #0DAA6B;
}
.BgClassName
{
background-color: #0DAA6B;
}
</style>
border-color css
<style>
span { border-color: #0DAA6B; }
span { border-color: rgb(13,170,107); }
td.TdClassName
{
border-color: #0DAA6B;
}
.TagClassName
{
border-color: #0DAA6B;
}
</style>