Shades of Jade #0DA26A
Tints of Jade #0DA26A
RGB
CMYK
RGB Variations
Color information
#0DA26A (or 0x0DA26A) is known color: Jade. HEX triplet: 0D, A2 and 6A. RGB value is (13,162,106). Sum of RGB (Red+Green+Blue) = 13+162+106=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA26A is #F25D95. Grayscale: #6F6F6F. Windows color (decimal): -15883670 or 6988301. OLE color: 6988301.
HSL color Cylindrical-coordinate representation of color #0DA26A: hue angle of 157.45º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA26A is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 106 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.36 |
| HSL | 157.45º | 0.85% | 0.34% | - |
| HSV(B) | 157.45º | 0.92% | 0.64% | - |
| XYZ | 15.69 | 26.97 | 18.01 | - |
| YUV | 111.07 | 125.14 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 106 | 0.92 | 0 | 0.35 | 0.36 | 157.45 | 0.85 | 0.34 |
| Hex | D | A2 | 6A | 5C | 0 | 23 | 24 | 9D | 55 | 22 |
| Octal | 15 | 242 | 152 | 134 | 0 | 43 | 44 | 235 | 125 | 42 |
| Binary | 1101 | 10100010 | 1101010 | 1011100 | 0 | 100011 | 100100 | 10011101 | 1010101 | 100010 |
Color Harmonies of #0DA26A
Complementary color
Monochromatic Colors of #0DA26A
Black with #0DA26A
Text Example
Text Example
White with #0DA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA26A; }
p { color: rgb(13,162,106); }
H1.HeaderClassName
{
color: #0DA26A;
}
.AnyTagClassName
{
color: #0DA26A;
}
</style>
background-color css
<style>
a { background-color: #0DA26A; }
a { background-color: rgb(13,162,106); }
div.DivClassName
{
background-color: #0DA26A;
}
.BgClassName
{
background-color: #0DA26A;
}
</style>
border-color css
<style>
span { border-color: #0DA26A; }
span { border-color: rgb(13,162,106); }
td.TdClassName
{
border-color: #0DA26A;
}
.TagClassName
{
border-color: #0DA26A;
}
</style>