Shades of Jade #0DC569
Tints of Jade #0DC569
RGB
CMYK
RGB Variations
Color information
#0DC569 (or 0x0DC569) is known color: Jade. HEX triplet: 0D, C5 and 69. RGB value is (13,197,105). Sum of RGB (Red+Green+Blue) = 13+197+105=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC569 is #F23A96. Grayscale: #838383. Windows color (decimal): -15874711 or 6931725. OLE color: 6931725.
HSL color Cylindrical-coordinate representation of color #0DC569: hue angle of 150º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC569 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 105 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.23 |
| HSL | 150º | 0.88% | 0.41% | - |
| HSV(B) | 150º | 0.93% | 0.77% | - |
| XYZ | 22.68 | 41.04 | 20.09 | - |
| YUV | 131.5 | 113.04 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 105 | 0.93 | 0 | 0.47 | 0.23 | 150 | 0.88 | 0.41 |
| Hex | D | C5 | 69 | 5D | 0 | 2F | 17 | 96 | 58 | 29 |
| Octal | 15 | 305 | 151 | 135 | 0 | 57 | 27 | 226 | 130 | 51 |
| Binary | 1101 | 11000101 | 1101001 | 1011101 | 0 | 101111 | 10111 | 10010110 | 1011000 | 101001 |
Color Harmonies of #0DC569
Complementary color
Monochromatic Colors of #0DC569
Black with #0DC569
Text Example
Text Example
White with #0DC569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC569; }
p { color: rgb(13,197,105); }
H1.HeaderClassName
{
color: #0DC569;
}
.AnyTagClassName
{
color: #0DC569;
}
</style>
background-color css
<style>
a { background-color: #0DC569; }
a { background-color: rgb(13,197,105); }
div.DivClassName
{
background-color: #0DC569;
}
.BgClassName
{
background-color: #0DC569;
}
</style>
border-color css
<style>
span { border-color: #0DC569; }
span { border-color: rgb(13,197,105); }
td.TdClassName
{
border-color: #0DC569;
}
.TagClassName
{
border-color: #0DC569;
}
</style>