Shades of Jade #0DA267
Tints of Jade #0DA267
RGB
CMYK
RGB Variations
Color information
#0DA267 (or 0x0DA267) is known color: Jade. HEX triplet: 0D, A2 and 67. RGB value is (13,162,103). Sum of RGB (Red+Green+Blue) = 13+162+103=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA267 is #F25D98. Grayscale: #6E6E6E. Windows color (decimal): -15883673 or 6791693. OLE color: 6791693.
HSL color Cylindrical-coordinate representation of color #0DA267: hue angle of 156.24º 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 #0DA267 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 103 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.36 |
| HSL | 156.24º | 0.85% | 0.34% | - |
| HSV(B) | 156.24º | 0.92% | 0.64% | - |
| XYZ | 15.53 | 26.91 | 17.21 | - |
| YUV | 110.72 | 123.64 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 103 | 0.92 | 0 | 0.36 | 0.36 | 156.24 | 0.85 | 0.34 |
| Hex | D | A2 | 67 | 5C | 0 | 24 | 24 | 9C | 55 | 22 |
| Octal | 15 | 242 | 147 | 134 | 0 | 44 | 44 | 234 | 125 | 42 |
| Binary | 1101 | 10100010 | 1100111 | 1011100 | 0 | 100100 | 100100 | 10011100 | 1010101 | 100010 |
Color Harmonies of #0DA267
Complementary color
Monochromatic Colors of #0DA267
Black with #0DA267
Text Example
Text Example
White with #0DA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA267; }
p { color: rgb(13,162,103); }
H1.HeaderClassName
{
color: #0DA267;
}
.AnyTagClassName
{
color: #0DA267;
}
</style>
background-color css
<style>
a { background-color: #0DA267; }
a { background-color: rgb(13,162,103); }
div.DivClassName
{
background-color: #0DA267;
}
.BgClassName
{
background-color: #0DA267;
}
</style>
border-color css
<style>
span { border-color: #0DA267; }
span { border-color: rgb(13,162,103); }
td.TdClassName
{
border-color: #0DA267;
}
.TagClassName
{
border-color: #0DA267;
}
</style>