Shades of Jade #0DAA68
Tints of Jade #0DAA68
RGB
CMYK
RGB Variations
Color information
#0DAA68 (or 0x0DAA68) is known color: Jade. HEX triplet: 0D, AA and 68. RGB value is (13,170,104). Sum of RGB (Red+Green+Blue) = 13+170+104=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAA68 is #F25597. Grayscale: #737373. Windows color (decimal): -15881624 or 6859277. OLE color: 6859277.
HSL color Cylindrical-coordinate representation of color #0DAA68: hue angle of 154.78º 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 #0DAA68 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 104 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.33 |
| HSL | 154.78º | 0.86% | 0.36% | - |
| HSV(B) | 154.78º | 0.92% | 0.67% | - |
| XYZ | 17.04 | 29.83 | 17.96 | - |
| YUV | 115.53 | 121.49 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 104 | 0.92 | 0 | 0.39 | 0.33 | 154.78 | 0.86 | 0.36 |
| Hex | D | AA | 68 | 5C | 0 | 27 | 21 | 9B | 56 | 24 |
| Octal | 15 | 252 | 150 | 134 | 0 | 47 | 41 | 233 | 126 | 44 |
| Binary | 1101 | 10101010 | 1101000 | 1011100 | 0 | 100111 | 100001 | 10011011 | 1010110 | 100100 |
Color Harmonies of #0DAA68
Complementary color
Monochromatic Colors of #0DAA68
Black with #0DAA68
Text Example
Text Example
White with #0DAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA68; }
p { color: rgb(13,170,104); }
H1.HeaderClassName
{
color: #0DAA68;
}
.AnyTagClassName
{
color: #0DAA68;
}
</style>
background-color css
<style>
a { background-color: #0DAA68; }
a { background-color: rgb(13,170,104); }
div.DivClassName
{
background-color: #0DAA68;
}
.BgClassName
{
background-color: #0DAA68;
}
</style>
border-color css
<style>
span { border-color: #0DAA68; }
span { border-color: rgb(13,170,104); }
td.TdClassName
{
border-color: #0DAA68;
}
.TagClassName
{
border-color: #0DAA68;
}
</style>