Shades of Malachite #0AF74C
Tints of Malachite #0AF74C
RGB
CMYK
RGB Variations
Color information
#0AF74C (or 0x0AF74C) is known color: Malachite. HEX triplet: 0A, F7 and 4C. RGB value is (10,247,76). Sum of RGB (Red+Green+Blue) = 10+247+76=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 247 (96.88% from 255 or 74.17% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF74C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF74C is #F508B3. Grayscale: #9D9D9D. Windows color (decimal): -16058548 or 5043978. OLE color: 5043978.
HSL color Cylindrical-coordinate representation of color #0AF74C: hue angle of 136.71º 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 #0AF74C is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 76 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.03 |
| HSL | 136.71º | 0.94% | 0.5% | - |
| HSV(B) | 136.71º | 0.96% | 0.97% | - |
| XYZ | 34.69 | 67.11 | 17.96 | - |
| YUV | 156.64 | 82.48 | 23.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 76 | 0.96 | 0 | 0.69 | 0.03 | 136.71 | 0.94 | 0.5 |
| Hex | A | F7 | 4C | 60 | 0 | 45 | 3 | 89 | 5E | 32 |
| Octal | 12 | 367 | 114 | 140 | 0 | 105 | 3 | 211 | 136 | 62 |
| Binary | 1010 | 11110111 | 1001100 | 1100000 | 0 | 1000101 | 11 | 10001001 | 1011110 | 110010 |
Color Harmonies of #0AF74C
Complementary color
Monochromatic Colors of #0AF74C
Black with #0AF74C
Text Example
Text Example
White with #0AF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF74C; }
p { color: rgb(10,247,76); }
H1.HeaderClassName
{
color: #0AF74C;
}
.AnyTagClassName
{
color: #0AF74C;
}
</style>
background-color css
<style>
a { background-color: #0AF74C; }
a { background-color: rgb(10,247,76); }
div.DivClassName
{
background-color: #0AF74C;
}
.BgClassName
{
background-color: #0AF74C;
}
</style>
border-color css
<style>
span { border-color: #0AF74C; }
span { border-color: rgb(10,247,76); }
td.TdClassName
{
border-color: #0AF74C;
}
.TagClassName
{
border-color: #0AF74C;
}
</style>