Shades of Malachite #0AFB55
Tints of Malachite #0AFB55
RGB
CMYK
RGB Variations
Color information
#0AFB55 (or 0x0AFB55) is known color: Malachite. HEX triplet: 0A, FB and 55. RGB value is (10,251,85). Sum of RGB (Red+Green+Blue) = 10+251+85=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFB55 is #F504AA. Grayscale: #A0A0A0. Windows color (decimal): -16057515 or 5634826. OLE color: 5634826.
HSL color Cylindrical-coordinate representation of color #0AFB55: hue angle of 138.67º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFB55 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 85 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.02 |
| HSL | 138.67º | 0.97% | 0.51% | - |
| HSV(B) | 138.67º | 0.96% | 0.98% | - |
| XYZ | 36.26 | 69.71 | 20.14 | - |
| YUV | 160.02 | 85.66 | 21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 85 | 0.96 | 0 | 0.66 | 0.02 | 138.67 | 0.97 | 0.51 |
| Hex | A | FB | 55 | 60 | 0 | 42 | 2 | 8B | 61 | 33 |
| Octal | 12 | 373 | 125 | 140 | 0 | 102 | 2 | 213 | 141 | 63 |
| Binary | 1010 | 11111011 | 1010101 | 1100000 | 0 | 1000010 | 10 | 10001011 | 1100001 | 110011 |
Color Harmonies of #0AFB55
Complementary color
Monochromatic Colors of #0AFB55
Black with #0AFB55
Text Example
Text Example
White with #0AFB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB55; }
p { color: rgb(10,251,85); }
H1.HeaderClassName
{
color: #0AFB55;
}
.AnyTagClassName
{
color: #0AFB55;
}
</style>
background-color css
<style>
a { background-color: #0AFB55; }
a { background-color: rgb(10,251,85); }
div.DivClassName
{
background-color: #0AFB55;
}
.BgClassName
{
background-color: #0AFB55;
}
</style>
border-color css
<style>
span { border-color: #0AFB55; }
span { border-color: rgb(10,251,85); }
td.TdClassName
{
border-color: #0AFB55;
}
.TagClassName
{
border-color: #0AFB55;
}
</style>