Shades of Jade #0DAA6F
Tints of Jade #0DAA6F
RGB
CMYK
RGB Variations
Color information
#0DAA6F (or 0x0DAA6F) is known color: Jade. HEX triplet: 0D, AA and 6F. RGB value is (13,170,111). Sum of RGB (Red+Green+Blue) = 13+170+111=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAA6F is #F25590. Grayscale: #747474. Windows color (decimal): -15881617 or 7318029. OLE color: 7318029.
HSL color Cylindrical-coordinate representation of color #0DAA6F: hue angle of 157.45º 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 #0DAA6F is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 111 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.33 |
| HSL | 157.45º | 0.86% | 0.36% | - |
| HSV(B) | 157.45º | 0.92% | 0.67% | - |
| XYZ | 17.41 | 29.98 | 19.91 | - |
| YUV | 116.33 | 124.99 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 111 | 0.92 | 0 | 0.35 | 0.33 | 157.45 | 0.86 | 0.36 |
| Hex | D | AA | 6F | 5C | 0 | 23 | 21 | 9D | 56 | 24 |
| Octal | 15 | 252 | 157 | 134 | 0 | 43 | 41 | 235 | 126 | 44 |
| Binary | 1101 | 10101010 | 1101111 | 1011100 | 0 | 100011 | 100001 | 10011101 | 1010110 | 100100 |
Color Harmonies of #0DAA6F
Complementary color
Monochromatic Colors of #0DAA6F
Black with #0DAA6F
Text Example
Text Example
White with #0DAA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA6F; }
p { color: rgb(13,170,111); }
H1.HeaderClassName
{
color: #0DAA6F;
}
.AnyTagClassName
{
color: #0DAA6F;
}
</style>
background-color css
<style>
a { background-color: #0DAA6F; }
a { background-color: rgb(13,170,111); }
div.DivClassName
{
background-color: #0DAA6F;
}
.BgClassName
{
background-color: #0DAA6F;
}
</style>
border-color css
<style>
span { border-color: #0DAA6F; }
span { border-color: rgb(13,170,111); }
td.TdClassName
{
border-color: #0DAA6F;
}
.TagClassName
{
border-color: #0DAA6F;
}
</style>