Shades of Malachite #08F044
Tints of Malachite #08F044
RGB
CMYK
RGB Variations
Color information
#08F044 (or 0x08F044) is known color: Malachite. HEX triplet: 08, F0 and 44. RGB value is (8,240,68). Sum of RGB (Red+Green+Blue) = 8+240+68=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 240 (94.14% from 255 or 75.95% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 240 - color contains mainly: green. Hex color #08F044 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08F044 is #F70FBB. Grayscale: #979797. Windows color (decimal): -16191420 or 4517896. OLE color: 4517896.
HSL color Cylindrical-coordinate representation of color #08F044: hue angle of 135.52º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F044 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 240 | 68 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.06 |
| HSL | 135.52º | 0.94% | 0.49% | - |
| HSV(B) | 135.52º | 0.97% | 0.94% | - |
| XYZ | 32.3 | 62.79 | 15.89 | - |
| YUV | 151.02 | 81.14 | 25.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 240 | 68 | 0.97 | 0 | 0.72 | 0.06 | 135.52 | 0.94 | 0.49 |
| Hex | 8 | F0 | 44 | 61 | 0 | 48 | 6 | 88 | 5E | 31 |
| Octal | 10 | 360 | 104 | 141 | 0 | 110 | 6 | 210 | 136 | 61 |
| Binary | 1000 | 11110000 | 1000100 | 1100001 | 0 | 1001000 | 110 | 10001000 | 1011110 | 110001 |
Color Harmonies of #08F044
Complementary color
Monochromatic Colors of #08F044
Black with #08F044
Text Example
Text Example
White with #08F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F044; }
p { color: rgb(8,240,68); }
H1.HeaderClassName
{
color: #08F044;
}
.AnyTagClassName
{
color: #08F044;
}
</style>
background-color css
<style>
a { background-color: #08F044; }
a { background-color: rgb(8,240,68); }
div.DivClassName
{
background-color: #08F044;
}
.BgClassName
{
background-color: #08F044;
}
</style>
border-color css
<style>
span { border-color: #08F044; }
span { border-color: rgb(8,240,68); }
td.TdClassName
{
border-color: #08F044;
}
.TagClassName
{
border-color: #08F044;
}
</style>