Shades of Jade #01BD6E
Tints of Jade #01BD6E
RGB
CMYK
RGB Variations
Color information
#01BD6E (or 0x01BD6E) is known color: Jade. HEX triplet: 01, BD and 6E. RGB value is (1,189,110). Sum of RGB (Red+Green+Blue) = 1+189+110=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BD6E is #FE4291. Grayscale: #7B7B7B. Windows color (decimal): -16663186 or 7257345. OLE color: 7257345.
HSL color Cylindrical-coordinate representation of color #01BD6E: hue angle of 154.79º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BD6E is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 110 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.26 |
| HSL | 154.79º | 0.99% | 0.37% | - |
| HSV(B) | 154.79º | 0.99% | 0.74% | - |
| XYZ | 21.02 | 37.53 | 20.89 | - |
| YUV | 123.78 | 120.22 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 110 | 0.99 | 0 | 0.42 | 0.26 | 154.79 | 0.99 | 0.37 |
| Hex | 1 | BD | 6E | 63 | 0 | 2A | 1A | 9B | 63 | 25 |
| Octal | 1 | 275 | 156 | 143 | 0 | 52 | 32 | 233 | 143 | 45 |
| Binary | 1 | 10111101 | 1101110 | 1100011 | 0 | 101010 | 11010 | 10011011 | 1100011 | 100101 |
Color Harmonies of #01BD6E
Complementary color
Monochromatic Colors of #01BD6E
Black with #01BD6E
Text Example
Text Example
White with #01BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD6E; }
p { color: rgb(1,189,110); }
H1.HeaderClassName
{
color: #01BD6E;
}
.AnyTagClassName
{
color: #01BD6E;
}
</style>
background-color css
<style>
a { background-color: #01BD6E; }
a { background-color: rgb(1,189,110); }
div.DivClassName
{
background-color: #01BD6E;
}
.BgClassName
{
background-color: #01BD6E;
}
</style>
border-color css
<style>
span { border-color: #01BD6E; }
span { border-color: rgb(1,189,110); }
td.TdClassName
{
border-color: #01BD6E;
}
.TagClassName
{
border-color: #01BD6E;
}
</style>