Shades of Malachite #0AD54B
Tints of Malachite #0AD54B
RGB
CMYK
RGB Variations
Color information
#0AD54B (or 0x0AD54B) is known color: Malachite. HEX triplet: 0A, D5 and 4B. RGB value is (10,213,75). Sum of RGB (Red+Green+Blue) = 10+213+75=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 213 (83.59% from 255 or 71.48% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD54B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD54B is #F52AB4. Grayscale: #888888. Windows color (decimal): -16067253 or 4969738. OLE color: 4969738.
HSL color Cylindrical-coordinate representation of color #0AD54B: hue angle of 139.21º 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 #0AD54B is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 75 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.16 |
| HSL | 139.21º | 0.91% | 0.44% | - |
| HSV(B) | 139.21º | 0.95% | 0.84% | - |
| XYZ | 25.19 | 48.16 | 14.63 | - |
| YUV | 136.57 | 93.25 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 75 | 0.95 | 0 | 0.65 | 0.16 | 139.21 | 0.91 | 0.44 |
| Hex | A | D5 | 4B | 5F | 0 | 41 | 10 | 8B | 5B | 2C |
| Octal | 12 | 325 | 113 | 137 | 0 | 101 | 20 | 213 | 133 | 54 |
| Binary | 1010 | 11010101 | 1001011 | 1011111 | 0 | 1000001 | 10000 | 10001011 | 1011011 | 101100 |
Color Harmonies of #0AD54B
Complementary color
Monochromatic Colors of #0AD54B
Black with #0AD54B
Text Example
Text Example
White with #0AD54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD54B; }
p { color: rgb(10,213,75); }
H1.HeaderClassName
{
color: #0AD54B;
}
.AnyTagClassName
{
color: #0AD54B;
}
</style>
background-color css
<style>
a { background-color: #0AD54B; }
a { background-color: rgb(10,213,75); }
div.DivClassName
{
background-color: #0AD54B;
}
.BgClassName
{
background-color: #0AD54B;
}
</style>
border-color css
<style>
span { border-color: #0AD54B; }
span { border-color: rgb(10,213,75); }
td.TdClassName
{
border-color: #0AD54B;
}
.TagClassName
{
border-color: #0AD54B;
}
</style>