Shades of Malachite #08F84A
Tints of Malachite #08F84A
RGB
CMYK
RGB Variations
Color information
#08F84A (or 0x08F84A) is known color: Malachite. HEX triplet: 08, F8 and 4A. RGB value is (8,248,74). Sum of RGB (Red+Green+Blue) = 8+248+74=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 248 (97.27% from 255 or 75.15% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 248 - color contains mainly: green. Hex color #08F84A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08F84A is #F707B5. Grayscale: #9C9C9C. Windows color (decimal): -16189366 or 4913160. OLE color: 4913160.
HSL color Cylindrical-coordinate representation of color #08F84A: hue angle of 136.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F84A is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 248 | 74 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.03 |
| HSL | 136.5º | 0.94% | 0.5% | - |
| HSV(B) | 136.5º | 0.97% | 0.97% | - |
| XYZ | 34.9 | 67.68 | 17.7 | - |
| YUV | 156.4 | 81.49 | 22.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 248 | 74 | 0.97 | 0 | 0.70 | 0.03 | 136.5 | 0.94 | 0.5 |
| Hex | 8 | F8 | 4A | 61 | 0 | 46 | 3 | 88 | 5E | 32 |
| Octal | 10 | 370 | 112 | 141 | 0 | 106 | 3 | 210 | 136 | 62 |
| Binary | 1000 | 11111000 | 1001010 | 1100001 | 0 | 1000110 | 11 | 10001000 | 1011110 | 110010 |
Color Harmonies of #08F84A
Complementary color
Monochromatic Colors of #08F84A
Black with #08F84A
Text Example
Text Example
White with #08F84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F84A; }
p { color: rgb(8,248,74); }
H1.HeaderClassName
{
color: #08F84A;
}
.AnyTagClassName
{
color: #08F84A;
}
</style>
background-color css
<style>
a { background-color: #08F84A; }
a { background-color: rgb(8,248,74); }
div.DivClassName
{
background-color: #08F84A;
}
.BgClassName
{
background-color: #08F84A;
}
</style>
border-color css
<style>
span { border-color: #08F84A; }
span { border-color: rgb(8,248,74); }
td.TdClassName
{
border-color: #08F84A;
}
.TagClassName
{
border-color: #08F84A;
}
</style>