Shades of Malachite #0CC969
Tints of Malachite #0CC969
RGB
CMYK
RGB Variations
Color information
#0CC969 (or 0x0CC969) is known color: Malachite. HEX triplet: 0C, C9 and 69. RGB value is (12,201,105). Sum of RGB (Red+Green+Blue) = 12+201+105=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC969 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC969 is #F33696. Grayscale: #858585. Windows color (decimal): -15939223 or 6932748. OLE color: 6932748.
HSL color Cylindrical-coordinate representation of color #0CC969: hue angle of 149.52º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC969 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 105 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.21 |
| HSL | 149.52º | 0.89% | 0.42% | - |
| HSV(B) | 149.52º | 0.94% | 0.79% | - |
| XYZ | 23.59 | 42.87 | 20.4 | - |
| YUV | 133.55 | 111.88 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 105 | 0.94 | 0 | 0.48 | 0.21 | 149.52 | 0.89 | 0.42 |
| Hex | C | C9 | 69 | 5E | 0 | 30 | 15 | 96 | 59 | 2A |
| Octal | 14 | 311 | 151 | 136 | 0 | 60 | 25 | 226 | 131 | 52 |
| Binary | 1100 | 11001001 | 1101001 | 1011110 | 0 | 110000 | 10101 | 10010110 | 1011001 | 101010 |
Color Harmonies of #0CC969
Complementary color
Monochromatic Colors of #0CC969
Black with #0CC969
Text Example
Text Example
White with #0CC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC969; }
p { color: rgb(12,201,105); }
H1.HeaderClassName
{
color: #0CC969;
}
.AnyTagClassName
{
color: #0CC969;
}
</style>
background-color css
<style>
a { background-color: #0CC969; }
a { background-color: rgb(12,201,105); }
div.DivClassName
{
background-color: #0CC969;
}
.BgClassName
{
background-color: #0CC969;
}
</style>
border-color css
<style>
span { border-color: #0CC969; }
span { border-color: rgb(12,201,105); }
td.TdClassName
{
border-color: #0CC969;
}
.TagClassName
{
border-color: #0CC969;
}
</style>