Shades of Malachite #0AF05B
Tints of Malachite #0AF05B
RGB
CMYK
RGB Variations
Color information
#0AF05B (or 0x0AF05B) is known color: Malachite. HEX triplet: 0A, F0 and 5B. RGB value is (10,240,91). Sum of RGB (Red+Green+Blue) = 10+240+91=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 240 (94.14% from 255 or 70.38% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF05B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF05B is #F50FA4. Grayscale: #9A9A9A. Windows color (decimal): -16060325 or 6025226. OLE color: 6025226.
HSL color Cylindrical-coordinate representation of color #0AF05B: hue angle of 141.13º 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 #0AF05B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 91 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.06 |
| HSL | 141.13º | 0.92% | 0.49% | - |
| HSV(B) | 141.13º | 0.96% | 0.94% | - |
| XYZ | 33.17 | 63.14 | 20.34 | - |
| YUV | 154.24 | 92.3 | 25.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 91 | 0.96 | 0 | 0.62 | 0.06 | 141.13 | 0.92 | 0.49 |
| Hex | A | F0 | 5B | 60 | 0 | 3E | 6 | 8D | 5C | 31 |
| Octal | 12 | 360 | 133 | 140 | 0 | 76 | 6 | 215 | 134 | 61 |
| Binary | 1010 | 11110000 | 1011011 | 1100000 | 0 | 111110 | 110 | 10001101 | 1011100 | 110001 |
Color Harmonies of #0AF05B
Complementary color
Monochromatic Colors of #0AF05B
Black with #0AF05B
Text Example
Text Example
White with #0AF05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF05B; }
p { color: rgb(10,240,91); }
H1.HeaderClassName
{
color: #0AF05B;
}
.AnyTagClassName
{
color: #0AF05B;
}
</style>
background-color css
<style>
a { background-color: #0AF05B; }
a { background-color: rgb(10,240,91); }
div.DivClassName
{
background-color: #0AF05B;
}
.BgClassName
{
background-color: #0AF05B;
}
</style>
border-color css
<style>
span { border-color: #0AF05B; }
span { border-color: rgb(10,240,91); }
td.TdClassName
{
border-color: #0AF05B;
}
.TagClassName
{
border-color: #0AF05B;
}
</style>