Shades of Jade #0DAF62
Tints of Jade #0DAF62
RGB
CMYK
RGB Variations
Color information
#0DAF62 (or 0x0DAF62) is known color: Jade. HEX triplet: 0D, AF and 62. RGB value is (13,175,98). Sum of RGB (Red+Green+Blue) = 13+175+98=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAF62 is #F2509D. Grayscale: #757575. Windows color (decimal): -15880350 or 6467341. OLE color: 6467341.
HSL color Cylindrical-coordinate representation of color #0DAF62: hue angle of 151.48º 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 #0DAF62 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 98 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.31 |
| HSL | 151.48º | 0.86% | 0.37% | - |
| HSV(B) | 151.48º | 0.93% | 0.69% | - |
| XYZ | 17.7 | 31.63 | 16.73 | - |
| YUV | 117.78 | 116.83 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 98 | 0.93 | 0 | 0.44 | 0.31 | 151.48 | 0.86 | 0.37 |
| Hex | D | AF | 62 | 5D | 0 | 2C | 1F | 97 | 56 | 25 |
| Octal | 15 | 257 | 142 | 135 | 0 | 54 | 37 | 227 | 126 | 45 |
| Binary | 1101 | 10101111 | 1100010 | 1011101 | 0 | 101100 | 11111 | 10010111 | 1010110 | 100101 |
Color Harmonies of #0DAF62
Complementary color
Monochromatic Colors of #0DAF62
Black with #0DAF62
Text Example
Text Example
White with #0DAF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF62; }
p { color: rgb(13,175,98); }
H1.HeaderClassName
{
color: #0DAF62;
}
.AnyTagClassName
{
color: #0DAF62;
}
</style>
background-color css
<style>
a { background-color: #0DAF62; }
a { background-color: rgb(13,175,98); }
div.DivClassName
{
background-color: #0DAF62;
}
.BgClassName
{
background-color: #0DAF62;
}
</style>
border-color css
<style>
span { border-color: #0DAF62; }
span { border-color: rgb(13,175,98); }
td.TdClassName
{
border-color: #0DAF62;
}
.TagClassName
{
border-color: #0DAF62;
}
</style>