Shades of Malachite #0AF24E
Tints of Malachite #0AF24E
RGB
CMYK
RGB Variations
Color information
#0AF24E (or 0x0AF24E) is known color: Malachite. HEX triplet: 0A, F2 and 4E. RGB value is (10,242,78). Sum of RGB (Red+Green+Blue) = 10+242+78=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 242 (94.92% from 255 or 73.33% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF24E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF24E is #F50DB1. Grayscale: #9A9A9A. Windows color (decimal): -16059826 or 5173770. OLE color: 5173770.
HSL color Cylindrical-coordinate representation of color #0AF24E: hue angle of 137.59º 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 #0AF24E is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 78 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.05 |
| HSL | 137.59º | 0.92% | 0.49% | - |
| HSV(B) | 137.59º | 0.96% | 0.95% | - |
| XYZ | 33.25 | 64.12 | 17.83 | - |
| YUV | 153.94 | 85.14 | 25.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 78 | 0.96 | 0 | 0.68 | 0.05 | 137.59 | 0.92 | 0.49 |
| Hex | A | F2 | 4E | 60 | 0 | 44 | 5 | 8A | 5C | 31 |
| Octal | 12 | 362 | 116 | 140 | 0 | 104 | 5 | 212 | 134 | 61 |
| Binary | 1010 | 11110010 | 1001110 | 1100000 | 0 | 1000100 | 101 | 10001010 | 1011100 | 110001 |
Color Harmonies of #0AF24E
Complementary color
Monochromatic Colors of #0AF24E
Black with #0AF24E
Text Example
Text Example
White with #0AF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF24E; }
p { color: rgb(10,242,78); }
H1.HeaderClassName
{
color: #0AF24E;
}
.AnyTagClassName
{
color: #0AF24E;
}
</style>
background-color css
<style>
a { background-color: #0AF24E; }
a { background-color: rgb(10,242,78); }
div.DivClassName
{
background-color: #0AF24E;
}
.BgClassName
{
background-color: #0AF24E;
}
</style>
border-color css
<style>
span { border-color: #0AF24E; }
span { border-color: rgb(10,242,78); }
td.TdClassName
{
border-color: #0AF24E;
}
.TagClassName
{
border-color: #0AF24E;
}
</style>