Shades of Malachite #0ADF33
Tints of Malachite #0ADF33
RGB
CMYK
RGB Variations
Color information
#0ADF33 (or 0x0ADF33) is known color: Malachite. HEX triplet: 0A, DF and 33. RGB value is (10,223,51). Sum of RGB (Red+Green+Blue) = 10+223+51=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADF33 is #F520CC. Grayscale: #8C8C8C. Windows color (decimal): -16064717 or 3399434. OLE color: 3399434.
HSL color Cylindrical-coordinate representation of color #0ADF33: hue angle of 131.55º 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 #0ADF33 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 51 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.13 |
| HSL | 131.55º | 0.91% | 0.46% | - |
| HSV(B) | 131.55º | 0.96% | 0.87% | - |
| XYZ | 27.11 | 53.08 | 11.95 | - |
| YUV | 139.71 | 77.93 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 51 | 0.96 | 0 | 0.77 | 0.13 | 131.55 | 0.91 | 0.46 |
| Hex | A | DF | 33 | 60 | 0 | 4D | D | 84 | 5B | 2E |
| Octal | 12 | 337 | 63 | 140 | 0 | 115 | 15 | 204 | 133 | 56 |
| Binary | 1010 | 11011111 | 110011 | 1100000 | 0 | 1001101 | 1101 | 10000100 | 1011011 | 101110 |
Color Harmonies of #0ADF33
Complementary color
Monochromatic Colors of #0ADF33
Black with #0ADF33
Text Example
Text Example
White with #0ADF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADF33; }
p { color: rgb(10,223,51); }
H1.HeaderClassName
{
color: #0ADF33;
}
.AnyTagClassName
{
color: #0ADF33;
}
</style>
background-color css
<style>
a { background-color: #0ADF33; }
a { background-color: rgb(10,223,51); }
div.DivClassName
{
background-color: #0ADF33;
}
.BgClassName
{
background-color: #0ADF33;
}
</style>
border-color css
<style>
span { border-color: #0ADF33; }
span { border-color: rgb(10,223,51); }
td.TdClassName
{
border-color: #0ADF33;
}
.TagClassName
{
border-color: #0ADF33;
}
</style>