Shades of Malachite #0AF63D
Tints of Malachite #0AF63D
RGB
CMYK
RGB Variations
Color information
#0AF63D (or 0x0AF63D) is known color: Malachite. HEX triplet: 0A, F6 and 3D. RGB value is (10,246,61). Sum of RGB (Red+Green+Blue) = 10+246+61=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 246 (96.48% from 255 or 77.60% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF63D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF63D is #F509C2. Grayscale: #9A9A9A. Windows color (decimal): -16058819 or 4060682. OLE color: 4060682.
HSL color Cylindrical-coordinate representation of color #0AF63D: hue angle of 132.97º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF63D is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 246 | 61 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.04 |
| HSL | 132.97º | 0.93% | 0.5% | - |
| HSV(B) | 132.97º | 0.96% | 0.96% | - |
| XYZ | 33.92 | 66.31 | 15.43 | - |
| YUV | 154.35 | 75.31 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 246 | 61 | 0.96 | 0 | 0.75 | 0.04 | 132.97 | 0.93 | 0.5 |
| Hex | A | F6 | 3D | 60 | 0 | 4B | 4 | 85 | 5D | 32 |
| Octal | 12 | 366 | 75 | 140 | 0 | 113 | 4 | 205 | 135 | 62 |
| Binary | 1010 | 11110110 | 111101 | 1100000 | 0 | 1001011 | 100 | 10000101 | 1011101 | 110010 |
Color Harmonies of #0AF63D
Complementary color
Monochromatic Colors of #0AF63D
Black with #0AF63D
Text Example
Text Example
White with #0AF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF63D; }
p { color: rgb(10,246,61); }
H1.HeaderClassName
{
color: #0AF63D;
}
.AnyTagClassName
{
color: #0AF63D;
}
</style>
background-color css
<style>
a { background-color: #0AF63D; }
a { background-color: rgb(10,246,61); }
div.DivClassName
{
background-color: #0AF63D;
}
.BgClassName
{
background-color: #0AF63D;
}
</style>
border-color css
<style>
span { border-color: #0AF63D; }
span { border-color: rgb(10,246,61); }
td.TdClassName
{
border-color: #0AF63D;
}
.TagClassName
{
border-color: #0AF63D;
}
</style>