Shades of Malachite #0AF95E
Tints of Malachite #0AF95E
RGB
CMYK
RGB Variations
Color information
#0AF95E (or 0x0AF95E) is known color: Malachite. HEX triplet: 0A, F9 and 5E. RGB value is (10,249,94). Sum of RGB (Red+Green+Blue) = 10+249+94=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 249 (97.66% from 255 or 70.54% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF95E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF95E is #F506A1. Grayscale: #A0A0A0. Windows color (decimal): -16058018 or 6224138. OLE color: 6224138.
HSL color Cylindrical-coordinate representation of color #0AF95E: hue angle of 141.09º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF95E is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 94 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.02 |
| HSL | 141.09º | 0.95% | 0.51% | - |
| HSV(B) | 141.09º | 0.96% | 0.98% | - |
| XYZ | 36.02 | 68.62 | 21.94 | - |
| YUV | 159.87 | 90.82 | 21.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 94 | 0.96 | 0 | 0.62 | 0.02 | 141.09 | 0.95 | 0.51 |
| Hex | A | F9 | 5E | 60 | 0 | 3E | 2 | 8D | 5F | 33 |
| Octal | 12 | 371 | 136 | 140 | 0 | 76 | 2 | 215 | 137 | 63 |
| Binary | 1010 | 11111001 | 1011110 | 1100000 | 0 | 111110 | 10 | 10001101 | 1011111 | 110011 |
Color Harmonies of #0AF95E
Complementary color
Monochromatic Colors of #0AF95E
Black with #0AF95E
Text Example
Text Example
White with #0AF95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF95E; }
p { color: rgb(10,249,94); }
H1.HeaderClassName
{
color: #0AF95E;
}
.AnyTagClassName
{
color: #0AF95E;
}
</style>
background-color css
<style>
a { background-color: #0AF95E; }
a { background-color: rgb(10,249,94); }
div.DivClassName
{
background-color: #0AF95E;
}
.BgClassName
{
background-color: #0AF95E;
}
</style>
border-color css
<style>
span { border-color: #0AF95E; }
span { border-color: rgb(10,249,94); }
td.TdClassName
{
border-color: #0AF95E;
}
.TagClassName
{
border-color: #0AF95E;
}
</style>