Shades of Malachite #0AF13A
Tints of Malachite #0AF13A
RGB
CMYK
RGB Variations
Color information
#0AF13A (or 0x0AF13A) is known color: Malachite. HEX triplet: 0A, F1 and 3A. RGB value is (10,241,58). Sum of RGB (Red+Green+Blue) = 10+241+58=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 241 (94.53% from 255 or 77.99% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF13A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF13A is #F50EC5. Grayscale: #979797. Windows color (decimal): -16060102 or 3862794. OLE color: 3862794.
HSL color Cylindrical-coordinate representation of color #0AF13A: hue angle of 132.47º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF13A is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 58 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.05 |
| HSL | 132.47º | 0.92% | 0.49% | - |
| HSV(B) | 132.47º | 0.96% | 0.95% | - |
| XYZ | 32.34 | 63.28 | 14.51 | - |
| YUV | 151.07 | 75.47 | 27.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 58 | 0.96 | 0 | 0.76 | 0.05 | 132.47 | 0.92 | 0.49 |
| Hex | A | F1 | 3A | 60 | 0 | 4C | 5 | 84 | 5C | 31 |
| Octal | 12 | 361 | 72 | 140 | 0 | 114 | 5 | 204 | 134 | 61 |
| Binary | 1010 | 11110001 | 111010 | 1100000 | 0 | 1001100 | 101 | 10000100 | 1011100 | 110001 |
Color Harmonies of #0AF13A
Complementary color
Monochromatic Colors of #0AF13A
Black with #0AF13A
Text Example
Text Example
White with #0AF13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF13A; }
p { color: rgb(10,241,58); }
H1.HeaderClassName
{
color: #0AF13A;
}
.AnyTagClassName
{
color: #0AF13A;
}
</style>
background-color css
<style>
a { background-color: #0AF13A; }
a { background-color: rgb(10,241,58); }
div.DivClassName
{
background-color: #0AF13A;
}
.BgClassName
{
background-color: #0AF13A;
}
</style>
border-color css
<style>
span { border-color: #0AF13A; }
span { border-color: rgb(10,241,58); }
td.TdClassName
{
border-color: #0AF13A;
}
.TagClassName
{
border-color: #0AF13A;
}
</style>