Shades of Malachite #10CC58
Tints of Malachite #10CC58
RGB
CMYK
RGB Variations
Color information
#10CC58 (or 0x10CC58) is known color: Malachite. HEX triplet: 10, CC and 58. RGB value is (16,204,88). Sum of RGB (Red+Green+Blue) = 16+204+88=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC58 is #EF33A7. Grayscale: #868686. Windows color (decimal): -15676328 or 5819408. OLE color: 5819408.
HSL color Cylindrical-coordinate representation of color #10CC58: hue angle of 142.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC58 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 88 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.2 |
| HSL | 142.98º | 0.85% | 0.43% | - |
| HSV(B) | 142.98º | 0.92% | 0.8% | - |
| XYZ | 23.57 | 44 | 16.48 | - |
| YUV | 134.56 | 101.72 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 88 | 0.92 | 0 | 0.57 | 0.2 | 142.98 | 0.85 | 0.43 |
| Hex | 10 | CC | 58 | 5C | 0 | 39 | 14 | 8F | 55 | 2B |
| Octal | 20 | 314 | 130 | 134 | 0 | 71 | 24 | 217 | 125 | 53 |
| Binary | 10000 | 11001100 | 1011000 | 1011100 | 0 | 111001 | 10100 | 10001111 | 1010101 | 101011 |
Color Harmonies of #10CC58
Complementary color
Monochromatic Colors of #10CC58
Black with #10CC58
Text Example
Text Example
White with #10CC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC58; }
p { color: rgb(16,204,88); }
H1.HeaderClassName
{
color: #10CC58;
}
.AnyTagClassName
{
color: #10CC58;
}
</style>
background-color css
<style>
a { background-color: #10CC58; }
a { background-color: rgb(16,204,88); }
div.DivClassName
{
background-color: #10CC58;
}
.BgClassName
{
background-color: #10CC58;
}
</style>
border-color css
<style>
span { border-color: #10CC58; }
span { border-color: rgb(16,204,88); }
td.TdClassName
{
border-color: #10CC58;
}
.TagClassName
{
border-color: #10CC58;
}
</style>