Shades of Jade #00C36F
Tints of Jade #00C36F
RGB
CMYK
RGB Variations
Color information
#00C36F (or 0x00C36F) is known color: Jade. HEX triplet: 00, C3 and 6F. RGB value is (0,195,111). Sum of RGB (Red+Green+Blue) = 0+195+111=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #00C36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C36F is #FF3C90. Grayscale: #7F7F7F. Windows color (decimal): -16727185 or 7324416. OLE color: 7324416.
HSL color Cylindrical-coordinate representation of color #00C36F: hue angle of 154.15º 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 #00C36F is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 111 | - |
| CMYK | 1 | 0 | 0.43 | 0.24 |
| HSL | 154.15º | 1% | 0.38% | - |
| HSV(B) | 154.15º | 1% | 0.76% | - |
| XYZ | 22.38 | 40.18 | 21.61 | - |
| YUV | 127.12 | 118.9 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 111 | 1 | 0 | 0.43 | 0.24 | 154.15 | 1 | 0.38 |
| Hex | 0 | C3 | 6F | 64 | 0 | 2B | 18 | 9A | 64 | 26 |
| Octal | 0 | 303 | 157 | 144 | 0 | 53 | 30 | 232 | 144 | 46 |
| Binary | 0 | 11000011 | 1101111 | 1100100 | 0 | 101011 | 11000 | 10011010 | 1100100 | 100110 |
Color Harmonies of #00C36F
Complementary color
Monochromatic Colors of #00C36F
Black with #00C36F
Text Example
Text Example
White with #00C36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C36F; }
p { color: rgb(0,195,111); }
H1.HeaderClassName
{
color: #00C36F;
}
.AnyTagClassName
{
color: #00C36F;
}
</style>
background-color css
<style>
a { background-color: #00C36F; }
a { background-color: rgb(0,195,111); }
div.DivClassName
{
background-color: #00C36F;
}
.BgClassName
{
background-color: #00C36F;
}
</style>
border-color css
<style>
span { border-color: #00C36F; }
span { border-color: rgb(0,195,111); }
td.TdClassName
{
border-color: #00C36F;
}
.TagClassName
{
border-color: #00C36F;
}
</style>