Shades of Malachite #06FA3C
Tints of Malachite #06FA3C
RGB
CMYK
RGB Variations
Color information
#06FA3C (or 0x06FA3C) is known color: Malachite. HEX triplet: 06, FA and 3C. RGB value is (6,250,60). Sum of RGB (Red+Green+Blue) = 6+250+60=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 250 (98.05% from 255 or 79.11% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 250 - color contains mainly: green. Hex color #06FA3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FA3C is #F905C3. Grayscale: #9B9B9B. Windows color (decimal): -16319940 or 3996166. OLE color: 3996166.
HSL color Cylindrical-coordinate representation of color #06FA3C: hue angle of 133.28º 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 #06FA3C is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 60 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.02 |
| HSL | 133.28º | 0.96% | 0.5% | - |
| HSV(B) | 133.28º | 0.98% | 0.98% | - |
| XYZ | 35.08 | 68.74 | 15.69 | - |
| YUV | 155.38 | 74.16 | 21.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 60 | 0.98 | 0 | 0.76 | 0.02 | 133.28 | 0.96 | 0.5 |
| Hex | 6 | FA | 3C | 62 | 0 | 4C | 2 | 85 | 60 | 32 |
| Octal | 6 | 372 | 74 | 142 | 0 | 114 | 2 | 205 | 140 | 62 |
| Binary | 110 | 11111010 | 111100 | 1100010 | 0 | 1001100 | 10 | 10000101 | 1100000 | 110010 |
Color Harmonies of #06FA3C
Complementary color
Monochromatic Colors of #06FA3C
Black with #06FA3C
Text Example
Text Example
White with #06FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FA3C; }
p { color: rgb(6,250,60); }
H1.HeaderClassName
{
color: #06FA3C;
}
.AnyTagClassName
{
color: #06FA3C;
}
</style>
background-color css
<style>
a { background-color: #06FA3C; }
a { background-color: rgb(6,250,60); }
div.DivClassName
{
background-color: #06FA3C;
}
.BgClassName
{
background-color: #06FA3C;
}
</style>
border-color css
<style>
span { border-color: #06FA3C; }
span { border-color: rgb(6,250,60); }
td.TdClassName
{
border-color: #06FA3C;
}
.TagClassName
{
border-color: #06FA3C;
}
</style>