Shades of Malachite #0AF14B
Tints of Malachite #0AF14B
RGB
CMYK
RGB Variations
Color information
#0AF14B (or 0x0AF14B) is known color: Malachite. HEX triplet: 0A, F1 and 4B. RGB value is (10,241,75). Sum of RGB (Red+Green+Blue) = 10+241+75=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF14B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF14B is #F50EB4. Grayscale: #999999. Windows color (decimal): -16060085 or 4976906. OLE color: 4976906.
HSL color Cylindrical-coordinate representation of color #0AF14B: hue angle of 136.88º 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 #0AF14B is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 75 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.05 |
| HSL | 136.88º | 0.92% | 0.49% | - |
| HSV(B) | 136.88º | 0.96% | 0.95% | - |
| XYZ | 32.85 | 63.48 | 17.18 | - |
| YUV | 153.01 | 83.97 | 26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 75 | 0.96 | 0 | 0.69 | 0.05 | 136.88 | 0.92 | 0.49 |
| Hex | A | F1 | 4B | 60 | 0 | 45 | 5 | 89 | 5C | 31 |
| Octal | 12 | 361 | 113 | 140 | 0 | 105 | 5 | 211 | 134 | 61 |
| Binary | 1010 | 11110001 | 1001011 | 1100000 | 0 | 1000101 | 101 | 10001001 | 1011100 | 110001 |
Color Harmonies of #0AF14B
Complementary color
Monochromatic Colors of #0AF14B
Black with #0AF14B
Text Example
Text Example
White with #0AF14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF14B; }
p { color: rgb(10,241,75); }
H1.HeaderClassName
{
color: #0AF14B;
}
.AnyTagClassName
{
color: #0AF14B;
}
</style>
background-color css
<style>
a { background-color: #0AF14B; }
a { background-color: rgb(10,241,75); }
div.DivClassName
{
background-color: #0AF14B;
}
.BgClassName
{
background-color: #0AF14B;
}
</style>
border-color css
<style>
span { border-color: #0AF14B; }
span { border-color: rgb(10,241,75); }
td.TdClassName
{
border-color: #0AF14B;
}
.TagClassName
{
border-color: #0AF14B;
}
</style>