Shades of Jade #0DBF66
Tints of Jade #0DBF66
RGB
CMYK
RGB Variations
Color information
#0DBF66 (or 0x0DBF66) is known color: Jade. HEX triplet: 0D, BF and 66. RGB value is (13,191,102). Sum of RGB (Red+Green+Blue) = 13+191+102=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF66 is #F24099. Grayscale: #7F7F7F. Windows color (decimal): -15876250 or 6733581. OLE color: 6733581.
HSL color Cylindrical-coordinate representation of color #0DBF66: hue angle of 150º 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 #0DBF66 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 102 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.25 |
| HSL | 150º | 0.87% | 0.4% | - |
| HSV(B) | 150º | 0.93% | 0.75% | - |
| XYZ | 21.2 | 38.31 | 18.85 | - |
| YUV | 127.63 | 113.53 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 102 | 0.93 | 0 | 0.47 | 0.25 | 150 | 0.87 | 0.4 |
| Hex | D | BF | 66 | 5D | 0 | 2F | 19 | 96 | 57 | 28 |
| Octal | 15 | 277 | 146 | 135 | 0 | 57 | 31 | 226 | 127 | 50 |
| Binary | 1101 | 10111111 | 1100110 | 1011101 | 0 | 101111 | 11001 | 10010110 | 1010111 | 101000 |
Color Harmonies of #0DBF66
Complementary color
Monochromatic Colors of #0DBF66
Black with #0DBF66
Text Example
Text Example
White with #0DBF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF66; }
p { color: rgb(13,191,102); }
H1.HeaderClassName
{
color: #0DBF66;
}
.AnyTagClassName
{
color: #0DBF66;
}
</style>
background-color css
<style>
a { background-color: #0DBF66; }
a { background-color: rgb(13,191,102); }
div.DivClassName
{
background-color: #0DBF66;
}
.BgClassName
{
background-color: #0DBF66;
}
</style>
border-color css
<style>
span { border-color: #0DBF66; }
span { border-color: rgb(13,191,102); }
td.TdClassName
{
border-color: #0DBF66;
}
.TagClassName
{
border-color: #0DBF66;
}
</style>