Shades of Malachite #0AF147
Tints of Malachite #0AF147
RGB
CMYK
RGB Variations
Color information
#0AF147 (or 0x0AF147) is known color: Malachite. HEX triplet: 0A, F1 and 47. RGB value is (10,241,71). Sum of RGB (Red+Green+Blue) = 10+241+71=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 241 (94.53% from 255 or 74.84% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF147 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF147 is #F50EB8. Grayscale: #999999. Windows color (decimal): -16060089 or 4714762. OLE color: 4714762.
HSL color Cylindrical-coordinate representation of color #0AF147: hue angle of 135.84º 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 #0AF147 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 71 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.05 |
| HSL | 135.84º | 0.92% | 0.49% | - |
| HSV(B) | 135.84º | 0.96% | 0.95% | - |
| XYZ | 32.72 | 63.43 | 16.48 | - |
| YUV | 152.55 | 81.97 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 71 | 0.96 | 0 | 0.71 | 0.05 | 135.84 | 0.92 | 0.49 |
| Hex | A | F1 | 47 | 60 | 0 | 47 | 5 | 88 | 5C | 31 |
| Octal | 12 | 361 | 107 | 140 | 0 | 107 | 5 | 210 | 134 | 61 |
| Binary | 1010 | 11110001 | 1000111 | 1100000 | 0 | 1000111 | 101 | 10001000 | 1011100 | 110001 |
Color Harmonies of #0AF147
Complementary color
Monochromatic Colors of #0AF147
Black with #0AF147
Text Example
Text Example
White with #0AF147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF147; }
p { color: rgb(10,241,71); }
H1.HeaderClassName
{
color: #0AF147;
}
.AnyTagClassName
{
color: #0AF147;
}
</style>
background-color css
<style>
a { background-color: #0AF147; }
a { background-color: rgb(10,241,71); }
div.DivClassName
{
background-color: #0AF147;
}
.BgClassName
{
background-color: #0AF147;
}
</style>
border-color css
<style>
span { border-color: #0AF147; }
span { border-color: rgb(10,241,71); }
td.TdClassName
{
border-color: #0AF147;
}
.TagClassName
{
border-color: #0AF147;
}
</style>