Shades of Malachite #0AF83B
Tints of Malachite #0AF83B
RGB
CMYK
RGB Variations
Color information
#0AF83B (or 0x0AF83B) is known color: Malachite. HEX triplet: 0A, F8 and 3B. RGB value is (10,248,59). Sum of RGB (Red+Green+Blue) = 10+248+59=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 248 (97.27% from 255 or 78.23% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF83B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF83B is #F507C4. Grayscale: #9B9B9B. Windows color (decimal): -16058309 or 3930122. OLE color: 3930122.
HSL color Cylindrical-coordinate representation of color #0AF83B: hue angle of 132.35º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF83B is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 59 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.03 |
| HSL | 132.35º | 0.94% | 0.51% | - |
| HSV(B) | 132.35º | 0.96% | 0.97% | - |
| XYZ | 34.48 | 67.52 | 15.35 | - |
| YUV | 155.29 | 73.65 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 59 | 0.96 | 0 | 0.76 | 0.03 | 132.35 | 0.94 | 0.51 |
| Hex | A | F8 | 3B | 60 | 0 | 4C | 3 | 84 | 5E | 33 |
| Octal | 12 | 370 | 73 | 140 | 0 | 114 | 3 | 204 | 136 | 63 |
| Binary | 1010 | 11111000 | 111011 | 1100000 | 0 | 1001100 | 11 | 10000100 | 1011110 | 110011 |
Color Harmonies of #0AF83B
Complementary color
Monochromatic Colors of #0AF83B
Black with #0AF83B
Text Example
Text Example
White with #0AF83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF83B; }
p { color: rgb(10,248,59); }
H1.HeaderClassName
{
color: #0AF83B;
}
.AnyTagClassName
{
color: #0AF83B;
}
</style>
background-color css
<style>
a { background-color: #0AF83B; }
a { background-color: rgb(10,248,59); }
div.DivClassName
{
background-color: #0AF83B;
}
.BgClassName
{
background-color: #0AF83B;
}
</style>
border-color css
<style>
span { border-color: #0AF83B; }
span { border-color: rgb(10,248,59); }
td.TdClassName
{
border-color: #0AF83B;
}
.TagClassName
{
border-color: #0AF83B;
}
</style>