Shades of Malachite #0AF637
Tints of Malachite #0AF637
RGB
CMYK
RGB Variations
Color information
#0AF637 (or 0x0AF637) is known color: Malachite. HEX triplet: 0A, F6 and 37. RGB value is (10,246,55). Sum of RGB (Red+Green+Blue) = 10+246+55=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 246 (96.48% from 255 or 79.10% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF637 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF637 is #F509C8. Grayscale: #9A9A9A. Windows color (decimal): -16058825 or 3667466. OLE color: 3667466.
HSL color Cylindrical-coordinate representation of color #0AF637: hue angle of 131.44º degrees, saturation: 0.93, 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 #0AF637 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 246 | 55 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.04 |
| HSL | 131.44º | 0.93% | 0.5% | - |
| HSV(B) | 131.44º | 0.96% | 0.96% | - |
| XYZ | 33.77 | 66.25 | 14.62 | - |
| YUV | 153.66 | 72.31 | 25.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 246 | 55 | 0.96 | 0 | 0.78 | 0.04 | 131.44 | 0.93 | 0.5 |
| Hex | A | F6 | 37 | 60 | 0 | 4E | 4 | 83 | 5D | 32 |
| Octal | 12 | 366 | 67 | 140 | 0 | 116 | 4 | 203 | 135 | 62 |
| Binary | 1010 | 11110110 | 110111 | 1100000 | 0 | 1001110 | 100 | 10000011 | 1011101 | 110010 |
Color Harmonies of #0AF637
Complementary color
Monochromatic Colors of #0AF637
Black with #0AF637
Text Example
Text Example
White with #0AF637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF637; }
p { color: rgb(10,246,55); }
H1.HeaderClassName
{
color: #0AF637;
}
.AnyTagClassName
{
color: #0AF637;
}
</style>
background-color css
<style>
a { background-color: #0AF637; }
a { background-color: rgb(10,246,55); }
div.DivClassName
{
background-color: #0AF637;
}
.BgClassName
{
background-color: #0AF637;
}
</style>
border-color css
<style>
span { border-color: #0AF637; }
span { border-color: rgb(10,246,55); }
td.TdClassName
{
border-color: #0AF637;
}
.TagClassName
{
border-color: #0AF637;
}
</style>