Shades of Malachite #0AD04B
Tints of Malachite #0AD04B
RGB
CMYK
RGB Variations
Color information
#0AD04B (or 0x0AD04B) is known color: Malachite. HEX triplet: 0A, D0 and 4B. RGB value is (10,208,75). Sum of RGB (Red+Green+Blue) = 10+208+75=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 208 (81.64% from 255 or 70.99% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD04B is #F52FB4. Grayscale: #858585. Windows color (decimal): -16068533 or 4968458. OLE color: 4968458.
HSL color Cylindrical-coordinate representation of color #0AD04B: hue angle of 139.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD04B is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 208 | 75 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.18 |
| HSL | 139.7º | 0.91% | 0.43% | - |
| HSV(B) | 139.7º | 0.95% | 0.82% | - |
| XYZ | 23.95 | 45.68 | 14.21 | - |
| YUV | 133.64 | 94.9 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 208 | 75 | 0.95 | 0 | 0.64 | 0.18 | 139.7 | 0.91 | 0.43 |
| Hex | A | D0 | 4B | 5F | 0 | 40 | 12 | 8C | 5B | 2B |
| Octal | 12 | 320 | 113 | 137 | 0 | 100 | 22 | 214 | 133 | 53 |
| Binary | 1010 | 11010000 | 1001011 | 1011111 | 0 | 1000000 | 10010 | 10001100 | 1011011 | 101011 |
Color Harmonies of #0AD04B
Complementary color
Monochromatic Colors of #0AD04B
Black with #0AD04B
Text Example
Text Example
White with #0AD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD04B; }
p { color: rgb(10,208,75); }
H1.HeaderClassName
{
color: #0AD04B;
}
.AnyTagClassName
{
color: #0AD04B;
}
</style>
background-color css
<style>
a { background-color: #0AD04B; }
a { background-color: rgb(10,208,75); }
div.DivClassName
{
background-color: #0AD04B;
}
.BgClassName
{
background-color: #0AD04B;
}
</style>
border-color css
<style>
span { border-color: #0AD04B; }
span { border-color: rgb(10,208,75); }
td.TdClassName
{
border-color: #0AD04B;
}
.TagClassName
{
border-color: #0AD04B;
}
</style>