Shades of Malachite #10CB5C
Tints of Malachite #10CB5C
RGB
CMYK
RGB Variations
Color information
#10CB5C (or 0x10CB5C) is known color: Malachite. HEX triplet: 10, CB and 5C. RGB value is (16,203,92). Sum of RGB (Red+Green+Blue) = 16+203+92=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CB5C is #EF34A3. Grayscale: #868686. Windows color (decimal): -15676580 or 6081296. OLE color: 6081296.
HSL color Cylindrical-coordinate representation of color #10CB5C: hue angle of 144.39º 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 #10CB5C is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 92 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.20 |
| HSL | 144.39º | 0.85% | 0.43% | - |
| HSV(B) | 144.39º | 0.92% | 0.8% | - |
| XYZ | 23.5 | 43.59 | 17.3 | - |
| YUV | 134.43 | 104.05 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 92 | 0.92 | 0 | 0.55 | 0.20 | 144.39 | 0.85 | 0.43 |
| Hex | 10 | CB | 5C | 5C | 0 | 37 | 14 | 90 | 55 | 2B |
| Octal | 20 | 313 | 134 | 134 | 0 | 67 | 24 | 220 | 125 | 53 |
| Binary | 10000 | 11001011 | 1011100 | 1011100 | 0 | 110111 | 10100 | 10010000 | 1010101 | 101011 |
Color Harmonies of #10CB5C
Complementary color
Monochromatic Colors of #10CB5C
Black with #10CB5C
Text Example
Text Example
White with #10CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CB5C; }
p { color: rgb(16,203,92); }
H1.HeaderClassName
{
color: #10CB5C;
}
.AnyTagClassName
{
color: #10CB5C;
}
</style>
background-color css
<style>
a { background-color: #10CB5C; }
a { background-color: rgb(16,203,92); }
div.DivClassName
{
background-color: #10CB5C;
}
.BgClassName
{
background-color: #10CB5C;
}
</style>
border-color css
<style>
span { border-color: #10CB5C; }
span { border-color: rgb(16,203,92); }
td.TdClassName
{
border-color: #10CB5C;
}
.TagClassName
{
border-color: #10CB5C;
}
</style>