Shades of Jade #01BF6C
Tints of Jade #01BF6C
RGB
CMYK
RGB Variations
Color information
#01BF6C (or 0x01BF6C) is known color: Jade. HEX triplet: 01, BF and 6C. RGB value is (1,191,108). Sum of RGB (Red+Green+Blue) = 1+191+108=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF6C is #FE4093. Grayscale: #7C7C7C. Windows color (decimal): -16662676 or 7126785. OLE color: 7126785.
HSL color Cylindrical-coordinate representation of color #01BF6C: hue angle of 153.79º 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 #01BF6C is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 108 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.25 |
| HSL | 153.79º | 0.99% | 0.38% | - |
| HSV(B) | 153.79º | 0.99% | 0.75% | - |
| XYZ | 21.35 | 38.35 | 20.46 | - |
| YUV | 124.73 | 118.55 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 108 | 0.99 | 0 | 0.43 | 0.25 | 153.79 | 0.99 | 0.38 |
| Hex | 1 | BF | 6C | 63 | 0 | 2B | 19 | 9A | 63 | 26 |
| Octal | 1 | 277 | 154 | 143 | 0 | 53 | 31 | 232 | 143 | 46 |
| Binary | 1 | 10111111 | 1101100 | 1100011 | 0 | 101011 | 11001 | 10011010 | 1100011 | 100110 |
Color Harmonies of #01BF6C
Complementary color
Monochromatic Colors of #01BF6C
Black with #01BF6C
Text Example
Text Example
White with #01BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BF6C; }
p { color: rgb(1,191,108); }
H1.HeaderClassName
{
color: #01BF6C;
}
.AnyTagClassName
{
color: #01BF6C;
}
</style>
background-color css
<style>
a { background-color: #01BF6C; }
a { background-color: rgb(1,191,108); }
div.DivClassName
{
background-color: #01BF6C;
}
.BgClassName
{
background-color: #01BF6C;
}
</style>
border-color css
<style>
span { border-color: #01BF6C; }
span { border-color: rgb(1,191,108); }
td.TdClassName
{
border-color: #01BF6C;
}
.TagClassName
{
border-color: #01BF6C;
}
</style>