Shades of Malachite #0AF23E
Tints of Malachite #0AF23E
RGB
CMYK
RGB Variations
Color information
#0AF23E (or 0x0AF23E) is known color: Malachite. HEX triplet: 0A, F2 and 3E. RGB value is (10,242,62). Sum of RGB (Red+Green+Blue) = 10+242+62=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 242 (94.92% from 255 or 77.07% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF23E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF23E is #F50DC1. Grayscale: #989898. Windows color (decimal): -16059842 or 4125194. OLE color: 4125194.
HSL color Cylindrical-coordinate representation of color #0AF23E: hue angle of 133.45º 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 #0AF23E is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 62 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.05 |
| HSL | 133.45º | 0.92% | 0.49% | - |
| HSV(B) | 133.45º | 0.96% | 0.95% | - |
| XYZ | 32.75 | 63.92 | 15.17 | - |
| YUV | 152.11 | 77.14 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 62 | 0.96 | 0 | 0.74 | 0.05 | 133.45 | 0.92 | 0.49 |
| Hex | A | F2 | 3E | 60 | 0 | 4A | 5 | 85 | 5C | 31 |
| Octal | 12 | 362 | 76 | 140 | 0 | 112 | 5 | 205 | 134 | 61 |
| Binary | 1010 | 11110010 | 111110 | 1100000 | 0 | 1001010 | 101 | 10000101 | 1011100 | 110001 |
Color Harmonies of #0AF23E
Complementary color
Monochromatic Colors of #0AF23E
Black with #0AF23E
Text Example
Text Example
White with #0AF23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF23E; }
p { color: rgb(10,242,62); }
H1.HeaderClassName
{
color: #0AF23E;
}
.AnyTagClassName
{
color: #0AF23E;
}
</style>
background-color css
<style>
a { background-color: #0AF23E; }
a { background-color: rgb(10,242,62); }
div.DivClassName
{
background-color: #0AF23E;
}
.BgClassName
{
background-color: #0AF23E;
}
</style>
border-color css
<style>
span { border-color: #0AF23E; }
span { border-color: rgb(10,242,62); }
td.TdClassName
{
border-color: #0AF23E;
}
.TagClassName
{
border-color: #0AF23E;
}
</style>