Shades of Malachite #0AF956
Tints of Malachite #0AF956
RGB
CMYK
RGB Variations
Color information
#0AF956 (or 0x0AF956) is known color: Malachite. HEX triplet: 0A, F9 and 56. RGB value is (10,249,86). Sum of RGB (Red+Green+Blue) = 10+249+86=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF956 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF956 is #F506A9. Grayscale: #9F9F9F. Windows color (decimal): -16058026 or 5699850. OLE color: 5699850.
HSL color Cylindrical-coordinate representation of color #0AF956: hue angle of 139.08º 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 #0AF956 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 86 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.02 |
| HSL | 139.08º | 0.95% | 0.51% | - |
| HSV(B) | 139.08º | 0.96% | 0.98% | - |
| XYZ | 35.68 | 68.49 | 20.14 | - |
| YUV | 158.96 | 86.82 | 21.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 86 | 0.96 | 0 | 0.65 | 0.02 | 139.08 | 0.95 | 0.51 |
| Hex | A | F9 | 56 | 60 | 0 | 41 | 2 | 8B | 5F | 33 |
| Octal | 12 | 371 | 126 | 140 | 0 | 101 | 2 | 213 | 137 | 63 |
| Binary | 1010 | 11111001 | 1010110 | 1100000 | 0 | 1000001 | 10 | 10001011 | 1011111 | 110011 |
Color Harmonies of #0AF956
Complementary color
Monochromatic Colors of #0AF956
Black with #0AF956
Text Example
Text Example
White with #0AF956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF956; }
p { color: rgb(10,249,86); }
H1.HeaderClassName
{
color: #0AF956;
}
.AnyTagClassName
{
color: #0AF956;
}
</style>
background-color css
<style>
a { background-color: #0AF956; }
a { background-color: rgb(10,249,86); }
div.DivClassName
{
background-color: #0AF956;
}
.BgClassName
{
background-color: #0AF956;
}
</style>
border-color css
<style>
span { border-color: #0AF956; }
span { border-color: rgb(10,249,86); }
td.TdClassName
{
border-color: #0AF956;
}
.TagClassName
{
border-color: #0AF956;
}
</style>