Shades of Malachite #10C84B
Tints of Malachite #10C84B
RGB
CMYK
RGB Variations
Color information
#10C84B (or 0x10C84B) is known color: Malachite. HEX triplet: 10, C8 and 4B. RGB value is (16,200,75). Sum of RGB (Red+Green+Blue) = 16+200+75=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 200 (78.52% from 255 or 68.73% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 200 - color contains mainly: green. Hex color #10C84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C84B is #EF37B4. Grayscale: #838383. Windows color (decimal): -15677365 or 4966416. OLE color: 4966416.
HSL color Cylindrical-coordinate representation of color #10C84B: hue angle of 139.24º 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 #10C84B is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 75 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.22 |
| HSL | 139.24º | 0.85% | 0.42% | - |
| HSV(B) | 139.24º | 0.92% | 0.78% | - |
| XYZ | 22.14 | 41.93 | 13.58 | - |
| YUV | 130.73 | 96.54 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 75 | 0.92 | 0 | 0.62 | 0.22 | 139.24 | 0.85 | 0.42 |
| Hex | 10 | C8 | 4B | 5C | 0 | 3E | 16 | 8B | 55 | 2A |
| Octal | 20 | 310 | 113 | 134 | 0 | 76 | 26 | 213 | 125 | 52 |
| Binary | 10000 | 11001000 | 1001011 | 1011100 | 0 | 111110 | 10110 | 10001011 | 1010101 | 101010 |
Color Harmonies of #10C84B
Complementary color
Monochromatic Colors of #10C84B
Black with #10C84B
Text Example
Text Example
White with #10C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C84B; }
p { color: rgb(16,200,75); }
H1.HeaderClassName
{
color: #10C84B;
}
.AnyTagClassName
{
color: #10C84B;
}
</style>
background-color css
<style>
a { background-color: #10C84B; }
a { background-color: rgb(16,200,75); }
div.DivClassName
{
background-color: #10C84B;
}
.BgClassName
{
background-color: #10C84B;
}
</style>
border-color css
<style>
span { border-color: #10C84B; }
span { border-color: rgb(16,200,75); }
td.TdClassName
{
border-color: #10C84B;
}
.TagClassName
{
border-color: #10C84B;
}
</style>