Shades of Malachite #10F236
Tints of Malachite #10F236
RGB
CMYK
RGB Variations
Color information
#10F236 (or 0x10F236) is known color: Malachite. HEX triplet: 10, F2 and 36. RGB value is (16,242,54). Sum of RGB (Red+Green+Blue) = 16+242+54=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 242 (94.92% from 255 or 77.56% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 242 - color contains mainly: green. Hex color #10F236 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F236 is #EF0DC9. Grayscale: #999999. Windows color (decimal): -15666634 or 3600912. OLE color: 3600912.
HSL color Cylindrical-coordinate representation of color #10F236: hue angle of 130.09º 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 #10F236 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 54 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.05 |
| HSL | 130.09º | 0.9% | 0.51% | - |
| HSV(B) | 130.09º | 0.93% | 0.95% | - |
| XYZ | 32.63 | 63.88 | 14.1 | - |
| YUV | 152.99 | 72.13 | 30.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 54 | 0.93 | 0 | 0.78 | 0.05 | 130.09 | 0.9 | 0.51 |
| Hex | 10 | F2 | 36 | 5D | 0 | 4E | 5 | 82 | 5A | 33 |
| Octal | 20 | 362 | 66 | 135 | 0 | 116 | 5 | 202 | 132 | 63 |
| Binary | 10000 | 11110010 | 110110 | 1011101 | 0 | 1001110 | 101 | 10000010 | 1011010 | 110011 |
Color Harmonies of #10F236
Complementary color
Monochromatic Colors of #10F236
Black with #10F236
Text Example
Text Example
White with #10F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F236; }
p { color: rgb(16,242,54); }
H1.HeaderClassName
{
color: #10F236;
}
.AnyTagClassName
{
color: #10F236;
}
</style>
background-color css
<style>
a { background-color: #10F236; }
a { background-color: rgb(16,242,54); }
div.DivClassName
{
background-color: #10F236;
}
.BgClassName
{
background-color: #10F236;
}
</style>
border-color css
<style>
span { border-color: #10F236; }
span { border-color: rgb(16,242,54); }
td.TdClassName
{
border-color: #10F236;
}
.TagClassName
{
border-color: #10F236;
}
</style>