Shades of Malachite #0AF155
Tints of Malachite #0AF155
RGB
CMYK
RGB Variations
Color information
#0AF155 (or 0x0AF155) is known color: Malachite. HEX triplet: 0A, F1 and 55. RGB value is (10,241,85). Sum of RGB (Red+Green+Blue) = 10+241+85=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF155 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF155 is #F50EAA. Grayscale: #9A9A9A. Windows color (decimal): -16060075 or 5632266. OLE color: 5632266.
HSL color Cylindrical-coordinate representation of color #0AF155: hue angle of 139.48º 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 #0AF155 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 85 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.05 |
| HSL | 139.48º | 0.92% | 0.49% | - |
| HSV(B) | 139.48º | 0.96% | 0.95% | - |
| XYZ | 33.22 | 63.63 | 19.13 | - |
| YUV | 154.15 | 88.97 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 85 | 0.96 | 0 | 0.65 | 0.05 | 139.48 | 0.92 | 0.49 |
| Hex | A | F1 | 55 | 60 | 0 | 41 | 5 | 8B | 5C | 31 |
| Octal | 12 | 361 | 125 | 140 | 0 | 101 | 5 | 213 | 134 | 61 |
| Binary | 1010 | 11110001 | 1010101 | 1100000 | 0 | 1000001 | 101 | 10001011 | 1011100 | 110001 |
Color Harmonies of #0AF155
Complementary color
Monochromatic Colors of #0AF155
Black with #0AF155
Text Example
Text Example
White with #0AF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF155; }
p { color: rgb(10,241,85); }
H1.HeaderClassName
{
color: #0AF155;
}
.AnyTagClassName
{
color: #0AF155;
}
</style>
background-color css
<style>
a { background-color: #0AF155; }
a { background-color: rgb(10,241,85); }
div.DivClassName
{
background-color: #0AF155;
}
.BgClassName
{
background-color: #0AF155;
}
</style>
border-color css
<style>
span { border-color: #0AF155; }
span { border-color: rgb(10,241,85); }
td.TdClassName
{
border-color: #0AF155;
}
.TagClassName
{
border-color: #0AF155;
}
</style>