Shades of Malachite #0AF25B
Tints of Malachite #0AF25B
RGB
CMYK
RGB Variations
Color information
#0AF25B (or 0x0AF25B) is known color: Malachite. HEX triplet: 0A, F2 and 5B. RGB value is (10,242,91). Sum of RGB (Red+Green+Blue) = 10+242+91=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 242 (94.92% from 255 or 70.55% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF25B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF25B is #F50DA4. Grayscale: #9B9B9B. Windows color (decimal): -16059813 or 6025738. OLE color: 6025738.
HSL color Cylindrical-coordinate representation of color #0AF25B: hue angle of 140.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF25B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 91 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.05 |
| HSL | 140.95º | 0.92% | 0.49% | - |
| HSV(B) | 140.95º | 0.96% | 0.95% | - |
| XYZ | 33.77 | 64.32 | 20.53 | - |
| YUV | 155.42 | 91.64 | 24.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 91 | 0.96 | 0 | 0.62 | 0.05 | 140.95 | 0.92 | 0.49 |
| Hex | A | F2 | 5B | 60 | 0 | 3E | 5 | 8D | 5C | 31 |
| Octal | 12 | 362 | 133 | 140 | 0 | 76 | 5 | 215 | 134 | 61 |
| Binary | 1010 | 11110010 | 1011011 | 1100000 | 0 | 111110 | 101 | 10001101 | 1011100 | 110001 |
Color Harmonies of #0AF25B
Complementary color
Monochromatic Colors of #0AF25B
Black with #0AF25B
Text Example
Text Example
White with #0AF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF25B; }
p { color: rgb(10,242,91); }
H1.HeaderClassName
{
color: #0AF25B;
}
.AnyTagClassName
{
color: #0AF25B;
}
</style>
background-color css
<style>
a { background-color: #0AF25B; }
a { background-color: rgb(10,242,91); }
div.DivClassName
{
background-color: #0AF25B;
}
.BgClassName
{
background-color: #0AF25B;
}
</style>
border-color css
<style>
span { border-color: #0AF25B; }
span { border-color: rgb(10,242,91); }
td.TdClassName
{
border-color: #0AF25B;
}
.TagClassName
{
border-color: #0AF25B;
}
</style>