Shades of Malachite #02F944
Tints of Malachite #02F944
RGB
CMYK
RGB Variations
Color information
#02F944 (or 0x02F944) is known color: Malachite. HEX triplet: 02, F9 and 44. RGB value is (2,249,68). Sum of RGB (Red+Green+Blue) = 2+249+68=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #02F944 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F944 is #FD06BB. Grayscale: #9A9A9A. Windows color (decimal): -16582332 or 4520194. OLE color: 4520194.
HSL color Cylindrical-coordinate representation of color #02F944: hue angle of 136.03º 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 #02F944 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 68 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.02 |
| HSL | 136.03º | 0.98% | 0.49% | - |
| HSV(B) | 136.03º | 0.99% | 0.98% | - |
| XYZ | 34.94 | 68.18 | 16.79 | - |
| YUV | 154.51 | 79.17 | 19.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 68 | 0.99 | 0 | 0.73 | 0.02 | 136.03 | 0.98 | 0.49 |
| Hex | 2 | F9 | 44 | 63 | 0 | 49 | 2 | 88 | 62 | 31 |
| Octal | 2 | 371 | 104 | 143 | 0 | 111 | 2 | 210 | 142 | 61 |
| Binary | 10 | 11111001 | 1000100 | 1100011 | 0 | 1001001 | 10 | 10001000 | 1100010 | 110001 |
Color Harmonies of #02F944
Complementary color
Monochromatic Colors of #02F944
Black with #02F944
Text Example
Text Example
White with #02F944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F944; }
p { color: rgb(2,249,68); }
H1.HeaderClassName
{
color: #02F944;
}
.AnyTagClassName
{
color: #02F944;
}
</style>
background-color css
<style>
a { background-color: #02F944; }
a { background-color: rgb(2,249,68); }
div.DivClassName
{
background-color: #02F944;
}
.BgClassName
{
background-color: #02F944;
}
</style>
border-color css
<style>
span { border-color: #02F944; }
span { border-color: rgb(2,249,68); }
td.TdClassName
{
border-color: #02F944;
}
.TagClassName
{
border-color: #02F944;
}
</style>