Shades of Malachite #0AF239
Tints of Malachite #0AF239
RGB
CMYK
RGB Variations
Color information
#0AF239 (or 0x0AF239) is known color: Malachite. HEX triplet: 0A, F2 and 39. RGB value is (10,242,57). Sum of RGB (Red+Green+Blue) = 10+242+57=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 242 (94.92% from 255 or 78.32% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF239 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF239 is #F50DC6. Grayscale: #989898. Windows color (decimal): -16059847 or 3797514. OLE color: 3797514.
HSL color Cylindrical-coordinate representation of color #0AF239: hue angle of 132.16º 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 #0AF239 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 57 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.05 |
| HSL | 132.16º | 0.92% | 0.49% | - |
| HSV(B) | 132.16º | 0.96% | 0.95% | - |
| XYZ | 32.62 | 63.86 | 14.48 | - |
| YUV | 151.54 | 74.64 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 57 | 0.96 | 0 | 0.76 | 0.05 | 132.16 | 0.92 | 0.49 |
| Hex | A | F2 | 39 | 60 | 0 | 4C | 5 | 84 | 5C | 31 |
| Octal | 12 | 362 | 71 | 140 | 0 | 114 | 5 | 204 | 134 | 61 |
| Binary | 1010 | 11110010 | 111001 | 1100000 | 0 | 1001100 | 101 | 10000100 | 1011100 | 110001 |
Color Harmonies of #0AF239
Complementary color
Monochromatic Colors of #0AF239
Black with #0AF239
Text Example
Text Example
White with #0AF239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF239; }
p { color: rgb(10,242,57); }
H1.HeaderClassName
{
color: #0AF239;
}
.AnyTagClassName
{
color: #0AF239;
}
</style>
background-color css
<style>
a { background-color: #0AF239; }
a { background-color: rgb(10,242,57); }
div.DivClassName
{
background-color: #0AF239;
}
.BgClassName
{
background-color: #0AF239;
}
</style>
border-color css
<style>
span { border-color: #0AF239; }
span { border-color: rgb(10,242,57); }
td.TdClassName
{
border-color: #0AF239;
}
.TagClassName
{
border-color: #0AF239;
}
</style>