Shades of Malachite #08FE4A
Tints of Malachite #08FE4A
RGB
CMYK
RGB Variations
Color information
#08FE4A (or 0x08FE4A) is known color: Malachite. HEX triplet: 08, FE and 4A. RGB value is (8,254,74). Sum of RGB (Red+Green+Blue) = 8+254+74=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #08FE4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08FE4A is #F701B5. Grayscale: #A0A0A0. Windows color (decimal): -16187830 or 4914696. OLE color: 4914696.
HSL color Cylindrical-coordinate representation of color #08FE4A: hue angle of 136.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FE4A is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 254 | 74 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.00 |
| HSL | 136.1º | 0.99% | 0.51% | - |
| HSV(B) | 136.1º | 0.97% | 1% | - |
| XYZ | 36.78 | 71.43 | 18.33 | - |
| YUV | 159.93 | 79.5 | 19.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 254 | 74 | 0.97 | 0 | 0.71 | 0.00 | 136.1 | 0.99 | 0.51 |
| Hex | 8 | FE | 4A | 61 | 0 | 47 | 0 | 88 | 63 | 33 |
| Octal | 10 | 376 | 112 | 141 | 0 | 107 | 0 | 210 | 143 | 63 |
| Binary | 1000 | 11111110 | 1001010 | 1100001 | 0 | 1000111 | 0 | 10001000 | 1100011 | 110011 |
Color Harmonies of #08FE4A
Complementary color
Monochromatic Colors of #08FE4A
Black with #08FE4A
Text Example
Text Example
White with #08FE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FE4A; }
p { color: rgb(8,254,74); }
H1.HeaderClassName
{
color: #08FE4A;
}
.AnyTagClassName
{
color: #08FE4A;
}
</style>
background-color css
<style>
a { background-color: #08FE4A; }
a { background-color: rgb(8,254,74); }
div.DivClassName
{
background-color: #08FE4A;
}
.BgClassName
{
background-color: #08FE4A;
}
</style>
border-color css
<style>
span { border-color: #08FE4A; }
span { border-color: rgb(8,254,74); }
td.TdClassName
{
border-color: #08FE4A;
}
.TagClassName
{
border-color: #08FE4A;
}
</style>