Shades of Malachite #06F95A
Tints of Malachite #06F95A
RGB
CMYK
RGB Variations
Color information
#06F95A (or 0x06F95A) is known color: Malachite. HEX triplet: 06, F9 and 5A. RGB value is (6,249,90). Sum of RGB (Red+Green+Blue) = 6+249+90=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #06F95A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F95A is #F906A5. Grayscale: #9E9E9E. Windows color (decimal): -16320166 or 5961990. OLE color: 5961990.
HSL color Cylindrical-coordinate representation of color #06F95A: hue angle of 140.74º degrees, saturation: 0.95, 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 #06F95A is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 249 | 90 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.02 |
| HSL | 140.74º | 0.95% | 0.5% | - |
| HSV(B) | 140.74º | 0.98% | 0.98% | - |
| XYZ | 35.8 | 68.53 | 21.01 | - |
| YUV | 158.22 | 89.49 | 19.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 249 | 90 | 0.98 | 0 | 0.64 | 0.02 | 140.74 | 0.95 | 0.5 |
| Hex | 6 | F9 | 5A | 62 | 0 | 40 | 2 | 8D | 5F | 32 |
| Octal | 6 | 371 | 132 | 142 | 0 | 100 | 2 | 215 | 137 | 62 |
| Binary | 110 | 11111001 | 1011010 | 1100010 | 0 | 1000000 | 10 | 10001101 | 1011111 | 110010 |
Color Harmonies of #06F95A
Complementary color
Monochromatic Colors of #06F95A
Black with #06F95A
Text Example
Text Example
White with #06F95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F95A; }
p { color: rgb(6,249,90); }
H1.HeaderClassName
{
color: #06F95A;
}
.AnyTagClassName
{
color: #06F95A;
}
</style>
background-color css
<style>
a { background-color: #06F95A; }
a { background-color: rgb(6,249,90); }
div.DivClassName
{
background-color: #06F95A;
}
.BgClassName
{
background-color: #06F95A;
}
</style>
border-color css
<style>
span { border-color: #06F95A; }
span { border-color: rgb(6,249,90); }
td.TdClassName
{
border-color: #06F95A;
}
.TagClassName
{
border-color: #06F95A;
}
</style>