Shades of Malachite #0AF53B
Tints of Malachite #0AF53B
RGB
CMYK
RGB Variations
Color information
#0AF53B (or 0x0AF53B) is known color: Malachite. HEX triplet: 0A, F5 and 3B. RGB value is (10,245,59). Sum of RGB (Red+Green+Blue) = 10+245+59=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 245 (96.09% from 255 or 78.03% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF53B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF53B is #F50AC4. Grayscale: #9A9A9A. Windows color (decimal): -16059077 or 3929354. OLE color: 3929354.
HSL color Cylindrical-coordinate representation of color #0AF53B: hue angle of 132.51º 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 #0AF53B is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 245 | 59 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.04 |
| HSL | 132.51º | 0.92% | 0.5% | - |
| HSV(B) | 132.51º | 0.96% | 0.96% | - |
| XYZ | 33.57 | 65.69 | 15.05 | - |
| YUV | 153.53 | 74.64 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 245 | 59 | 0.96 | 0 | 0.76 | 0.04 | 132.51 | 0.92 | 0.5 |
| Hex | A | F5 | 3B | 60 | 0 | 4C | 4 | 85 | 5C | 32 |
| Octal | 12 | 365 | 73 | 140 | 0 | 114 | 4 | 205 | 134 | 62 |
| Binary | 1010 | 11110101 | 111011 | 1100000 | 0 | 1001100 | 100 | 10000101 | 1011100 | 110010 |
Color Harmonies of #0AF53B
Complementary color
Monochromatic Colors of #0AF53B
Black with #0AF53B
Text Example
Text Example
White with #0AF53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF53B; }
p { color: rgb(10,245,59); }
H1.HeaderClassName
{
color: #0AF53B;
}
.AnyTagClassName
{
color: #0AF53B;
}
</style>
background-color css
<style>
a { background-color: #0AF53B; }
a { background-color: rgb(10,245,59); }
div.DivClassName
{
background-color: #0AF53B;
}
.BgClassName
{
background-color: #0AF53B;
}
</style>
border-color css
<style>
span { border-color: #0AF53B; }
span { border-color: rgb(10,245,59); }
td.TdClassName
{
border-color: #0AF53B;
}
.TagClassName
{
border-color: #0AF53B;
}
</style>