Shades of Malachite #0AF83C
Tints of Malachite #0AF83C
RGB
CMYK
RGB Variations
Color information
#0AF83C (or 0x0AF83C) is known color: Malachite. HEX triplet: 0A, F8 and 3C. RGB value is (10,248,60). Sum of RGB (Red+Green+Blue) = 10+248+60=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 248 (97.27% from 255 or 77.99% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF83C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF83C is #F507C3. Grayscale: #9B9B9B. Windows color (decimal): -16058308 or 3995658. OLE color: 3995658.
HSL color Cylindrical-coordinate representation of color #0AF83C: hue angle of 132.61º 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 #0AF83C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 60 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.03 |
| HSL | 132.61º | 0.94% | 0.51% | - |
| HSV(B) | 132.61º | 0.96% | 0.97% | - |
| XYZ | 34.51 | 67.53 | 15.49 | - |
| YUV | 155.41 | 74.15 | 24.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 60 | 0.96 | 0 | 0.76 | 0.03 | 132.61 | 0.94 | 0.51 |
| Hex | A | F8 | 3C | 60 | 0 | 4C | 3 | 85 | 5E | 33 |
| Octal | 12 | 370 | 74 | 140 | 0 | 114 | 3 | 205 | 136 | 63 |
| Binary | 1010 | 11111000 | 111100 | 1100000 | 0 | 1001100 | 11 | 10000101 | 1011110 | 110011 |
Color Harmonies of #0AF83C
Complementary color
Monochromatic Colors of #0AF83C
Black with #0AF83C
Text Example
Text Example
White with #0AF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF83C; }
p { color: rgb(10,248,60); }
H1.HeaderClassName
{
color: #0AF83C;
}
.AnyTagClassName
{
color: #0AF83C;
}
</style>
background-color css
<style>
a { background-color: #0AF83C; }
a { background-color: rgb(10,248,60); }
div.DivClassName
{
background-color: #0AF83C;
}
.BgClassName
{
background-color: #0AF83C;
}
</style>
border-color css
<style>
span { border-color: #0AF83C; }
span { border-color: rgb(10,248,60); }
td.TdClassName
{
border-color: #0AF83C;
}
.TagClassName
{
border-color: #0AF83C;
}
</style>