Shades of Jade #0DAF65
Tints of Jade #0DAF65
RGB
CMYK
RGB Variations
Color information
#0DAF65 (or 0x0DAF65) is known color: Jade. HEX triplet: 0D, AF and 65. RGB value is (13,175,101). Sum of RGB (Red+Green+Blue) = 13+175+101=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAF65 is #F2509A. Grayscale: #767676. Windows color (decimal): -15880347 or 6663949. OLE color: 6663949.
HSL color Cylindrical-coordinate representation of color #0DAF65: hue angle of 152.59º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF65 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 101 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.31 |
| HSL | 152.59º | 0.86% | 0.37% | - |
| HSV(B) | 152.59º | 0.93% | 0.69% | - |
| XYZ | 17.84 | 31.69 | 17.49 | - |
| YUV | 118.13 | 118.33 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 101 | 0.93 | 0 | 0.42 | 0.31 | 152.59 | 0.86 | 0.37 |
| Hex | D | AF | 65 | 5D | 0 | 2A | 1F | 99 | 56 | 25 |
| Octal | 15 | 257 | 145 | 135 | 0 | 52 | 37 | 231 | 126 | 45 |
| Binary | 1101 | 10101111 | 1100101 | 1011101 | 0 | 101010 | 11111 | 10011001 | 1010110 | 100101 |
Color Harmonies of #0DAF65
Complementary color
Monochromatic Colors of #0DAF65
Black with #0DAF65
Text Example
Text Example
White with #0DAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF65; }
p { color: rgb(13,175,101); }
H1.HeaderClassName
{
color: #0DAF65;
}
.AnyTagClassName
{
color: #0DAF65;
}
</style>
background-color css
<style>
a { background-color: #0DAF65; }
a { background-color: rgb(13,175,101); }
div.DivClassName
{
background-color: #0DAF65;
}
.BgClassName
{
background-color: #0DAF65;
}
</style>
border-color css
<style>
span { border-color: #0DAF65; }
span { border-color: rgb(13,175,101); }
td.TdClassName
{
border-color: #0DAF65;
}
.TagClassName
{
border-color: #0DAF65;
}
</style>