Shades of Malachite #08E14C
Tints of Malachite #08E14C
RGB
CMYK
RGB Variations
Color information
#08E14C (or 0x08E14C) is known color: Malachite. HEX triplet: 08, E1 and 4C. RGB value is (8,225,76). Sum of RGB (Red+Green+Blue) = 8+225+76=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #08E14C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E14C is #F71EB3. Grayscale: #8F8F8F. Windows color (decimal): -16195252 or 5038344. OLE color: 5038344.
HSL color Cylindrical-coordinate representation of color #08E14C: hue angle of 138.8º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E14C is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 225 | 76 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.12 |
| HSL | 138.8º | 0.93% | 0.46% | - |
| HSV(B) | 138.8º | 0.96% | 0.88% | - |
| XYZ | 28.33 | 54.42 | 15.85 | - |
| YUV | 143.13 | 90.11 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 225 | 76 | 0.96 | 0 | 0.66 | 0.12 | 138.8 | 0.93 | 0.46 |
| Hex | 8 | E1 | 4C | 60 | 0 | 42 | C | 8B | 5D | 2E |
| Octal | 10 | 341 | 114 | 140 | 0 | 102 | 14 | 213 | 135 | 56 |
| Binary | 1000 | 11100001 | 1001100 | 1100000 | 0 | 1000010 | 1100 | 10001011 | 1011101 | 101110 |
Color Harmonies of #08E14C
Complementary color
Monochromatic Colors of #08E14C
Black with #08E14C
Text Example
Text Example
White with #08E14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E14C; }
p { color: rgb(8,225,76); }
H1.HeaderClassName
{
color: #08E14C;
}
.AnyTagClassName
{
color: #08E14C;
}
</style>
background-color css
<style>
a { background-color: #08E14C; }
a { background-color: rgb(8,225,76); }
div.DivClassName
{
background-color: #08E14C;
}
.BgClassName
{
background-color: #08E14C;
}
</style>
border-color css
<style>
span { border-color: #08E14C; }
span { border-color: rgb(8,225,76); }
td.TdClassName
{
border-color: #08E14C;
}
.TagClassName
{
border-color: #08E14C;
}
</style>