Shades of Malachite #0AD83C
Tints of Malachite #0AD83C
RGB
CMYK
RGB Variations
Color information
#0AD83C (or 0x0AD83C) is known color: Malachite. HEX triplet: 0A, D8 and 3C. RGB value is (10,216,60). Sum of RGB (Red+Green+Blue) = 10+216+60=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 216 (84.77% from 255 or 75.52% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD83C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD83C is #F527C3. Grayscale: #898989. Windows color (decimal): -16066500 or 3987466. OLE color: 3987466.
HSL color Cylindrical-coordinate representation of color #0AD83C: hue angle of 134.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD83C is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 60 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.15 |
| HSL | 134.56º | 0.91% | 0.44% | - |
| HSV(B) | 134.56º | 0.95% | 0.85% | - |
| XYZ | 25.5 | 49.5 | 12.49 | - |
| YUV | 136.62 | 84.75 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 60 | 0.95 | 0 | 0.72 | 0.15 | 134.56 | 0.91 | 0.44 |
| Hex | A | D8 | 3C | 5F | 0 | 48 | F | 87 | 5B | 2C |
| Octal | 12 | 330 | 74 | 137 | 0 | 110 | 17 | 207 | 133 | 54 |
| Binary | 1010 | 11011000 | 111100 | 1011111 | 0 | 1001000 | 1111 | 10000111 | 1011011 | 101100 |
Color Harmonies of #0AD83C
Complementary color
Monochromatic Colors of #0AD83C
Black with #0AD83C
Text Example
Text Example
White with #0AD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD83C; }
p { color: rgb(10,216,60); }
H1.HeaderClassName
{
color: #0AD83C;
}
.AnyTagClassName
{
color: #0AD83C;
}
</style>
background-color css
<style>
a { background-color: #0AD83C; }
a { background-color: rgb(10,216,60); }
div.DivClassName
{
background-color: #0AD83C;
}
.BgClassName
{
background-color: #0AD83C;
}
</style>
border-color css
<style>
span { border-color: #0AD83C; }
span { border-color: rgb(10,216,60); }
td.TdClassName
{
border-color: #0AD83C;
}
.TagClassName
{
border-color: #0AD83C;
}
</style>