Shades of Jade #0DAA61
Tints of Jade #0DAA61
RGB
CMYK
RGB Variations
Color information
#0DAA61 (or 0x0DAA61) is known color: Jade. HEX triplet: 0D, AA and 61. RGB value is (13,170,97). Sum of RGB (Red+Green+Blue) = 13+170+97=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAA61 is #F2559E. Grayscale: #727272. Windows color (decimal): -15881631 or 6400525. OLE color: 6400525.
HSL color Cylindrical-coordinate representation of color #0DAA61: hue angle of 152.1º 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 #0DAA61 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 97 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.33 |
| HSL | 152.1º | 0.86% | 0.36% | - |
| HSV(B) | 152.1º | 0.92% | 0.67% | - |
| XYZ | 16.7 | 29.7 | 16.16 | - |
| YUV | 114.74 | 117.99 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 97 | 0.92 | 0 | 0.43 | 0.33 | 152.1 | 0.86 | 0.36 |
| Hex | D | AA | 61 | 5C | 0 | 2B | 21 | 98 | 56 | 24 |
| Octal | 15 | 252 | 141 | 134 | 0 | 53 | 41 | 230 | 126 | 44 |
| Binary | 1101 | 10101010 | 1100001 | 1011100 | 0 | 101011 | 100001 | 10011000 | 1010110 | 100100 |
Color Harmonies of #0DAA61
Complementary color
Monochromatic Colors of #0DAA61
Black with #0DAA61
Text Example
Text Example
White with #0DAA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA61; }
p { color: rgb(13,170,97); }
H1.HeaderClassName
{
color: #0DAA61;
}
.AnyTagClassName
{
color: #0DAA61;
}
</style>
background-color css
<style>
a { background-color: #0DAA61; }
a { background-color: rgb(13,170,97); }
div.DivClassName
{
background-color: #0DAA61;
}
.BgClassName
{
background-color: #0DAA61;
}
</style>
border-color css
<style>
span { border-color: #0DAA61; }
span { border-color: rgb(13,170,97); }
td.TdClassName
{
border-color: #0DAA61;
}
.TagClassName
{
border-color: #0DAA61;
}
</style>