Shades of Jade #00C276
Tints of Jade #00C276
RGB
CMYK
RGB Variations
Color information
#00C276 (or 0x00C276) is known color: Jade. HEX triplet: 00, C2 and 76. RGB value is (0,194,118). Sum of RGB (Red+Green+Blue) = 0+194+118=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #00C276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C276 is #FF3D89. Grayscale: #7F7F7F. Windows color (decimal): -16727434 or 7782912. OLE color: 7782912.
HSL color Cylindrical-coordinate representation of color #00C276: hue angle of 156.49º 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 #00C276 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 118 | - |
| CMYK | 1 | 0 | 0.39 | 0.24 |
| HSL | 156.49º | 1% | 0.38% | - |
| HSV(B) | 156.49º | 1% | 0.76% | - |
| XYZ | 22.56 | 39.89 | 23.65 | - |
| YUV | 127.33 | 122.73 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 118 | 1 | 0 | 0.39 | 0.24 | 156.49 | 1 | 0.38 |
| Hex | 0 | C2 | 76 | 64 | 0 | 27 | 18 | 9C | 64 | 26 |
| Octal | 0 | 302 | 166 | 144 | 0 | 47 | 30 | 234 | 144 | 46 |
| Binary | 0 | 11000010 | 1110110 | 1100100 | 0 | 100111 | 11000 | 10011100 | 1100100 | 100110 |
Color Harmonies of #00C276
Complementary color
Monochromatic Colors of #00C276
Black with #00C276
Text Example
Text Example
White with #00C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C276; }
p { color: rgb(0,194,118); }
H1.HeaderClassName
{
color: #00C276;
}
.AnyTagClassName
{
color: #00C276;
}
</style>
background-color css
<style>
a { background-color: #00C276; }
a { background-color: rgb(0,194,118); }
div.DivClassName
{
background-color: #00C276;
}
.BgClassName
{
background-color: #00C276;
}
</style>
border-color css
<style>
span { border-color: #00C276; }
span { border-color: rgb(0,194,118); }
td.TdClassName
{
border-color: #00C276;
}
.TagClassName
{
border-color: #00C276;
}
</style>