Shades of Malachite #0AF03A
Tints of Malachite #0AF03A
RGB
CMYK
RGB Variations
Color information
#0AF03A (or 0x0AF03A) is known color: Malachite. HEX triplet: 0A, F0 and 3A. RGB value is (10,240,58). Sum of RGB (Red+Green+Blue) = 10+240+58=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF03A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF03A is #F50FC5. Grayscale: #969696. Windows color (decimal): -16060358 or 3862538. OLE color: 3862538.
HSL color Cylindrical-coordinate representation of color #0AF03A: hue angle of 132.52º 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 #0AF03A is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 58 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.06 |
| HSL | 132.52º | 0.92% | 0.49% | - |
| HSV(B) | 132.52º | 0.96% | 0.94% | - |
| XYZ | 32.05 | 62.69 | 14.41 | - |
| YUV | 150.48 | 75.8 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 58 | 0.96 | 0 | 0.76 | 0.06 | 132.52 | 0.92 | 0.49 |
| Hex | A | F0 | 3A | 60 | 0 | 4C | 6 | 85 | 5C | 31 |
| Octal | 12 | 360 | 72 | 140 | 0 | 114 | 6 | 205 | 134 | 61 |
| Binary | 1010 | 11110000 | 111010 | 1100000 | 0 | 1001100 | 110 | 10000101 | 1011100 | 110001 |
Color Harmonies of #0AF03A
Complementary color
Monochromatic Colors of #0AF03A
Black with #0AF03A
Text Example
Text Example
White with #0AF03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF03A; }
p { color: rgb(10,240,58); }
H1.HeaderClassName
{
color: #0AF03A;
}
.AnyTagClassName
{
color: #0AF03A;
}
</style>
background-color css
<style>
a { background-color: #0AF03A; }
a { background-color: rgb(10,240,58); }
div.DivClassName
{
background-color: #0AF03A;
}
.BgClassName
{
background-color: #0AF03A;
}
</style>
border-color css
<style>
span { border-color: #0AF03A; }
span { border-color: rgb(10,240,58); }
td.TdClassName
{
border-color: #0AF03A;
}
.TagClassName
{
border-color: #0AF03A;
}
</style>