Shades of Malachite #06F144
Tints of Malachite #06F144
RGB
CMYK
RGB Variations
Color information
#06F144 (or 0x06F144) is known color: Malachite. HEX triplet: 06, F1 and 44. RGB value is (6,241,68). Sum of RGB (Red+Green+Blue) = 6+241+68=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #06F144 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06F144 is #F90EBB. Grayscale: #979797. Windows color (decimal): -16322236 or 4518150. OLE color: 4518150.
HSL color Cylindrical-coordinate representation of color #06F144: hue angle of 135.83º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F144 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 241 | 68 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.05 |
| HSL | 135.83º | 0.95% | 0.48% | - |
| HSV(B) | 135.83º | 0.98% | 0.95% | - |
| XYZ | 32.57 | 63.37 | 15.98 | - |
| YUV | 151.01 | 81.14 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 241 | 68 | 0.98 | 0 | 0.72 | 0.05 | 135.83 | 0.95 | 0.48 |
| Hex | 6 | F1 | 44 | 62 | 0 | 48 | 5 | 88 | 5F | 30 |
| Octal | 6 | 361 | 104 | 142 | 0 | 110 | 5 | 210 | 137 | 60 |
| Binary | 110 | 11110001 | 1000100 | 1100010 | 0 | 1001000 | 101 | 10001000 | 1011111 | 110000 |
Color Harmonies of #06F144
Complementary color
Monochromatic Colors of #06F144
Black with #06F144
Text Example
Text Example
White with #06F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F144; }
p { color: rgb(6,241,68); }
H1.HeaderClassName
{
color: #06F144;
}
.AnyTagClassName
{
color: #06F144;
}
</style>
background-color css
<style>
a { background-color: #06F144; }
a { background-color: rgb(6,241,68); }
div.DivClassName
{
background-color: #06F144;
}
.BgClassName
{
background-color: #06F144;
}
</style>
border-color css
<style>
span { border-color: #06F144; }
span { border-color: rgb(6,241,68); }
td.TdClassName
{
border-color: #06F144;
}
.TagClassName
{
border-color: #06F144;
}
</style>