Shades of Jade #01BF68
Tints of Jade #01BF68
RGB
CMYK
RGB Variations
Color information
#01BF68 (or 0x01BF68) is known color: Jade. HEX triplet: 01, BF and 68. RGB value is (1,191,104). Sum of RGB (Red+Green+Blue) = 1+191+104=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 191 (75% from 255 or 64.53% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF68 is #FE4097. Grayscale: #7C7C7C. Windows color (decimal): -16662680 or 6864641. OLE color: 6864641.
HSL color Cylindrical-coordinate representation of color #01BF68: hue angle of 152.53º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BF68 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 104 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.25 |
| HSL | 152.53º | 0.99% | 0.38% | - |
| HSV(B) | 152.53º | 0.99% | 0.75% | - |
| XYZ | 21.14 | 38.27 | 19.37 | - |
| YUV | 124.27 | 116.55 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 104 | 0.99 | 0 | 0.46 | 0.25 | 152.53 | 0.99 | 0.38 |
| Hex | 1 | BF | 68 | 63 | 0 | 2E | 19 | 99 | 63 | 26 |
| Octal | 1 | 277 | 150 | 143 | 0 | 56 | 31 | 231 | 143 | 46 |
| Binary | 1 | 10111111 | 1101000 | 1100011 | 0 | 101110 | 11001 | 10011001 | 1100011 | 100110 |
Color Harmonies of #01BF68
Complementary color
Monochromatic Colors of #01BF68
Black with #01BF68
Text Example
Text Example
White with #01BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BF68; }
p { color: rgb(1,191,104); }
H1.HeaderClassName
{
color: #01BF68;
}
.AnyTagClassName
{
color: #01BF68;
}
</style>
background-color css
<style>
a { background-color: #01BF68; }
a { background-color: rgb(1,191,104); }
div.DivClassName
{
background-color: #01BF68;
}
.BgClassName
{
background-color: #01BF68;
}
</style>
border-color css
<style>
span { border-color: #01BF68; }
span { border-color: rgb(1,191,104); }
td.TdClassName
{
border-color: #01BF68;
}
.TagClassName
{
border-color: #01BF68;
}
</style>