Shades of Malachite #0AF347
Tints of Malachite #0AF347
RGB
CMYK
RGB Variations
Color information
#0AF347 (or 0x0AF347) is known color: Malachite. HEX triplet: 0A, F3 and 47. RGB value is (10,243,71). Sum of RGB (Red+Green+Blue) = 10+243+71=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 243 (95.31% from 255 or 75% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF347 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF347 is #F50CB8. Grayscale: #9A9A9A. Windows color (decimal): -16059577 or 4715274. OLE color: 4715274.
HSL color Cylindrical-coordinate representation of color #0AF347: hue angle of 135.71º 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 #0AF347 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 243 | 71 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.05 |
| HSL | 135.71º | 0.92% | 0.5% | - |
| HSV(B) | 135.71º | 0.96% | 0.95% | - |
| XYZ | 33.31 | 64.62 | 16.68 | - |
| YUV | 153.73 | 81.31 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 243 | 71 | 0.96 | 0 | 0.71 | 0.05 | 135.71 | 0.92 | 0.5 |
| Hex | A | F3 | 47 | 60 | 0 | 47 | 5 | 88 | 5C | 32 |
| Octal | 12 | 363 | 107 | 140 | 0 | 107 | 5 | 210 | 134 | 62 |
| Binary | 1010 | 11110011 | 1000111 | 1100000 | 0 | 1000111 | 101 | 10001000 | 1011100 | 110010 |
Color Harmonies of #0AF347
Complementary color
Monochromatic Colors of #0AF347
Black with #0AF347
Text Example
Text Example
White with #0AF347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF347; }
p { color: rgb(10,243,71); }
H1.HeaderClassName
{
color: #0AF347;
}
.AnyTagClassName
{
color: #0AF347;
}
</style>
background-color css
<style>
a { background-color: #0AF347; }
a { background-color: rgb(10,243,71); }
div.DivClassName
{
background-color: #0AF347;
}
.BgClassName
{
background-color: #0AF347;
}
</style>
border-color css
<style>
span { border-color: #0AF347; }
span { border-color: rgb(10,243,71); }
td.TdClassName
{
border-color: #0AF347;
}
.TagClassName
{
border-color: #0AF347;
}
</style>