Shades of Malachite #02F949
Tints of Malachite #02F949
RGB
CMYK
RGB Variations
Color information
#02F949 (or 0x02F949) is known color: Malachite. HEX triplet: 02, F9 and 49. RGB value is (2,249,73). Sum of RGB (Red+Green+Blue) = 2+249+73=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 249 (97.66% from 255 or 76.85% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 249 - color contains mainly: green. Hex color #02F949 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F949 is #FD06B6. Grayscale: #9B9B9B. Windows color (decimal): -16582327 or 4847874. OLE color: 4847874.
HSL color Cylindrical-coordinate representation of color #02F949: hue angle of 137.25º 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 #02F949 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 73 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.02 |
| HSL | 137.25º | 0.98% | 0.49% | - |
| HSV(B) | 137.25º | 0.99% | 0.98% | - |
| XYZ | 35.1 | 68.25 | 17.63 | - |
| YUV | 155.08 | 81.67 | 18.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 73 | 0.99 | 0 | 0.71 | 0.02 | 137.25 | 0.98 | 0.49 |
| Hex | 2 | F9 | 49 | 63 | 0 | 47 | 2 | 89 | 62 | 31 |
| Octal | 2 | 371 | 111 | 143 | 0 | 107 | 2 | 211 | 142 | 61 |
| Binary | 10 | 11111001 | 1001001 | 1100011 | 0 | 1000111 | 10 | 10001001 | 1100010 | 110001 |
Color Harmonies of #02F949
Complementary color
Monochromatic Colors of #02F949
Black with #02F949
Text Example
Text Example
White with #02F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F949; }
p { color: rgb(2,249,73); }
H1.HeaderClassName
{
color: #02F949;
}
.AnyTagClassName
{
color: #02F949;
}
</style>
background-color css
<style>
a { background-color: #02F949; }
a { background-color: rgb(2,249,73); }
div.DivClassName
{
background-color: #02F949;
}
.BgClassName
{
background-color: #02F949;
}
</style>
border-color css
<style>
span { border-color: #02F949; }
span { border-color: rgb(2,249,73); }
td.TdClassName
{
border-color: #02F949;
}
.TagClassName
{
border-color: #02F949;
}
</style>