Shades of Jade #00C05F
Tints of Jade #00C05F
RGB
CMYK
RGB Variations
Color information
#00C05F (or 0x00C05F) is known color: Jade. HEX triplet: 00, C0 and 5F. RGB value is (0,192,95). Sum of RGB (Red+Green+Blue) = 0+192+95=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #00C05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C05F is #FF3FA0. Grayscale: #7B7B7B. Windows color (decimal): -16727969 or 6275072. OLE color: 6275072.
HSL color Cylindrical-coordinate representation of color #00C05F: hue angle of 149.69º 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 #00C05F is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 95 | - |
| CMYK | 1 | 0 | 0.51 | 0.25 |
| HSL | 149.69º | 1% | 0.38% | - |
| HSV(B) | 149.69º | 1% | 0.75% | - |
| XYZ | 20.92 | 38.53 | 17.16 | - |
| YUV | 123.53 | 111.89 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 95 | 1 | 0 | 0.51 | 0.25 | 149.69 | 1 | 0.38 |
| Hex | 0 | C0 | 5F | 64 | 0 | 33 | 19 | 96 | 64 | 26 |
| Octal | 0 | 300 | 137 | 144 | 0 | 63 | 31 | 226 | 144 | 46 |
| Binary | 0 | 11000000 | 1011111 | 1100100 | 0 | 110011 | 11001 | 10010110 | 1100100 | 100110 |
Color Harmonies of #00C05F
Complementary color
Monochromatic Colors of #00C05F
Black with #00C05F
Text Example
Text Example
White with #00C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C05F; }
p { color: rgb(0,192,95); }
H1.HeaderClassName
{
color: #00C05F;
}
.AnyTagClassName
{
color: #00C05F;
}
</style>
background-color css
<style>
a { background-color: #00C05F; }
a { background-color: rgb(0,192,95); }
div.DivClassName
{
background-color: #00C05F;
}
.BgClassName
{
background-color: #00C05F;
}
</style>
border-color css
<style>
span { border-color: #00C05F; }
span { border-color: rgb(0,192,95); }
td.TdClassName
{
border-color: #00C05F;
}
.TagClassName
{
border-color: #00C05F;
}
</style>