Shades of Malachite #00C968
Tints of Malachite #00C968
RGB
CMYK
RGB Variations
Color information
#00C968 (or 0x00C968) is known color: Malachite. HEX triplet: 00, C9 and 68. RGB value is (0,201,104). Sum of RGB (Red+Green+Blue) = 0+201+104=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #00C968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C968 is #FF3697. Grayscale: #828282. Windows color (decimal): -16725656 or 6867200. OLE color: 6867200.
HSL color Cylindrical-coordinate representation of color #00C968: hue angle of 151.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C968 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 104 | - |
| CMYK | 1 | 0 | 0.48 | 0.21 |
| HSL | 151.04º | 1% | 0.39% | - |
| HSV(B) | 151.04º | 1% | 0.79% | - |
| XYZ | 23.39 | 42.77 | 20.12 | - |
| YUV | 129.84 | 113.41 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 104 | 1 | 0 | 0.48 | 0.21 | 151.04 | 1 | 0.39 |
| Hex | 0 | C9 | 68 | 64 | 0 | 30 | 15 | 97 | 64 | 27 |
| Octal | 0 | 311 | 150 | 144 | 0 | 60 | 25 | 227 | 144 | 47 |
| Binary | 0 | 11001001 | 1101000 | 1100100 | 0 | 110000 | 10101 | 10010111 | 1100100 | 100111 |
Color Harmonies of #00C968
Complementary color
Monochromatic Colors of #00C968
Black with #00C968
Text Example
Text Example
White with #00C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C968; }
p { color: rgb(0,201,104); }
H1.HeaderClassName
{
color: #00C968;
}
.AnyTagClassName
{
color: #00C968;
}
</style>
background-color css
<style>
a { background-color: #00C968; }
a { background-color: rgb(0,201,104); }
div.DivClassName
{
background-color: #00C968;
}
.BgClassName
{
background-color: #00C968;
}
</style>
border-color css
<style>
span { border-color: #00C968; }
span { border-color: rgb(0,201,104); }
td.TdClassName
{
border-color: #00C968;
}
.TagClassName
{
border-color: #00C968;
}
</style>