Shades of Malachite #0CD95C
Tints of Malachite #0CD95C
RGB
CMYK
RGB Variations
Color information
#0CD95C (or 0x0CD95C) is known color: Malachite. HEX triplet: 0C, D9 and 5C. RGB value is (12,217,92). Sum of RGB (Red+Green+Blue) = 12+217+92=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD95C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD95C is #F326A3. Grayscale: #8D8D8D. Windows color (decimal): -15935140 or 6084876. OLE color: 6084876.
HSL color Cylindrical-coordinate representation of color #0CD95C: hue angle of 143.41º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD95C is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 92 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.15 |
| HSL | 143.41º | 0.9% | 0.45% | - |
| HSV(B) | 143.41º | 0.94% | 0.85% | - |
| XYZ | 26.9 | 50.48 | 18.45 | - |
| YUV | 141.46 | 100.08 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 92 | 0.94 | 0 | 0.58 | 0.15 | 143.41 | 0.9 | 0.45 |
| Hex | C | D9 | 5C | 5E | 0 | 3A | F | 8F | 5A | 2D |
| Octal | 14 | 331 | 134 | 136 | 0 | 72 | 17 | 217 | 132 | 55 |
| Binary | 1100 | 11011001 | 1011100 | 1011110 | 0 | 111010 | 1111 | 10001111 | 1011010 | 101101 |
Color Harmonies of #0CD95C
Complementary color
Monochromatic Colors of #0CD95C
Black with #0CD95C
Text Example
Text Example
White with #0CD95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD95C; }
p { color: rgb(12,217,92); }
H1.HeaderClassName
{
color: #0CD95C;
}
.AnyTagClassName
{
color: #0CD95C;
}
</style>
background-color css
<style>
a { background-color: #0CD95C; }
a { background-color: rgb(12,217,92); }
div.DivClassName
{
background-color: #0CD95C;
}
.BgClassName
{
background-color: #0CD95C;
}
</style>
border-color css
<style>
span { border-color: #0CD95C; }
span { border-color: rgb(12,217,92); }
td.TdClassName
{
border-color: #0CD95C;
}
.TagClassName
{
border-color: #0CD95C;
}
</style>