Shades of Jade #01BC7A
Tints of Jade #01BC7A
RGB
CMYK
RGB Variations
Color information
#01BC7A (or 0x01BC7A) is known color: Jade. HEX triplet: 01, BC and 7A. RGB value is (1,188,122). Sum of RGB (Red+Green+Blue) = 1+188+122=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC7A is #FE4385. Grayscale: #7C7C7C. Windows color (decimal): -16663430 or 8043521. OLE color: 8043521.
HSL color Cylindrical-coordinate representation of color #01BC7A: hue angle of 158.82º 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 #01BC7A is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 122 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.26 |
| HSL | 158.82º | 0.99% | 0.37% | - |
| HSV(B) | 158.82º | 0.99% | 0.74% | - |
| XYZ | 21.51 | 37.38 | 24.49 | - |
| YUV | 124.56 | 126.55 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 122 | 0.99 | 0 | 0.35 | 0.26 | 158.82 | 0.99 | 0.37 |
| Hex | 1 | BC | 7A | 63 | 0 | 23 | 1A | 9F | 63 | 25 |
| Octal | 1 | 274 | 172 | 143 | 0 | 43 | 32 | 237 | 143 | 45 |
| Binary | 1 | 10111100 | 1111010 | 1100011 | 0 | 100011 | 11010 | 10011111 | 1100011 | 100101 |
Color Harmonies of #01BC7A
Complementary color
Monochromatic Colors of #01BC7A
Black with #01BC7A
Text Example
Text Example
White with #01BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC7A; }
p { color: rgb(1,188,122); }
H1.HeaderClassName
{
color: #01BC7A;
}
.AnyTagClassName
{
color: #01BC7A;
}
</style>
background-color css
<style>
a { background-color: #01BC7A; }
a { background-color: rgb(1,188,122); }
div.DivClassName
{
background-color: #01BC7A;
}
.BgClassName
{
background-color: #01BC7A;
}
</style>
border-color css
<style>
span { border-color: #01BC7A; }
span { border-color: rgb(1,188,122); }
td.TdClassName
{
border-color: #01BC7A;
}
.TagClassName
{
border-color: #01BC7A;
}
</style>