Shades of Malachite #10CC45
Tints of Malachite #10CC45
RGB
CMYK
RGB Variations
Color information
#10CC45 (or 0x10CC45) is known color: Malachite. HEX triplet: 10, CC and 45. RGB value is (16,204,69). Sum of RGB (Red+Green+Blue) = 16+204+69=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 204 (80.08% from 255 or 70.59% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CC45 is #EF33BA. Grayscale: #848484. Windows color (decimal): -15676347 or 4574224. OLE color: 4574224.
HSL color Cylindrical-coordinate representation of color #10CC45: hue angle of 136.91º 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 #10CC45 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 69 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.2 |
| HSL | 136.91º | 0.85% | 0.43% | - |
| HSV(B) | 136.91º | 0.92% | 0.8% | - |
| XYZ | 22.88 | 43.73 | 12.86 | - |
| YUV | 132.4 | 92.22 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 69 | 0.92 | 0 | 0.66 | 0.2 | 136.91 | 0.85 | 0.43 |
| Hex | 10 | CC | 45 | 5C | 0 | 42 | 14 | 89 | 55 | 2B |
| Octal | 20 | 314 | 105 | 134 | 0 | 102 | 24 | 211 | 125 | 53 |
| Binary | 10000 | 11001100 | 1000101 | 1011100 | 0 | 1000010 | 10100 | 10001001 | 1010101 | 101011 |
Color Harmonies of #10CC45
Complementary color
Monochromatic Colors of #10CC45
Black with #10CC45
Text Example
Text Example
White with #10CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC45; }
p { color: rgb(16,204,69); }
H1.HeaderClassName
{
color: #10CC45;
}
.AnyTagClassName
{
color: #10CC45;
}
</style>
background-color css
<style>
a { background-color: #10CC45; }
a { background-color: rgb(16,204,69); }
div.DivClassName
{
background-color: #10CC45;
}
.BgClassName
{
background-color: #10CC45;
}
</style>
border-color css
<style>
span { border-color: #10CC45; }
span { border-color: rgb(16,204,69); }
td.TdClassName
{
border-color: #10CC45;
}
.TagClassName
{
border-color: #10CC45;
}
</style>