Shades of Jade #00C16F
Tints of Jade #00C16F
RGB
CMYK
RGB Variations
Color information
#00C16F (or 0x00C16F) is known color: Jade. HEX triplet: 00, C1 and 6F. RGB value is (0,193,111). Sum of RGB (Red+Green+Blue) = 0+193+111=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #00C16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C16F is #FF3E90. Grayscale: #7E7E7E. Windows color (decimal): -16727697 or 7323904. OLE color: 7323904.
HSL color Cylindrical-coordinate representation of color #00C16F: hue angle of 154.51º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C16F is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 193 | 111 | - |
| CMYK | 1 | 0 | 0.42 | 0.24 |
| HSL | 154.51º | 1% | 0.38% | - |
| HSV(B) | 154.51º | 1% | 0.76% | - |
| XYZ | 21.94 | 39.29 | 21.47 | - |
| YUV | 125.95 | 119.56 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 111 | 1 | 0 | 0.42 | 0.24 | 154.51 | 1 | 0.38 |
| Hex | 0 | C1 | 6F | 64 | 0 | 2A | 18 | 9B | 64 | 26 |
| Octal | 0 | 301 | 157 | 144 | 0 | 52 | 30 | 233 | 144 | 46 |
| Binary | 0 | 11000001 | 1101111 | 1100100 | 0 | 101010 | 11000 | 10011011 | 1100100 | 100110 |
Color Harmonies of #00C16F
Complementary color
Monochromatic Colors of #00C16F
Black with #00C16F
Text Example
Text Example
White with #00C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C16F; }
p { color: rgb(0,193,111); }
H1.HeaderClassName
{
color: #00C16F;
}
.AnyTagClassName
{
color: #00C16F;
}
</style>
background-color css
<style>
a { background-color: #00C16F; }
a { background-color: rgb(0,193,111); }
div.DivClassName
{
background-color: #00C16F;
}
.BgClassName
{
background-color: #00C16F;
}
</style>
border-color css
<style>
span { border-color: #00C16F; }
span { border-color: rgb(0,193,111); }
td.TdClassName
{
border-color: #00C16F;
}
.TagClassName
{
border-color: #00C16F;
}
</style>