Shades of Malachite #10F253
Tints of Malachite #10F253
RGB
CMYK
RGB Variations
Color information
#10F253 (or 0x10F253) is known color: Malachite. HEX triplet: 10, F2 and 53. RGB value is (16,242,83). Sum of RGB (Red+Green+Blue) = 16+242+83=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #10F253 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F253 is #EF0DAC. Grayscale: #9C9C9C. Windows color (decimal): -15666605 or 5501456. OLE color: 5501456.
HSL color Cylindrical-coordinate representation of color #10F253: hue angle of 137.79º 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 #10F253 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 83 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.05 |
| HSL | 137.79º | 0.9% | 0.51% | - |
| HSV(B) | 137.79º | 0.93% | 0.95% | - |
| XYZ | 33.53 | 64.24 | 18.82 | - |
| YUV | 156.3 | 86.63 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 83 | 0.93 | 0 | 0.66 | 0.05 | 137.79 | 0.9 | 0.51 |
| Hex | 10 | F2 | 53 | 5D | 0 | 42 | 5 | 8A | 5A | 33 |
| Octal | 20 | 362 | 123 | 135 | 0 | 102 | 5 | 212 | 132 | 63 |
| Binary | 10000 | 11110010 | 1010011 | 1011101 | 0 | 1000010 | 101 | 10001010 | 1011010 | 110011 |
Color Harmonies of #10F253
Complementary color
Monochromatic Colors of #10F253
Black with #10F253
Text Example
Text Example
White with #10F253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F253; }
p { color: rgb(16,242,83); }
H1.HeaderClassName
{
color: #10F253;
}
.AnyTagClassName
{
color: #10F253;
}
</style>
background-color css
<style>
a { background-color: #10F253; }
a { background-color: rgb(16,242,83); }
div.DivClassName
{
background-color: #10F253;
}
.BgClassName
{
background-color: #10F253;
}
</style>
border-color css
<style>
span { border-color: #10F253; }
span { border-color: rgb(16,242,83); }
td.TdClassName
{
border-color: #10F253;
}
.TagClassName
{
border-color: #10F253;
}
</style>