Shades of Jade #00C07A
Tints of Jade #00C07A
RGB
CMYK
RGB Variations
Color information
#00C07A (or 0x00C07A) is known color: Jade. HEX triplet: 00, C0 and 7A. RGB value is (0,192,122). Sum of RGB (Red+Green+Blue) = 0+192+122=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #00C07A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C07A is #FF3F85. Grayscale: #7E7E7E. Windows color (decimal): -16727942 or 8044544. OLE color: 8044544.
HSL color Cylindrical-coordinate representation of color #00C07A: hue angle of 158.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C07A is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 122 | - |
| CMYK | 1 | 0 | 0.36 | 0.25 |
| HSL | 158.13º | 1% | 0.38% | - |
| HSV(B) | 158.13º | 1% | 0.75% | - |
| XYZ | 22.36 | 39.1 | 24.78 | - |
| YUV | 126.61 | 125.39 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 122 | 1 | 0 | 0.36 | 0.25 | 158.13 | 1 | 0.38 |
| Hex | 0 | C0 | 7A | 64 | 0 | 24 | 19 | 9E | 64 | 26 |
| Octal | 0 | 300 | 172 | 144 | 0 | 44 | 31 | 236 | 144 | 46 |
| Binary | 0 | 11000000 | 1111010 | 1100100 | 0 | 100100 | 11001 | 10011110 | 1100100 | 100110 |
Color Harmonies of #00C07A
Complementary color
Monochromatic Colors of #00C07A
Black with #00C07A
Text Example
Text Example
White with #00C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C07A; }
p { color: rgb(0,192,122); }
H1.HeaderClassName
{
color: #00C07A;
}
.AnyTagClassName
{
color: #00C07A;
}
</style>
background-color css
<style>
a { background-color: #00C07A; }
a { background-color: rgb(0,192,122); }
div.DivClassName
{
background-color: #00C07A;
}
.BgClassName
{
background-color: #00C07A;
}
</style>
border-color css
<style>
span { border-color: #00C07A; }
span { border-color: rgb(0,192,122); }
td.TdClassName
{
border-color: #00C07A;
}
.TagClassName
{
border-color: #00C07A;
}
</style>