Shades of Malachite #0AFC3E
Tints of Malachite #0AFC3E
RGB
CMYK
RGB Variations
Color information
#0AFC3E (or 0x0AFC3E) is known color: Malachite. HEX triplet: 0A, FC and 3E. RGB value is (10,252,62). Sum of RGB (Red+Green+Blue) = 10+252+62=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 252 (98.83% from 255 or 77.78% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFC3E is #F503C1. Grayscale: #9E9E9E. Windows color (decimal): -16057282 or 4127754. OLE color: 4127754.
HSL color Cylindrical-coordinate representation of color #0AFC3E: hue angle of 132.89º 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 #0AFC3E is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 62 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.01 |
| HSL | 132.89º | 0.98% | 0.51% | - |
| HSV(B) | 132.89º | 0.96% | 0.99% | - |
| XYZ | 35.81 | 70.03 | 16.19 | - |
| YUV | 157.98 | 73.83 | 22.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 62 | 0.96 | 0 | 0.75 | 0.01 | 132.89 | 0.98 | 0.51 |
| Hex | A | FC | 3E | 60 | 0 | 4B | 1 | 85 | 62 | 33 |
| Octal | 12 | 374 | 76 | 140 | 0 | 113 | 1 | 205 | 142 | 63 |
| Binary | 1010 | 11111100 | 111110 | 1100000 | 0 | 1001011 | 1 | 10000101 | 1100010 | 110011 |
Color Harmonies of #0AFC3E
Complementary color
Monochromatic Colors of #0AFC3E
Black with #0AFC3E
Text Example
Text Example
White with #0AFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC3E; }
p { color: rgb(10,252,62); }
H1.HeaderClassName
{
color: #0AFC3E;
}
.AnyTagClassName
{
color: #0AFC3E;
}
</style>
background-color css
<style>
a { background-color: #0AFC3E; }
a { background-color: rgb(10,252,62); }
div.DivClassName
{
background-color: #0AFC3E;
}
.BgClassName
{
background-color: #0AFC3E;
}
</style>
border-color css
<style>
span { border-color: #0AFC3E; }
span { border-color: rgb(10,252,62); }
td.TdClassName
{
border-color: #0AFC3E;
}
.TagClassName
{
border-color: #0AFC3E;
}
</style>