Shades of Jade #01BE5E
Tints of Jade #01BE5E
RGB
CMYK
RGB Variations
Color information
#01BE5E (or 0x01BE5E) is known color: Jade. HEX triplet: 01, BE and 5E. RGB value is (1,190,94). Sum of RGB (Red+Green+Blue) = 1+190+94=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 190 (74.61% from 255 or 66.67% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE5E is #FE41A1. Grayscale: #7A7A7A. Windows color (decimal): -16662946 or 6209025. OLE color: 6209025.
HSL color Cylindrical-coordinate representation of color #01BE5E: hue angle of 149.52º 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 #01BE5E is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 94 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.25 |
| HSL | 149.52º | 0.99% | 0.37% | - |
| HSV(B) | 149.52º | 0.99% | 0.75% | - |
| XYZ | 20.45 | 37.64 | 16.78 | - |
| YUV | 122.55 | 111.88 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 94 | 0.99 | 0 | 0.51 | 0.25 | 149.52 | 0.99 | 0.37 |
| Hex | 1 | BE | 5E | 63 | 0 | 33 | 19 | 96 | 63 | 25 |
| Octal | 1 | 276 | 136 | 143 | 0 | 63 | 31 | 226 | 143 | 45 |
| Binary | 1 | 10111110 | 1011110 | 1100011 | 0 | 110011 | 11001 | 10010110 | 1100011 | 100101 |
Color Harmonies of #01BE5E
Complementary color
Monochromatic Colors of #01BE5E
Black with #01BE5E
Text Example
Text Example
White with #01BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BE5E; }
p { color: rgb(1,190,94); }
H1.HeaderClassName
{
color: #01BE5E;
}
.AnyTagClassName
{
color: #01BE5E;
}
</style>
background-color css
<style>
a { background-color: #01BE5E; }
a { background-color: rgb(1,190,94); }
div.DivClassName
{
background-color: #01BE5E;
}
.BgClassName
{
background-color: #01BE5E;
}
</style>
border-color css
<style>
span { border-color: #01BE5E; }
span { border-color: rgb(1,190,94); }
td.TdClassName
{
border-color: #01BE5E;
}
.TagClassName
{
border-color: #01BE5E;
}
</style>