Shades of Malachite #10CE45
Tints of Malachite #10CE45
RGB
CMYK
RGB Variations
Color information
#10CE45 (or 0x10CE45) is known color: Malachite. HEX triplet: 10, CE and 45. RGB value is (16,206,69). Sum of RGB (Red+Green+Blue) = 16+206+69=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 206 (80.86% from 255 or 70.79% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE45 is #EF31BA. Grayscale: #858585. Windows color (decimal): -15675835 or 4574736. OLE color: 4574736.
HSL color Cylindrical-coordinate representation of color #10CE45: hue angle of 136.74º 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 #10CE45 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 69 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.19 |
| HSL | 136.74º | 0.86% | 0.44% | - |
| HSV(B) | 136.74º | 0.92% | 0.81% | - |
| XYZ | 23.36 | 44.68 | 13.02 | - |
| YUV | 133.57 | 91.55 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 69 | 0.92 | 0 | 0.67 | 0.19 | 136.74 | 0.86 | 0.44 |
| Hex | 10 | CE | 45 | 5C | 0 | 43 | 13 | 89 | 56 | 2C |
| Octal | 20 | 316 | 105 | 134 | 0 | 103 | 23 | 211 | 126 | 54 |
| Binary | 10000 | 11001110 | 1000101 | 1011100 | 0 | 1000011 | 10011 | 10001001 | 1010110 | 101100 |
Color Harmonies of #10CE45
Complementary color
Monochromatic Colors of #10CE45
Black with #10CE45
Text Example
Text Example
White with #10CE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE45; }
p { color: rgb(16,206,69); }
H1.HeaderClassName
{
color: #10CE45;
}
.AnyTagClassName
{
color: #10CE45;
}
</style>
background-color css
<style>
a { background-color: #10CE45; }
a { background-color: rgb(16,206,69); }
div.DivClassName
{
background-color: #10CE45;
}
.BgClassName
{
background-color: #10CE45;
}
</style>
border-color css
<style>
span { border-color: #10CE45; }
span { border-color: rgb(16,206,69); }
td.TdClassName
{
border-color: #10CE45;
}
.TagClassName
{
border-color: #10CE45;
}
</style>