Shades of Jade #0DBF68
Tints of Jade #0DBF68
RGB
CMYK
RGB Variations
Color information
#0DBF68 (or 0x0DBF68) is known color: Jade. HEX triplet: 0D, BF and 68. RGB value is (13,191,104). Sum of RGB (Red+Green+Blue) = 13+191+104=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF68 is #F24097. Grayscale: #808080. Windows color (decimal): -15876248 or 6864653. OLE color: 6864653.
HSL color Cylindrical-coordinate representation of color #0DBF68: hue angle of 150.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF68 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 104 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.25 |
| HSL | 150.67º | 0.87% | 0.4% | - |
| HSV(B) | 150.67º | 0.93% | 0.75% | - |
| XYZ | 21.3 | 38.35 | 19.38 | - |
| YUV | 127.86 | 114.53 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 104 | 0.93 | 0 | 0.46 | 0.25 | 150.67 | 0.87 | 0.4 |
| Hex | D | BF | 68 | 5D | 0 | 2E | 19 | 97 | 57 | 28 |
| Octal | 15 | 277 | 150 | 135 | 0 | 56 | 31 | 227 | 127 | 50 |
| Binary | 1101 | 10111111 | 1101000 | 1011101 | 0 | 101110 | 11001 | 10010111 | 1010111 | 101000 |
Color Harmonies of #0DBF68
Complementary color
Monochromatic Colors of #0DBF68
Black with #0DBF68
Text Example
Text Example
White with #0DBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF68; }
p { color: rgb(13,191,104); }
H1.HeaderClassName
{
color: #0DBF68;
}
.AnyTagClassName
{
color: #0DBF68;
}
</style>
background-color css
<style>
a { background-color: #0DBF68; }
a { background-color: rgb(13,191,104); }
div.DivClassName
{
background-color: #0DBF68;
}
.BgClassName
{
background-color: #0DBF68;
}
</style>
border-color css
<style>
span { border-color: #0DBF68; }
span { border-color: rgb(13,191,104); }
td.TdClassName
{
border-color: #0DBF68;
}
.TagClassName
{
border-color: #0DBF68;
}
</style>