Shades of Malachite #0AF960
Tints of Malachite #0AF960
RGB
CMYK
RGB Variations
Color information
#0AF960 (or 0x0AF960) is known color: Malachite. HEX triplet: 0A, F9 and 60. RGB value is (10,249,96). Sum of RGB (Red+Green+Blue) = 10+249+96=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF960 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF960 is #F5069F. Grayscale: #A0A0A0. Windows color (decimal): -16058016 or 6355210. OLE color: 6355210.
HSL color Cylindrical-coordinate representation of color #0AF960: hue angle of 141.59º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF960 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 96 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.02 |
| HSL | 141.59º | 0.95% | 0.51% | - |
| HSV(B) | 141.59º | 0.96% | 0.98% | - |
| XYZ | 36.11 | 68.66 | 22.42 | - |
| YUV | 160.1 | 91.82 | 20.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 96 | 0.96 | 0 | 0.61 | 0.02 | 141.59 | 0.95 | 0.51 |
| Hex | A | F9 | 60 | 60 | 0 | 3D | 2 | 8E | 5F | 33 |
| Octal | 12 | 371 | 140 | 140 | 0 | 75 | 2 | 216 | 137 | 63 |
| Binary | 1010 | 11111001 | 1100000 | 1100000 | 0 | 111101 | 10 | 10001110 | 1011111 | 110011 |
Color Harmonies of #0AF960
Complementary color
Monochromatic Colors of #0AF960
Black with #0AF960
Text Example
Text Example
White with #0AF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF960; }
p { color: rgb(10,249,96); }
H1.HeaderClassName
{
color: #0AF960;
}
.AnyTagClassName
{
color: #0AF960;
}
</style>
background-color css
<style>
a { background-color: #0AF960; }
a { background-color: rgb(10,249,96); }
div.DivClassName
{
background-color: #0AF960;
}
.BgClassName
{
background-color: #0AF960;
}
</style>
border-color css
<style>
span { border-color: #0AF960; }
span { border-color: rgb(10,249,96); }
td.TdClassName
{
border-color: #0AF960;
}
.TagClassName
{
border-color: #0AF960;
}
</style>