Shades of Malachite #0ADF5B
Tints of Malachite #0ADF5B
RGB
CMYK
RGB Variations
Color information
#0ADF5B (or 0x0ADF5B) is known color: Malachite. HEX triplet: 0A, DF and 5B. RGB value is (10,223,91). Sum of RGB (Red+Green+Blue) = 10+223+91=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADF5B is #F520A4. Grayscale: #909090. Windows color (decimal): -16064677 or 6020874. OLE color: 6020874.
HSL color Cylindrical-coordinate representation of color #0ADF5B: hue angle of 142.82º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADF5B is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 91 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.13 |
| HSL | 142.82º | 0.91% | 0.46% | - |
| HSV(B) | 142.82º | 0.96% | 0.87% | - |
| XYZ | 28.4 | 53.6 | 18.75 | - |
| YUV | 144.27 | 97.93 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 91 | 0.96 | 0 | 0.59 | 0.13 | 142.82 | 0.91 | 0.46 |
| Hex | A | DF | 5B | 60 | 0 | 3B | D | 8F | 5B | 2E |
| Octal | 12 | 337 | 133 | 140 | 0 | 73 | 15 | 217 | 133 | 56 |
| Binary | 1010 | 11011111 | 1011011 | 1100000 | 0 | 111011 | 1101 | 10001111 | 1011011 | 101110 |
Color Harmonies of #0ADF5B
Complementary color
Monochromatic Colors of #0ADF5B
Black with #0ADF5B
Text Example
Text Example
White with #0ADF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADF5B; }
p { color: rgb(10,223,91); }
H1.HeaderClassName
{
color: #0ADF5B;
}
.AnyTagClassName
{
color: #0ADF5B;
}
</style>
background-color css
<style>
a { background-color: #0ADF5B; }
a { background-color: rgb(10,223,91); }
div.DivClassName
{
background-color: #0ADF5B;
}
.BgClassName
{
background-color: #0ADF5B;
}
</style>
border-color css
<style>
span { border-color: #0ADF5B; }
span { border-color: rgb(10,223,91); }
td.TdClassName
{
border-color: #0ADF5B;
}
.TagClassName
{
border-color: #0ADF5B;
}
</style>