Shades of Malachite #06FA4C
Tints of Malachite #06FA4C
RGB
CMYK
RGB Variations
Color information
#06FA4C (or 0x06FA4C) is known color: Malachite. HEX triplet: 06, FA and 4C. RGB value is (6,250,76). Sum of RGB (Red+Green+Blue) = 6+250+76=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 250 (98.05% from 255 or 75.30% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 250 - color contains mainly: green. Hex color #06FA4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FA4C is #F905B3. Grayscale: #9D9D9D. Windows color (decimal): -16319924 or 5044742. OLE color: 5044742.
HSL color Cylindrical-coordinate representation of color #06FA4C: hue angle of 137.21º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FA4C is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 76 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.02 |
| HSL | 137.21º | 0.96% | 0.5% | - |
| HSV(B) | 137.21º | 0.98% | 0.98% | - |
| XYZ | 35.57 | 68.93 | 18.27 | - |
| YUV | 157.21 | 82.16 | 20.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 76 | 0.98 | 0 | 0.70 | 0.02 | 137.21 | 0.96 | 0.5 |
| Hex | 6 | FA | 4C | 62 | 0 | 46 | 2 | 89 | 60 | 32 |
| Octal | 6 | 372 | 114 | 142 | 0 | 106 | 2 | 211 | 140 | 62 |
| Binary | 110 | 11111010 | 1001100 | 1100010 | 0 | 1000110 | 10 | 10001001 | 1100000 | 110010 |
Color Harmonies of #06FA4C
Complementary color
Monochromatic Colors of #06FA4C
Black with #06FA4C
Text Example
Text Example
White with #06FA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FA4C; }
p { color: rgb(6,250,76); }
H1.HeaderClassName
{
color: #06FA4C;
}
.AnyTagClassName
{
color: #06FA4C;
}
</style>
background-color css
<style>
a { background-color: #06FA4C; }
a { background-color: rgb(6,250,76); }
div.DivClassName
{
background-color: #06FA4C;
}
.BgClassName
{
background-color: #06FA4C;
}
</style>
border-color css
<style>
span { border-color: #06FA4C; }
span { border-color: rgb(6,250,76); }
td.TdClassName
{
border-color: #06FA4C;
}
.TagClassName
{
border-color: #06FA4C;
}
</style>