Shades of Malachite #10CF5C
Tints of Malachite #10CF5C
RGB
CMYK
RGB Variations
Color information
#10CF5C (or 0x10CF5C) is known color: Malachite. HEX triplet: 10, CF and 5C. RGB value is (16,207,92). Sum of RGB (Red+Green+Blue) = 16+207+92=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CF5C is #EF30A3. Grayscale: #898989. Windows color (decimal): -15675556 or 6082320. OLE color: 6082320.
HSL color Cylindrical-coordinate representation of color #10CF5C: hue angle of 143.87º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF5C is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 92 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.19 |
| HSL | 143.87º | 0.86% | 0.44% | - |
| HSV(B) | 143.87º | 0.92% | 0.81% | - |
| XYZ | 24.46 | 45.51 | 17.62 | - |
| YUV | 136.78 | 102.72 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 92 | 0.92 | 0 | 0.56 | 0.19 | 143.87 | 0.86 | 0.44 |
| Hex | 10 | CF | 5C | 5C | 0 | 38 | 13 | 90 | 56 | 2C |
| Octal | 20 | 317 | 134 | 134 | 0 | 70 | 23 | 220 | 126 | 54 |
| Binary | 10000 | 11001111 | 1011100 | 1011100 | 0 | 111000 | 10011 | 10010000 | 1010110 | 101100 |
Color Harmonies of #10CF5C
Complementary color
Monochromatic Colors of #10CF5C
Black with #10CF5C
Text Example
Text Example
White with #10CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF5C; }
p { color: rgb(16,207,92); }
H1.HeaderClassName
{
color: #10CF5C;
}
.AnyTagClassName
{
color: #10CF5C;
}
</style>
background-color css
<style>
a { background-color: #10CF5C; }
a { background-color: rgb(16,207,92); }
div.DivClassName
{
background-color: #10CF5C;
}
.BgClassName
{
background-color: #10CF5C;
}
</style>
border-color css
<style>
span { border-color: #10CF5C; }
span { border-color: rgb(16,207,92); }
td.TdClassName
{
border-color: #10CF5C;
}
.TagClassName
{
border-color: #10CF5C;
}
</style>