Shades of Malachite #08FB5A
Tints of Malachite #08FB5A
RGB
CMYK
RGB Variations
Color information
#08FB5A (or 0x08FB5A) is known color: Malachite. HEX triplet: 08, FB and 5A. RGB value is (8,251,90). Sum of RGB (Red+Green+Blue) = 8+251+90=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 251 (98.44% from 255 or 71.92% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 251 - color contains mainly: green. Hex color #08FB5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08FB5A is #F704A5. Grayscale: #A0A0A0. Windows color (decimal): -16188582 or 5962504. OLE color: 5962504.
HSL color Cylindrical-coordinate representation of color #08FB5A: hue angle of 140.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FB5A is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 251 | 90 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.02 |
| HSL | 140.25º | 0.97% | 0.51% | - |
| HSV(B) | 140.25º | 0.97% | 0.98% | - |
| XYZ | 36.44 | 69.78 | 21.22 | - |
| YUV | 159.99 | 88.49 | 19.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 251 | 90 | 0.97 | 0 | 0.64 | 0.02 | 140.25 | 0.97 | 0.51 |
| Hex | 8 | FB | 5A | 61 | 0 | 40 | 2 | 8C | 61 | 33 |
| Octal | 10 | 373 | 132 | 141 | 0 | 100 | 2 | 214 | 141 | 63 |
| Binary | 1000 | 11111011 | 1011010 | 1100001 | 0 | 1000000 | 10 | 10001100 | 1100001 | 110011 |
Color Harmonies of #08FB5A
Complementary color
Monochromatic Colors of #08FB5A
Black with #08FB5A
Text Example
Text Example
White with #08FB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FB5A; }
p { color: rgb(8,251,90); }
H1.HeaderClassName
{
color: #08FB5A;
}
.AnyTagClassName
{
color: #08FB5A;
}
</style>
background-color css
<style>
a { background-color: #08FB5A; }
a { background-color: rgb(8,251,90); }
div.DivClassName
{
background-color: #08FB5A;
}
.BgClassName
{
background-color: #08FB5A;
}
</style>
border-color css
<style>
span { border-color: #08FB5A; }
span { border-color: rgb(8,251,90); }
td.TdClassName
{
border-color: #08FB5A;
}
.TagClassName
{
border-color: #08FB5A;
}
</style>