Shades of Malachite #0AF15F
Tints of Malachite #0AF15F
RGB
CMYK
RGB Variations
Color information
#0AF15F (or 0x0AF15F) is known color: Malachite. HEX triplet: 0A, F1 and 5F. RGB value is (10,241,95). Sum of RGB (Red+Green+Blue) = 10+241+95=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF15F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF15F is #F50EA0. Grayscale: #9B9B9B. Windows color (decimal): -16060065 or 6287626. OLE color: 6287626.
HSL color Cylindrical-coordinate representation of color #0AF15F: hue angle of 142.08º 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 #0AF15F is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 95 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.05 |
| HSL | 142.08º | 0.92% | 0.49% | - |
| HSV(B) | 142.08º | 0.96% | 0.95% | - |
| XYZ | 33.65 | 63.8 | 21.37 | - |
| YUV | 155.29 | 93.97 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 95 | 0.96 | 0 | 0.61 | 0.05 | 142.08 | 0.92 | 0.49 |
| Hex | A | F1 | 5F | 60 | 0 | 3D | 5 | 8E | 5C | 31 |
| Octal | 12 | 361 | 137 | 140 | 0 | 75 | 5 | 216 | 134 | 61 |
| Binary | 1010 | 11110001 | 1011111 | 1100000 | 0 | 111101 | 101 | 10001110 | 1011100 | 110001 |
Color Harmonies of #0AF15F
Complementary color
Monochromatic Colors of #0AF15F
Black with #0AF15F
Text Example
Text Example
White with #0AF15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF15F; }
p { color: rgb(10,241,95); }
H1.HeaderClassName
{
color: #0AF15F;
}
.AnyTagClassName
{
color: #0AF15F;
}
</style>
background-color css
<style>
a { background-color: #0AF15F; }
a { background-color: rgb(10,241,95); }
div.DivClassName
{
background-color: #0AF15F;
}
.BgClassName
{
background-color: #0AF15F;
}
</style>
border-color css
<style>
span { border-color: #0AF15F; }
span { border-color: rgb(10,241,95); }
td.TdClassName
{
border-color: #0AF15F;
}
.TagClassName
{
border-color: #0AF15F;
}
</style>