Shades of Malachite #10C75B
Tints of Malachite #10C75B
RGB
CMYK
RGB Variations
Color information
#10C75B (or 0x10C75B) is known color: Malachite. HEX triplet: 10, C7 and 5B. RGB value is (16,199,91). Sum of RGB (Red+Green+Blue) = 16+199+91=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 199 (78.12% from 255 or 65.03% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 199 - color contains mainly: green. Hex color #10C75B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C75B is #EF38A4. Grayscale: #848484. Windows color (decimal): -15677605 or 6014736. OLE color: 6014736.
HSL color Cylindrical-coordinate representation of color #10C75B: hue angle of 144.59º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C75B is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 91 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.22 |
| HSL | 144.59º | 0.85% | 0.42% | - |
| HSV(B) | 144.59º | 0.92% | 0.78% | - |
| XYZ | 22.53 | 41.71 | 16.76 | - |
| YUV | 131.97 | 104.87 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 91 | 0.92 | 0 | 0.54 | 0.22 | 144.59 | 0.85 | 0.42 |
| Hex | 10 | C7 | 5B | 5C | 0 | 36 | 16 | 91 | 55 | 2A |
| Octal | 20 | 307 | 133 | 134 | 0 | 66 | 26 | 221 | 125 | 52 |
| Binary | 10000 | 11000111 | 1011011 | 1011100 | 0 | 110110 | 10110 | 10010001 | 1010101 | 101010 |
Color Harmonies of #10C75B
Complementary color
Monochromatic Colors of #10C75B
Black with #10C75B
Text Example
Text Example
White with #10C75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C75B; }
p { color: rgb(16,199,91); }
H1.HeaderClassName
{
color: #10C75B;
}
.AnyTagClassName
{
color: #10C75B;
}
</style>
background-color css
<style>
a { background-color: #10C75B; }
a { background-color: rgb(16,199,91); }
div.DivClassName
{
background-color: #10C75B;
}
.BgClassName
{
background-color: #10C75B;
}
</style>
border-color css
<style>
span { border-color: #10C75B; }
span { border-color: rgb(16,199,91); }
td.TdClassName
{
border-color: #10C75B;
}
.TagClassName
{
border-color: #10C75B;
}
</style>