Shades of Jade #01BE6F
Tints of Jade #01BE6F
RGB
CMYK
RGB Variations
Color information
#01BE6F (or 0x01BE6F) is known color: Jade. HEX triplet: 01, BE and 6F. RGB value is (1,190,111). Sum of RGB (Red+Green+Blue) = 1+190+111=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 190 (74.61% from 255 or 62.91% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE6F is #FE4190. Grayscale: #7C7C7C. Windows color (decimal): -16662929 or 7323137. OLE color: 7323137.
HSL color Cylindrical-coordinate representation of color #01BE6F: hue angle of 154.92º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE6F is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 111 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.25 |
| HSL | 154.92º | 0.99% | 0.37% | - |
| HSV(B) | 154.92º | 0.99% | 0.75% | - |
| XYZ | 21.3 | 37.98 | 21.25 | - |
| YUV | 124.48 | 120.38 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 111 | 0.99 | 0 | 0.42 | 0.25 | 154.92 | 0.99 | 0.37 |
| Hex | 1 | BE | 6F | 63 | 0 | 2A | 19 | 9B | 63 | 25 |
| Octal | 1 | 276 | 157 | 143 | 0 | 52 | 31 | 233 | 143 | 45 |
| Binary | 1 | 10111110 | 1101111 | 1100011 | 0 | 101010 | 11001 | 10011011 | 1100011 | 100101 |
Color Harmonies of #01BE6F
Complementary color
Monochromatic Colors of #01BE6F
Black with #01BE6F
Text Example
Text Example
White with #01BE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BE6F; }
p { color: rgb(1,190,111); }
H1.HeaderClassName
{
color: #01BE6F;
}
.AnyTagClassName
{
color: #01BE6F;
}
</style>
background-color css
<style>
a { background-color: #01BE6F; }
a { background-color: rgb(1,190,111); }
div.DivClassName
{
background-color: #01BE6F;
}
.BgClassName
{
background-color: #01BE6F;
}
</style>
border-color css
<style>
span { border-color: #01BE6F; }
span { border-color: rgb(1,190,111); }
td.TdClassName
{
border-color: #01BE6F;
}
.TagClassName
{
border-color: #01BE6F;
}
</style>