Shades of Malachite #0AF045
Tints of Malachite #0AF045
RGB
CMYK
RGB Variations
Color information
#0AF045 (or 0x0AF045) is known color: Malachite. HEX triplet: 0A, F0 and 45. RGB value is (10,240,69). Sum of RGB (Red+Green+Blue) = 10+240+69=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF045 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF045 is #F50FBA. Grayscale: #989898. Windows color (decimal): -16060347 or 4583434. OLE color: 4583434.
HSL color Cylindrical-coordinate representation of color #0AF045: hue angle of 135.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF045 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 69 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.06 |
| HSL | 135.39º | 0.92% | 0.49% | - |
| HSV(B) | 135.39º | 0.96% | 0.94% | - |
| XYZ | 32.36 | 62.81 | 16.05 | - |
| YUV | 151.74 | 81.3 | 26.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 69 | 0.96 | 0 | 0.71 | 0.06 | 135.39 | 0.92 | 0.49 |
| Hex | A | F0 | 45 | 60 | 0 | 47 | 6 | 87 | 5C | 31 |
| Octal | 12 | 360 | 105 | 140 | 0 | 107 | 6 | 207 | 134 | 61 |
| Binary | 1010 | 11110000 | 1000101 | 1100000 | 0 | 1000111 | 110 | 10000111 | 1011100 | 110001 |
Color Harmonies of #0AF045
Complementary color
Monochromatic Colors of #0AF045
Black with #0AF045
Text Example
Text Example
White with #0AF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF045; }
p { color: rgb(10,240,69); }
H1.HeaderClassName
{
color: #0AF045;
}
.AnyTagClassName
{
color: #0AF045;
}
</style>
background-color css
<style>
a { background-color: #0AF045; }
a { background-color: rgb(10,240,69); }
div.DivClassName
{
background-color: #0AF045;
}
.BgClassName
{
background-color: #0AF045;
}
</style>
border-color css
<style>
span { border-color: #0AF045; }
span { border-color: rgb(10,240,69); }
td.TdClassName
{
border-color: #0AF045;
}
.TagClassName
{
border-color: #0AF045;
}
</style>