Shades of Malachite #0AF742
Tints of Malachite #0AF742
RGB
CMYK
RGB Variations
Color information
#0AF742 (or 0x0AF742) is known color: Malachite. HEX triplet: 0A, F7 and 42. RGB value is (10,247,66). Sum of RGB (Red+Green+Blue) = 10+247+66=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 247 (96.88% from 255 or 76.47% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF742 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF742 is #F508BD. Grayscale: #9B9B9B. Windows color (decimal): -16058558 or 4388618. OLE color: 4388618.
HSL color Cylindrical-coordinate representation of color #0AF742: hue angle of 134.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF742 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 66 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.03 |
| HSL | 134.18º | 0.94% | 0.5% | - |
| HSV(B) | 134.18º | 0.96% | 0.97% | - |
| XYZ | 34.37 | 66.98 | 16.27 | - |
| YUV | 155.5 | 77.48 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 66 | 0.96 | 0 | 0.73 | 0.03 | 134.18 | 0.94 | 0.5 |
| Hex | A | F7 | 42 | 60 | 0 | 49 | 3 | 86 | 5E | 32 |
| Octal | 12 | 367 | 102 | 140 | 0 | 111 | 3 | 206 | 136 | 62 |
| Binary | 1010 | 11110111 | 1000010 | 1100000 | 0 | 1001001 | 11 | 10000110 | 1011110 | 110010 |
Color Harmonies of #0AF742
Complementary color
Monochromatic Colors of #0AF742
Black with #0AF742
Text Example
Text Example
White with #0AF742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF742; }
p { color: rgb(10,247,66); }
H1.HeaderClassName
{
color: #0AF742;
}
.AnyTagClassName
{
color: #0AF742;
}
</style>
background-color css
<style>
a { background-color: #0AF742; }
a { background-color: rgb(10,247,66); }
div.DivClassName
{
background-color: #0AF742;
}
.BgClassName
{
background-color: #0AF742;
}
</style>
border-color css
<style>
span { border-color: #0AF742; }
span { border-color: rgb(10,247,66); }
td.TdClassName
{
border-color: #0AF742;
}
.TagClassName
{
border-color: #0AF742;
}
</style>