Shades of Malachite #0AF540
Tints of Malachite #0AF540
RGB
CMYK
RGB Variations
Color information
#0AF540 (or 0x0AF540) is known color: Malachite. HEX triplet: 0A, F5 and 40. RGB value is (10,245,64). Sum of RGB (Red+Green+Blue) = 10+245+64=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 245 (96.09% from 255 or 76.80% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF540 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF540 is #F50ABF. Grayscale: #9A9A9A. Windows color (decimal): -16059072 or 4257034. OLE color: 4257034.
HSL color Cylindrical-coordinate representation of color #0AF540: hue angle of 133.79º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF540 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 245 | 64 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.04 |
| HSL | 133.79º | 0.92% | 0.5% | - |
| HSV(B) | 133.79º | 0.96% | 0.96% | - |
| XYZ | 33.7 | 65.74 | 15.76 | - |
| YUV | 154.1 | 77.14 | 25.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 245 | 64 | 0.96 | 0 | 0.74 | 0.04 | 133.79 | 0.92 | 0.5 |
| Hex | A | F5 | 40 | 60 | 0 | 4A | 4 | 86 | 5C | 32 |
| Octal | 12 | 365 | 100 | 140 | 0 | 112 | 4 | 206 | 134 | 62 |
| Binary | 1010 | 11110101 | 1000000 | 1100000 | 0 | 1001010 | 100 | 10000110 | 1011100 | 110010 |
Color Harmonies of #0AF540
Complementary color
Monochromatic Colors of #0AF540
Black with #0AF540
Text Example
Text Example
White with #0AF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF540; }
p { color: rgb(10,245,64); }
H1.HeaderClassName
{
color: #0AF540;
}
.AnyTagClassName
{
color: #0AF540;
}
</style>
background-color css
<style>
a { background-color: #0AF540; }
a { background-color: rgb(10,245,64); }
div.DivClassName
{
background-color: #0AF540;
}
.BgClassName
{
background-color: #0AF540;
}
</style>
border-color css
<style>
span { border-color: #0AF540; }
span { border-color: rgb(10,245,64); }
td.TdClassName
{
border-color: #0AF540;
}
.TagClassName
{
border-color: #0AF540;
}
</style>