Shades of Malachite #0AF15C
Tints of Malachite #0AF15C
RGB
CMYK
RGB Variations
Color information
#0AF15C (or 0x0AF15C) is known color: Malachite. HEX triplet: 0A, F1 and 5C. RGB value is (10,241,92). Sum of RGB (Red+Green+Blue) = 10+241+92=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF15C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF15C is #F50EA3. Grayscale: #9B9B9B. Windows color (decimal): -16060068 or 6091018. OLE color: 6091018.
HSL color Cylindrical-coordinate representation of color #0AF15C: hue angle of 141.3º 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 #0AF15C is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 92 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.05 |
| HSL | 141.3º | 0.92% | 0.49% | - |
| HSV(B) | 141.3º | 0.96% | 0.95% | - |
| XYZ | 33.51 | 63.75 | 20.66 | - |
| YUV | 154.95 | 92.47 | 24.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 92 | 0.96 | 0 | 0.62 | 0.05 | 141.3 | 0.92 | 0.49 |
| Hex | A | F1 | 5C | 60 | 0 | 3E | 5 | 8D | 5C | 31 |
| Octal | 12 | 361 | 134 | 140 | 0 | 76 | 5 | 215 | 134 | 61 |
| Binary | 1010 | 11110001 | 1011100 | 1100000 | 0 | 111110 | 101 | 10001101 | 1011100 | 110001 |
Color Harmonies of #0AF15C
Complementary color
Monochromatic Colors of #0AF15C
Black with #0AF15C
Text Example
Text Example
White with #0AF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF15C; }
p { color: rgb(10,241,92); }
H1.HeaderClassName
{
color: #0AF15C;
}
.AnyTagClassName
{
color: #0AF15C;
}
</style>
background-color css
<style>
a { background-color: #0AF15C; }
a { background-color: rgb(10,241,92); }
div.DivClassName
{
background-color: #0AF15C;
}
.BgClassName
{
background-color: #0AF15C;
}
</style>
border-color css
<style>
span { border-color: #0AF15C; }
span { border-color: rgb(10,241,92); }
td.TdClassName
{
border-color: #0AF15C;
}
.TagClassName
{
border-color: #0AF15C;
}
</style>