Shades of Malachite #10F344
Tints of Malachite #10F344
RGB
CMYK
RGB Variations
Color information
#10F344 (or 0x10F344) is known color: Malachite. HEX triplet: 10, F3 and 44. RGB value is (16,243,68). Sum of RGB (Red+Green+Blue) = 16+243+68=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #10F344 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F344 is #EF0CBB. Grayscale: #9B9B9B. Windows color (decimal): -15666364 or 4518672. OLE color: 4518672.
HSL color Cylindrical-coordinate representation of color #10F344: hue angle of 133.74º 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 #10F344 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 68 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.05 |
| HSL | 133.74º | 0.9% | 0.51% | - |
| HSV(B) | 133.74º | 0.93% | 0.95% | - |
| XYZ | 33.31 | 64.63 | 16.19 | - |
| YUV | 155.18 | 78.79 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 68 | 0.93 | 0 | 0.72 | 0.05 | 133.74 | 0.9 | 0.51 |
| Hex | 10 | F3 | 44 | 5D | 0 | 48 | 5 | 86 | 5A | 33 |
| Octal | 20 | 363 | 104 | 135 | 0 | 110 | 5 | 206 | 132 | 63 |
| Binary | 10000 | 11110011 | 1000100 | 1011101 | 0 | 1001000 | 101 | 10000110 | 1011010 | 110011 |
Color Harmonies of #10F344
Complementary color
Monochromatic Colors of #10F344
Black with #10F344
Text Example
Text Example
White with #10F344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F344; }
p { color: rgb(16,243,68); }
H1.HeaderClassName
{
color: #10F344;
}
.AnyTagClassName
{
color: #10F344;
}
</style>
background-color css
<style>
a { background-color: #10F344; }
a { background-color: rgb(16,243,68); }
div.DivClassName
{
background-color: #10F344;
}
.BgClassName
{
background-color: #10F344;
}
</style>
border-color css
<style>
span { border-color: #10F344; }
span { border-color: rgb(16,243,68); }
td.TdClassName
{
border-color: #10F344;
}
.TagClassName
{
border-color: #10F344;
}
</style>