Shades of Jade #00BC68
Tints of Jade #00BC68
RGB
CMYK
RGB Variations
Color information
#00BC68 (or 0x00BC68) is known color: Jade. HEX triplet: 00, BC and 68. RGB value is (0,188,104). Sum of RGB (Red+Green+Blue) = 0+188+104=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC68 is #FF4397. Grayscale: #7A7A7A. Windows color (decimal): -16728984 or 6863872. OLE color: 6863872.
HSL color Cylindrical-coordinate representation of color #00BC68: hue angle of 153.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC68 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 104 | - |
| CMYK | 1 | 0 | 0.45 | 0.26 |
| HSL | 153.19º | 1% | 0.37% | - |
| HSV(B) | 153.19º | 1% | 0.74% | - |
| XYZ | 20.48 | 36.97 | 19.15 | - |
| YUV | 122.21 | 117.72 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 104 | 1 | 0 | 0.45 | 0.26 | 153.19 | 1 | 0.37 |
| Hex | 0 | BC | 68 | 64 | 0 | 2D | 1A | 99 | 64 | 25 |
| Octal | 0 | 274 | 150 | 144 | 0 | 55 | 32 | 231 | 144 | 45 |
| Binary | 0 | 10111100 | 1101000 | 1100100 | 0 | 101101 | 11010 | 10011001 | 1100100 | 100101 |
Color Harmonies of #00BC68
Complementary color
Monochromatic Colors of #00BC68
Black with #00BC68
Text Example
Text Example
White with #00BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC68; }
p { color: rgb(0,188,104); }
H1.HeaderClassName
{
color: #00BC68;
}
.AnyTagClassName
{
color: #00BC68;
}
</style>
background-color css
<style>
a { background-color: #00BC68; }
a { background-color: rgb(0,188,104); }
div.DivClassName
{
background-color: #00BC68;
}
.BgClassName
{
background-color: #00BC68;
}
</style>
border-color css
<style>
span { border-color: #00BC68; }
span { border-color: rgb(0,188,104); }
td.TdClassName
{
border-color: #00BC68;
}
.TagClassName
{
border-color: #00BC68;
}
</style>