Shades of Malachite #08F155
Tints of Malachite #08F155
RGB
CMYK
RGB Variations
Color information
#08F155 (or 0x08F155) is known color: Malachite. HEX triplet: 08, F1 and 55. RGB value is (8,241,85). Sum of RGB (Red+Green+Blue) = 8+241+85=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #08F155 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F155 is #F70EAA. Grayscale: #999999. Windows color (decimal): -16191147 or 5632264. OLE color: 5632264.
HSL color Cylindrical-coordinate representation of color #08F155: hue angle of 139.83º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F155 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 241 | 85 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.05 |
| HSL | 139.83º | 0.94% | 0.49% | - |
| HSV(B) | 139.83º | 0.97% | 0.95% | - |
| XYZ | 33.2 | 63.62 | 19.12 | - |
| YUV | 153.55 | 89.31 | 24.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 241 | 85 | 0.97 | 0 | 0.65 | 0.05 | 139.83 | 0.94 | 0.49 |
| Hex | 8 | F1 | 55 | 61 | 0 | 41 | 5 | 8C | 5E | 31 |
| Octal | 10 | 361 | 125 | 141 | 0 | 101 | 5 | 214 | 136 | 61 |
| Binary | 1000 | 11110001 | 1010101 | 1100001 | 0 | 1000001 | 101 | 10001100 | 1011110 | 110001 |
Color Harmonies of #08F155
Complementary color
Monochromatic Colors of #08F155
Black with #08F155
Text Example
Text Example
White with #08F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F155; }
p { color: rgb(8,241,85); }
H1.HeaderClassName
{
color: #08F155;
}
.AnyTagClassName
{
color: #08F155;
}
</style>
background-color css
<style>
a { background-color: #08F155; }
a { background-color: rgb(8,241,85); }
div.DivClassName
{
background-color: #08F155;
}
.BgClassName
{
background-color: #08F155;
}
</style>
border-color css
<style>
span { border-color: #08F155; }
span { border-color: rgb(8,241,85); }
td.TdClassName
{
border-color: #08F155;
}
.TagClassName
{
border-color: #08F155;
}
</style>