Shades of Malachite #0AD54C
Tints of Malachite #0AD54C
RGB
CMYK
RGB Variations
Color information
#0AD54C (or 0x0AD54C) is known color: Malachite. HEX triplet: 0A, D5 and 4C. RGB value is (10,213,76). Sum of RGB (Red+Green+Blue) = 10+213+76=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 213 (83.59% from 255 or 71.24% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD54C is #F52AB3. Grayscale: #898989. Windows color (decimal): -16067252 or 5035274. OLE color: 5035274.
HSL color Cylindrical-coordinate representation of color #0AD54C: hue angle of 139.51º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD54C is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 76 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.16 |
| HSL | 139.51º | 0.91% | 0.44% | - |
| HSV(B) | 139.51º | 0.95% | 0.84% | - |
| XYZ | 25.22 | 48.17 | 14.81 | - |
| YUV | 136.69 | 93.75 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 76 | 0.95 | 0 | 0.64 | 0.16 | 139.51 | 0.91 | 0.44 |
| Hex | A | D5 | 4C | 5F | 0 | 40 | 10 | 8C | 5B | 2C |
| Octal | 12 | 325 | 114 | 137 | 0 | 100 | 20 | 214 | 133 | 54 |
| Binary | 1010 | 11010101 | 1001100 | 1011111 | 0 | 1000000 | 10000 | 10001100 | 1011011 | 101100 |
Color Harmonies of #0AD54C
Complementary color
Monochromatic Colors of #0AD54C
Black with #0AD54C
Text Example
Text Example
White with #0AD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD54C; }
p { color: rgb(10,213,76); }
H1.HeaderClassName
{
color: #0AD54C;
}
.AnyTagClassName
{
color: #0AD54C;
}
</style>
background-color css
<style>
a { background-color: #0AD54C; }
a { background-color: rgb(10,213,76); }
div.DivClassName
{
background-color: #0AD54C;
}
.BgClassName
{
background-color: #0AD54C;
}
</style>
border-color css
<style>
span { border-color: #0AD54C; }
span { border-color: rgb(10,213,76); }
td.TdClassName
{
border-color: #0AD54C;
}
.TagClassName
{
border-color: #0AD54C;
}
</style>