Shades of Malachite #0AF45B
Tints of Malachite #0AF45B
RGB
CMYK
RGB Variations
Color information
#0AF45B (or 0x0AF45B) is known color: Malachite. HEX triplet: 0A, F4 and 5B. RGB value is (10,244,91). Sum of RGB (Red+Green+Blue) = 10+244+91=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 244 (95.70% from 255 or 70.72% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 244 - color contains mainly: green. Hex color #0AF45B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF45B is #F50BA4. Grayscale: #9C9C9C. Windows color (decimal): -16059301 or 6026250. OLE color: 6026250.
HSL color Cylindrical-coordinate representation of color #0AF45B: hue angle of 140.77º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF45B is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 244 | 91 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.04 |
| HSL | 140.77º | 0.92% | 0.5% | - |
| HSV(B) | 140.77º | 0.96% | 0.96% | - |
| XYZ | 34.36 | 65.52 | 20.73 | - |
| YUV | 156.59 | 90.98 | 23.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 244 | 91 | 0.96 | 0 | 0.63 | 0.04 | 140.77 | 0.92 | 0.5 |
| Hex | A | F4 | 5B | 60 | 0 | 3F | 4 | 8D | 5C | 32 |
| Octal | 12 | 364 | 133 | 140 | 0 | 77 | 4 | 215 | 134 | 62 |
| Binary | 1010 | 11110100 | 1011011 | 1100000 | 0 | 111111 | 100 | 10001101 | 1011100 | 110010 |
Color Harmonies of #0AF45B
Complementary color
Monochromatic Colors of #0AF45B
Black with #0AF45B
Text Example
Text Example
White with #0AF45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF45B; }
p { color: rgb(10,244,91); }
H1.HeaderClassName
{
color: #0AF45B;
}
.AnyTagClassName
{
color: #0AF45B;
}
</style>
background-color css
<style>
a { background-color: #0AF45B; }
a { background-color: rgb(10,244,91); }
div.DivClassName
{
background-color: #0AF45B;
}
.BgClassName
{
background-color: #0AF45B;
}
</style>
border-color css
<style>
span { border-color: #0AF45B; }
span { border-color: rgb(10,244,91); }
td.TdClassName
{
border-color: #0AF45B;
}
.TagClassName
{
border-color: #0AF45B;
}
</style>