Shades of Jade #0DAA6D
Tints of Jade #0DAA6D
RGB
CMYK
RGB Variations
Color information
#0DAA6D (or 0x0DAA6D) is known color: Jade. HEX triplet: 0D, AA and 6D. RGB value is (13,170,109). Sum of RGB (Red+Green+Blue) = 13+170+109=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAA6D is #F25592. Grayscale: #747474. Windows color (decimal): -15881619 or 7186957. OLE color: 7186957.
HSL color Cylindrical-coordinate representation of color #0DAA6D: hue angle of 156.69º 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 #0DAA6D is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 109 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.33 |
| HSL | 156.69º | 0.86% | 0.36% | - |
| HSV(B) | 156.69º | 0.92% | 0.67% | - |
| XYZ | 17.3 | 29.94 | 19.33 | - |
| YUV | 116.1 | 123.99 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 109 | 0.92 | 0 | 0.36 | 0.33 | 156.69 | 0.86 | 0.36 |
| Hex | D | AA | 6D | 5C | 0 | 24 | 21 | 9D | 56 | 24 |
| Octal | 15 | 252 | 155 | 134 | 0 | 44 | 41 | 235 | 126 | 44 |
| Binary | 1101 | 10101010 | 1101101 | 1011100 | 0 | 100100 | 100001 | 10011101 | 1010110 | 100100 |
Color Harmonies of #0DAA6D
Complementary color
Monochromatic Colors of #0DAA6D
Black with #0DAA6D
Text Example
Text Example
White with #0DAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA6D; }
p { color: rgb(13,170,109); }
H1.HeaderClassName
{
color: #0DAA6D;
}
.AnyTagClassName
{
color: #0DAA6D;
}
</style>
background-color css
<style>
a { background-color: #0DAA6D; }
a { background-color: rgb(13,170,109); }
div.DivClassName
{
background-color: #0DAA6D;
}
.BgClassName
{
background-color: #0DAA6D;
}
</style>
border-color css
<style>
span { border-color: #0DAA6D; }
span { border-color: rgb(13,170,109); }
td.TdClassName
{
border-color: #0DAA6D;
}
.TagClassName
{
border-color: #0DAA6D;
}
</style>