Shades of Malachite #0AFC3D
Tints of Malachite #0AFC3D
RGB
CMYK
RGB Variations
Color information
#0AFC3D (or 0x0AFC3D) is known color: Malachite. HEX triplet: 0A, FC and 3D. RGB value is (10,252,61). Sum of RGB (Red+Green+Blue) = 10+252+61=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 252 (98.83% from 255 or 78.02% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFC3D is #F503C2. Grayscale: #9E9E9E. Windows color (decimal): -16057283 or 4062218. OLE color: 4062218.
HSL color Cylindrical-coordinate representation of color #0AFC3D: hue angle of 132.64º 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 #0AFC3D is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 61 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.01 |
| HSL | 132.64º | 0.98% | 0.51% | - |
| HSV(B) | 132.64º | 0.96% | 0.99% | - |
| XYZ | 35.78 | 70.02 | 16.04 | - |
| YUV | 157.87 | 73.33 | 22.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 61 | 0.96 | 0 | 0.76 | 0.01 | 132.64 | 0.98 | 0.51 |
| Hex | A | FC | 3D | 60 | 0 | 4C | 1 | 85 | 62 | 33 |
| Octal | 12 | 374 | 75 | 140 | 0 | 114 | 1 | 205 | 142 | 63 |
| Binary | 1010 | 11111100 | 111101 | 1100000 | 0 | 1001100 | 1 | 10000101 | 1100010 | 110011 |
Color Harmonies of #0AFC3D
Complementary color
Monochromatic Colors of #0AFC3D
Black with #0AFC3D
Text Example
Text Example
White with #0AFC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC3D; }
p { color: rgb(10,252,61); }
H1.HeaderClassName
{
color: #0AFC3D;
}
.AnyTagClassName
{
color: #0AFC3D;
}
</style>
background-color css
<style>
a { background-color: #0AFC3D; }
a { background-color: rgb(10,252,61); }
div.DivClassName
{
background-color: #0AFC3D;
}
.BgClassName
{
background-color: #0AFC3D;
}
</style>
border-color css
<style>
span { border-color: #0AFC3D; }
span { border-color: rgb(10,252,61); }
td.TdClassName
{
border-color: #0AFC3D;
}
.TagClassName
{
border-color: #0AFC3D;
}
</style>