Shades of Malachite #08F144
Tints of Malachite #08F144
RGB
CMYK
RGB Variations
Color information
#08F144 (or 0x08F144) is known color: Malachite. HEX triplet: 08, F1 and 44. RGB value is (8,241,68). Sum of RGB (Red+Green+Blue) = 8+241+68=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 241 (94.53% from 255 or 76.03% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 241 - color contains mainly: green. Hex color #08F144 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08F144 is #F70EBB. Grayscale: #989898. Windows color (decimal): -16191164 or 4518152. OLE color: 4518152.
HSL color Cylindrical-coordinate representation of color #08F144: hue angle of 135.45º 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 #08F144 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 241 | 68 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.05 |
| HSL | 135.45º | 0.94% | 0.49% | - |
| HSV(B) | 135.45º | 0.97% | 0.95% | - |
| XYZ | 32.6 | 63.38 | 15.98 | - |
| YUV | 151.61 | 80.81 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 241 | 68 | 0.97 | 0 | 0.72 | 0.05 | 135.45 | 0.94 | 0.49 |
| Hex | 8 | F1 | 44 | 61 | 0 | 48 | 5 | 87 | 5E | 31 |
| Octal | 10 | 361 | 104 | 141 | 0 | 110 | 5 | 207 | 136 | 61 |
| Binary | 1000 | 11110001 | 1000100 | 1100001 | 0 | 1001000 | 101 | 10000111 | 1011110 | 110001 |
Color Harmonies of #08F144
Complementary color
Monochromatic Colors of #08F144
Black with #08F144
Text Example
Text Example
White with #08F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F144; }
p { color: rgb(8,241,68); }
H1.HeaderClassName
{
color: #08F144;
}
.AnyTagClassName
{
color: #08F144;
}
</style>
background-color css
<style>
a { background-color: #08F144; }
a { background-color: rgb(8,241,68); }
div.DivClassName
{
background-color: #08F144;
}
.BgClassName
{
background-color: #08F144;
}
</style>
border-color css
<style>
span { border-color: #08F144; }
span { border-color: rgb(8,241,68); }
td.TdClassName
{
border-color: #08F144;
}
.TagClassName
{
border-color: #08F144;
}
</style>