Shades of Malachite #0AF346
Tints of Malachite #0AF346
RGB
CMYK
RGB Variations
Color information
#0AF346 (or 0x0AF346) is known color: Malachite. HEX triplet: 0A, F3 and 46. RGB value is (10,243,70). Sum of RGB (Red+Green+Blue) = 10+243+70=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 243 (95.31% from 255 or 75.23% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF346 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF346 is #F50CB9. Grayscale: #9A9A9A. Windows color (decimal): -16059578 or 4649738. OLE color: 4649738.
HSL color Cylindrical-coordinate representation of color #0AF346: hue angle of 135.45º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF346 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 243 | 70 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.05 |
| HSL | 135.45º | 0.92% | 0.5% | - |
| HSV(B) | 135.45º | 0.96% | 0.95% | - |
| XYZ | 33.28 | 64.61 | 16.51 | - |
| YUV | 153.61 | 80.81 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 243 | 70 | 0.96 | 0 | 0.71 | 0.05 | 135.45 | 0.92 | 0.5 |
| Hex | A | F3 | 46 | 60 | 0 | 47 | 5 | 87 | 5C | 32 |
| Octal | 12 | 363 | 106 | 140 | 0 | 107 | 5 | 207 | 134 | 62 |
| Binary | 1010 | 11110011 | 1000110 | 1100000 | 0 | 1000111 | 101 | 10000111 | 1011100 | 110010 |
Color Harmonies of #0AF346
Complementary color
Monochromatic Colors of #0AF346
Black with #0AF346
Text Example
Text Example
White with #0AF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF346; }
p { color: rgb(10,243,70); }
H1.HeaderClassName
{
color: #0AF346;
}
.AnyTagClassName
{
color: #0AF346;
}
</style>
background-color css
<style>
a { background-color: #0AF346; }
a { background-color: rgb(10,243,70); }
div.DivClassName
{
background-color: #0AF346;
}
.BgClassName
{
background-color: #0AF346;
}
</style>
border-color css
<style>
span { border-color: #0AF346; }
span { border-color: rgb(10,243,70); }
td.TdClassName
{
border-color: #0AF346;
}
.TagClassName
{
border-color: #0AF346;
}
</style>