Shades of Malachite #02F946
Tints of Malachite #02F946
RGB
CMYK
RGB Variations
Color information
#02F946 (or 0x02F946) is known color: Malachite. HEX triplet: 02, F9 and 46. RGB value is (2,249,70). Sum of RGB (Red+Green+Blue) = 2+249+70=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 249 (97.66% from 255 or 77.57% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 249 - color contains mainly: green. Hex color #02F946 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F946 is #FD06B9. Grayscale: #9B9B9B. Windows color (decimal): -16582330 or 4651266. OLE color: 4651266.
HSL color Cylindrical-coordinate representation of color #02F946: hue angle of 136.52º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F946 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 70 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.02 |
| HSL | 136.52º | 0.98% | 0.49% | - |
| HSV(B) | 136.52º | 0.99% | 0.98% | - |
| XYZ | 35.01 | 68.21 | 17.11 | - |
| YUV | 154.74 | 80.17 | 19.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 70 | 0.99 | 0 | 0.72 | 0.02 | 136.52 | 0.98 | 0.49 |
| Hex | 2 | F9 | 46 | 63 | 0 | 48 | 2 | 89 | 62 | 31 |
| Octal | 2 | 371 | 106 | 143 | 0 | 110 | 2 | 211 | 142 | 61 |
| Binary | 10 | 11111001 | 1000110 | 1100011 | 0 | 1001000 | 10 | 10001001 | 1100010 | 110001 |
Color Harmonies of #02F946
Complementary color
Monochromatic Colors of #02F946
Black with #02F946
Text Example
Text Example
White with #02F946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F946; }
p { color: rgb(2,249,70); }
H1.HeaderClassName
{
color: #02F946;
}
.AnyTagClassName
{
color: #02F946;
}
</style>
background-color css
<style>
a { background-color: #02F946; }
a { background-color: rgb(2,249,70); }
div.DivClassName
{
background-color: #02F946;
}
.BgClassName
{
background-color: #02F946;
}
</style>
border-color css
<style>
span { border-color: #02F946; }
span { border-color: rgb(2,249,70); }
td.TdClassName
{
border-color: #02F946;
}
.TagClassName
{
border-color: #02F946;
}
</style>