Shades of Jade #00BA6C
Tints of Jade #00BA6C
RGB
CMYK
RGB Variations
Color information
#00BA6C (or 0x00BA6C) is known color: Jade. HEX triplet: 00, BA and 6C. RGB value is (0,186,108). Sum of RGB (Red+Green+Blue) = 0+186+108=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BA6C is #FF4593. Grayscale: #797979. Windows color (decimal): -16729492 or 7125504. OLE color: 7125504.
HSL color Cylindrical-coordinate representation of color #00BA6C: hue angle of 154.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA6C is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 108 | - |
| CMYK | 1 | 0 | 0.42 | 0.27 |
| HSL | 154.84º | 1% | 0.36% | - |
| HSV(B) | 154.84º | 1% | 0.73% | - |
| XYZ | 20.27 | 36.2 | 20.11 | - |
| YUV | 121.49 | 120.38 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 108 | 1 | 0 | 0.42 | 0.27 | 154.84 | 1 | 0.36 |
| Hex | 0 | BA | 6C | 64 | 0 | 2A | 1B | 9B | 64 | 24 |
| Octal | 0 | 272 | 154 | 144 | 0 | 52 | 33 | 233 | 144 | 44 |
| Binary | 0 | 10111010 | 1101100 | 1100100 | 0 | 101010 | 11011 | 10011011 | 1100100 | 100100 |
Color Harmonies of #00BA6C
Complementary color
Monochromatic Colors of #00BA6C
Black with #00BA6C
Text Example
Text Example
White with #00BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA6C; }
p { color: rgb(0,186,108); }
H1.HeaderClassName
{
color: #00BA6C;
}
.AnyTagClassName
{
color: #00BA6C;
}
</style>
background-color css
<style>
a { background-color: #00BA6C; }
a { background-color: rgb(0,186,108); }
div.DivClassName
{
background-color: #00BA6C;
}
.BgClassName
{
background-color: #00BA6C;
}
</style>
border-color css
<style>
span { border-color: #00BA6C; }
span { border-color: rgb(0,186,108); }
td.TdClassName
{
border-color: #00BA6C;
}
.TagClassName
{
border-color: #00BA6C;
}
</style>