Shades of Malachite #0AFC3C
Tints of Malachite #0AFC3C
RGB
CMYK
RGB Variations
Color information
#0AFC3C (or 0x0AFC3C) is known color: Malachite. HEX triplet: 0A, FC and 3C. RGB value is (10,252,60). Sum of RGB (Red+Green+Blue) = 10+252+60=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 252 (98.83% from 255 or 78.26% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFC3C is #F503C3. Grayscale: #9E9E9E. Windows color (decimal): -16057284 or 3996682. OLE color: 3996682.
HSL color Cylindrical-coordinate representation of color #0AFC3C: hue angle of 132.4º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFC3C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 60 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.01 |
| HSL | 132.4º | 0.98% | 0.51% | - |
| HSV(B) | 132.4º | 0.96% | 0.99% | - |
| XYZ | 35.75 | 70.01 | 15.9 | - |
| YUV | 157.75 | 72.83 | 22.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 60 | 0.96 | 0 | 0.76 | 0.01 | 132.4 | 0.98 | 0.51 |
| Hex | A | FC | 3C | 60 | 0 | 4C | 1 | 84 | 62 | 33 |
| Octal | 12 | 374 | 74 | 140 | 0 | 114 | 1 | 204 | 142 | 63 |
| Binary | 1010 | 11111100 | 111100 | 1100000 | 0 | 1001100 | 1 | 10000100 | 1100010 | 110011 |
Color Harmonies of #0AFC3C
Complementary color
Monochromatic Colors of #0AFC3C
Black with #0AFC3C
Text Example
Text Example
White with #0AFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC3C; }
p { color: rgb(10,252,60); }
H1.HeaderClassName
{
color: #0AFC3C;
}
.AnyTagClassName
{
color: #0AFC3C;
}
</style>
background-color css
<style>
a { background-color: #0AFC3C; }
a { background-color: rgb(10,252,60); }
div.DivClassName
{
background-color: #0AFC3C;
}
.BgClassName
{
background-color: #0AFC3C;
}
</style>
border-color css
<style>
span { border-color: #0AFC3C; }
span { border-color: rgb(10,252,60); }
td.TdClassName
{
border-color: #0AFC3C;
}
.TagClassName
{
border-color: #0AFC3C;
}
</style>