Shades of Malachite #0AFC4B
Tints of Malachite #0AFC4B
RGB
CMYK
RGB Variations
Color information
#0AFC4B (or 0x0AFC4B) is known color: Malachite. HEX triplet: 0A, FC and 4B. RGB value is (10,252,75). Sum of RGB (Red+Green+Blue) = 10+252+75=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFC4B is #F503B4. Grayscale: #9F9F9F. Windows color (decimal): -16057269 or 4979722. OLE color: 4979722.
HSL color Cylindrical-coordinate representation of color #0AFC4B: hue angle of 136.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFC4B is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 75 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.01 |
| HSL | 136.12º | 0.98% | 0.51% | - |
| HSV(B) | 136.12º | 0.96% | 0.99% | - |
| XYZ | 36.21 | 70.19 | 18.3 | - |
| YUV | 159.46 | 80.33 | 21.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 75 | 0.96 | 0 | 0.70 | 0.01 | 136.12 | 0.98 | 0.51 |
| Hex | A | FC | 4B | 60 | 0 | 46 | 1 | 88 | 62 | 33 |
| Octal | 12 | 374 | 113 | 140 | 0 | 106 | 1 | 210 | 142 | 63 |
| Binary | 1010 | 11111100 | 1001011 | 1100000 | 0 | 1000110 | 1 | 10001000 | 1100010 | 110011 |
Color Harmonies of #0AFC4B
Complementary color
Monochromatic Colors of #0AFC4B
Black with #0AFC4B
Text Example
Text Example
White with #0AFC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC4B; }
p { color: rgb(10,252,75); }
H1.HeaderClassName
{
color: #0AFC4B;
}
.AnyTagClassName
{
color: #0AFC4B;
}
</style>
background-color css
<style>
a { background-color: #0AFC4B; }
a { background-color: rgb(10,252,75); }
div.DivClassName
{
background-color: #0AFC4B;
}
.BgClassName
{
background-color: #0AFC4B;
}
</style>
border-color css
<style>
span { border-color: #0AFC4B; }
span { border-color: rgb(10,252,75); }
td.TdClassName
{
border-color: #0AFC4B;
}
.TagClassName
{
border-color: #0AFC4B;
}
</style>