Shades of Malachite #0AF053
Tints of Malachite #0AF053
RGB
CMYK
RGB Variations
Color information
#0AF053 (or 0x0AF053) is known color: Malachite. HEX triplet: 0A, F0 and 53. RGB value is (10,240,83). Sum of RGB (Red+Green+Blue) = 10+240+83=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF053 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF053 is #F50FAC. Grayscale: #999999. Windows color (decimal): -16060333 or 5500938. OLE color: 5500938.
HSL color Cylindrical-coordinate representation of color #0AF053: hue angle of 139.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF053 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 83 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.06 |
| HSL | 139.04º | 0.92% | 0.49% | - |
| HSV(B) | 139.04º | 0.96% | 0.94% | - |
| XYZ | 32.85 | 63.01 | 18.61 | - |
| YUV | 153.33 | 88.3 | 25.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 83 | 0.96 | 0 | 0.65 | 0.06 | 139.04 | 0.92 | 0.49 |
| Hex | A | F0 | 53 | 60 | 0 | 41 | 6 | 8B | 5C | 31 |
| Octal | 12 | 360 | 123 | 140 | 0 | 101 | 6 | 213 | 134 | 61 |
| Binary | 1010 | 11110000 | 1010011 | 1100000 | 0 | 1000001 | 110 | 10001011 | 1011100 | 110001 |
Color Harmonies of #0AF053
Complementary color
Monochromatic Colors of #0AF053
Black with #0AF053
Text Example
Text Example
White with #0AF053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF053; }
p { color: rgb(10,240,83); }
H1.HeaderClassName
{
color: #0AF053;
}
.AnyTagClassName
{
color: #0AF053;
}
</style>
background-color css
<style>
a { background-color: #0AF053; }
a { background-color: rgb(10,240,83); }
div.DivClassName
{
background-color: #0AF053;
}
.BgClassName
{
background-color: #0AF053;
}
</style>
border-color css
<style>
span { border-color: #0AF053; }
span { border-color: rgb(10,240,83); }
td.TdClassName
{
border-color: #0AF053;
}
.TagClassName
{
border-color: #0AF053;
}
</style>