Shades of Malachite #0AFB3C
Tints of Malachite #0AFB3C
RGB
CMYK
RGB Variations
Color information
#0AFB3C (or 0x0AFB3C) is known color: Malachite. HEX triplet: 0A, FB and 3C. RGB value is (10,251,60). Sum of RGB (Red+Green+Blue) = 10+251+60=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 251 (98.44% from 255 or 78.19% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFB3C is #F504C3. Grayscale: #9D9D9D. Windows color (decimal): -16057540 or 3996426. OLE color: 3996426.
HSL color Cylindrical-coordinate representation of color #0AFB3C: hue angle of 132.45º 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 #0AFB3C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 60 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.02 |
| HSL | 132.45º | 0.97% | 0.51% | - |
| HSV(B) | 132.45º | 0.96% | 0.98% | - |
| XYZ | 35.44 | 69.39 | 15.8 | - |
| YUV | 157.17 | 73.16 | 23.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 60 | 0.96 | 0 | 0.76 | 0.02 | 132.45 | 0.97 | 0.51 |
| Hex | A | FB | 3C | 60 | 0 | 4C | 2 | 84 | 61 | 33 |
| Octal | 12 | 373 | 74 | 140 | 0 | 114 | 2 | 204 | 141 | 63 |
| Binary | 1010 | 11111011 | 111100 | 1100000 | 0 | 1001100 | 10 | 10000100 | 1100001 | 110011 |
Color Harmonies of #0AFB3C
Complementary color
Monochromatic Colors of #0AFB3C
Black with #0AFB3C
Text Example
Text Example
White with #0AFB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB3C; }
p { color: rgb(10,251,60); }
H1.HeaderClassName
{
color: #0AFB3C;
}
.AnyTagClassName
{
color: #0AFB3C;
}
</style>
background-color css
<style>
a { background-color: #0AFB3C; }
a { background-color: rgb(10,251,60); }
div.DivClassName
{
background-color: #0AFB3C;
}
.BgClassName
{
background-color: #0AFB3C;
}
</style>
border-color css
<style>
span { border-color: #0AFB3C; }
span { border-color: rgb(10,251,60); }
td.TdClassName
{
border-color: #0AFB3C;
}
.TagClassName
{
border-color: #0AFB3C;
}
</style>