Shades of Malachite #0AF163
Tints of Malachite #0AF163
RGB
CMYK
RGB Variations
Color information
#0AF163 (or 0x0AF163) is known color: Malachite. HEX triplet: 0A, F1 and 63. RGB value is (10,241,99). Sum of RGB (Red+Green+Blue) = 10+241+99=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF163 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF163 is #F50E9C. Grayscale: #9C9C9C. Windows color (decimal): -16060061 or 6549770. OLE color: 6549770.
HSL color Cylindrical-coordinate representation of color #0AF163: hue angle of 143.12º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF163 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 99 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.05 |
| HSL | 143.12º | 0.92% | 0.49% | - |
| HSV(B) | 143.12º | 0.96% | 0.95% | - |
| XYZ | 33.83 | 63.88 | 22.35 | - |
| YUV | 155.74 | 95.97 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 99 | 0.96 | 0 | 0.59 | 0.05 | 143.12 | 0.92 | 0.49 |
| Hex | A | F1 | 63 | 60 | 0 | 3B | 5 | 8F | 5C | 31 |
| Octal | 12 | 361 | 143 | 140 | 0 | 73 | 5 | 217 | 134 | 61 |
| Binary | 1010 | 11110001 | 1100011 | 1100000 | 0 | 111011 | 101 | 10001111 | 1011100 | 110001 |
Color Harmonies of #0AF163
Complementary color
Monochromatic Colors of #0AF163
Black with #0AF163
Text Example
Text Example
White with #0AF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF163; }
p { color: rgb(10,241,99); }
H1.HeaderClassName
{
color: #0AF163;
}
.AnyTagClassName
{
color: #0AF163;
}
</style>
background-color css
<style>
a { background-color: #0AF163; }
a { background-color: rgb(10,241,99); }
div.DivClassName
{
background-color: #0AF163;
}
.BgClassName
{
background-color: #0AF163;
}
</style>
border-color css
<style>
span { border-color: #0AF163; }
span { border-color: rgb(10,241,99); }
td.TdClassName
{
border-color: #0AF163;
}
.TagClassName
{
border-color: #0AF163;
}
</style>