Shades of Malachite #08FA3C
Tints of Malachite #08FA3C
RGB
CMYK
RGB Variations
Color information
#08FA3C (or 0x08FA3C) is known color: Malachite. HEX triplet: 08, FA and 3C. RGB value is (8,250,60). Sum of RGB (Red+Green+Blue) = 8+250+60=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 250 (98.05% from 255 or 78.62% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 250 - color contains mainly: green. Hex color #08FA3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08FA3C is #F705C3. Grayscale: #9C9C9C. Windows color (decimal): -16188868 or 3996168. OLE color: 3996168.
HSL color Cylindrical-coordinate representation of color #08FA3C: hue angle of 132.89º degrees, saturation: 0.96, 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 #08FA3C is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 250 | 60 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.02 |
| HSL | 132.89º | 0.96% | 0.51% | - |
| HSV(B) | 132.89º | 0.97% | 0.98% | - |
| XYZ | 35.1 | 68.75 | 15.69 | - |
| YUV | 155.98 | 73.83 | 22.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 250 | 60 | 0.97 | 0 | 0.76 | 0.02 | 132.89 | 0.96 | 0.51 |
| Hex | 8 | FA | 3C | 61 | 0 | 4C | 2 | 85 | 60 | 33 |
| Octal | 10 | 372 | 74 | 141 | 0 | 114 | 2 | 205 | 140 | 63 |
| Binary | 1000 | 11111010 | 111100 | 1100001 | 0 | 1001100 | 10 | 10000101 | 1100000 | 110011 |
Color Harmonies of #08FA3C
Complementary color
Monochromatic Colors of #08FA3C
Black with #08FA3C
Text Example
Text Example
White with #08FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FA3C; }
p { color: rgb(8,250,60); }
H1.HeaderClassName
{
color: #08FA3C;
}
.AnyTagClassName
{
color: #08FA3C;
}
</style>
background-color css
<style>
a { background-color: #08FA3C; }
a { background-color: rgb(8,250,60); }
div.DivClassName
{
background-color: #08FA3C;
}
.BgClassName
{
background-color: #08FA3C;
}
</style>
border-color css
<style>
span { border-color: #08FA3C; }
span { border-color: rgb(8,250,60); }
td.TdClassName
{
border-color: #08FA3C;
}
.TagClassName
{
border-color: #08FA3C;
}
</style>