Shades of Malachite #0ADE4C
Tints of Malachite #0ADE4C
RGB
CMYK
RGB Variations
Color information
#0ADE4C (or 0x0ADE4C) is known color: Malachite. HEX triplet: 0A, DE and 4C. RGB value is (10,222,76). Sum of RGB (Red+Green+Blue) = 10+222+76=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 222 (87.11% from 255 or 72.08% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADE4C is #F521B3. Grayscale: #8E8E8E. Windows color (decimal): -16064948 or 5037578. OLE color: 5037578.
HSL color Cylindrical-coordinate representation of color #0ADE4C: hue angle of 138.68º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADE4C is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 76 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.13 |
| HSL | 138.68º | 0.91% | 0.45% | - |
| HSV(B) | 138.68º | 0.95% | 0.87% | - |
| XYZ | 27.55 | 52.83 | 15.58 | - |
| YUV | 141.97 | 90.76 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 76 | 0.95 | 0 | 0.66 | 0.13 | 138.68 | 0.91 | 0.45 |
| Hex | A | DE | 4C | 5F | 0 | 42 | D | 8B | 5B | 2D |
| Octal | 12 | 336 | 114 | 137 | 0 | 102 | 15 | 213 | 133 | 55 |
| Binary | 1010 | 11011110 | 1001100 | 1011111 | 0 | 1000010 | 1101 | 10001011 | 1011011 | 101101 |
Color Harmonies of #0ADE4C
Complementary color
Monochromatic Colors of #0ADE4C
Black with #0ADE4C
Text Example
Text Example
White with #0ADE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE4C; }
p { color: rgb(10,222,76); }
H1.HeaderClassName
{
color: #0ADE4C;
}
.AnyTagClassName
{
color: #0ADE4C;
}
</style>
background-color css
<style>
a { background-color: #0ADE4C; }
a { background-color: rgb(10,222,76); }
div.DivClassName
{
background-color: #0ADE4C;
}
.BgClassName
{
background-color: #0ADE4C;
}
</style>
border-color css
<style>
span { border-color: #0ADE4C; }
span { border-color: rgb(10,222,76); }
td.TdClassName
{
border-color: #0ADE4C;
}
.TagClassName
{
border-color: #0ADE4C;
}
</style>