Shades of Malachite #10F266
Tints of Malachite #10F266
RGB
CMYK
RGB Variations
Color information
#10F266 (or 0x10F266) is known color: Malachite. HEX triplet: 10, F2 and 66. RGB value is (16,242,102). Sum of RGB (Red+Green+Blue) = 16+242+102=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #10F266 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F266 is #EF0D99. Grayscale: #9E9E9E. Windows color (decimal): -15666586 or 6746640. OLE color: 6746640.
HSL color Cylindrical-coordinate representation of color #10F266: hue angle of 142.83º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F266 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 102 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.05 |
| HSL | 142.83º | 0.9% | 0.51% | - |
| HSV(B) | 142.83º | 0.93% | 0.95% | - |
| XYZ | 34.36 | 64.57 | 23.22 | - |
| YUV | 158.47 | 96.13 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 102 | 0.93 | 0 | 0.58 | 0.05 | 142.83 | 0.9 | 0.51 |
| Hex | 10 | F2 | 66 | 5D | 0 | 3A | 5 | 8F | 5A | 33 |
| Octal | 20 | 362 | 146 | 135 | 0 | 72 | 5 | 217 | 132 | 63 |
| Binary | 10000 | 11110010 | 1100110 | 1011101 | 0 | 111010 | 101 | 10001111 | 1011010 | 110011 |
Color Harmonies of #10F266
Complementary color
Monochromatic Colors of #10F266
Black with #10F266
Text Example
Text Example
White with #10F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F266; }
p { color: rgb(16,242,102); }
H1.HeaderClassName
{
color: #10F266;
}
.AnyTagClassName
{
color: #10F266;
}
</style>
background-color css
<style>
a { background-color: #10F266; }
a { background-color: rgb(16,242,102); }
div.DivClassName
{
background-color: #10F266;
}
.BgClassName
{
background-color: #10F266;
}
</style>
border-color css
<style>
span { border-color: #10F266; }
span { border-color: rgb(16,242,102); }
td.TdClassName
{
border-color: #10F266;
}
.TagClassName
{
border-color: #10F266;
}
</style>