Shades of Malachite #08EA68
Tints of Malachite #08EA68
RGB
CMYK
RGB Variations
Color information
#08EA68 (or 0x08EA68) is known color: Malachite. HEX triplet: 08, EA and 68. RGB value is (8,234,104). Sum of RGB (Red+Green+Blue) = 8+234+104=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #08EA68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08EA68 is #F71597. Grayscale: #979797. Windows color (decimal): -16192920 or 6875656. OLE color: 6875656.
HSL color Cylindrical-coordinate representation of color #08EA68: hue angle of 145.49º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EA68 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 234 | 104 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.08 |
| HSL | 145.49º | 0.93% | 0.47% | - |
| HSV(B) | 145.49º | 0.97% | 0.92% | - |
| XYZ | 32.02 | 59.9 | 22.97 | - |
| YUV | 151.61 | 101.13 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 234 | 104 | 0.97 | 0 | 0.56 | 0.08 | 145.49 | 0.93 | 0.47 |
| Hex | 8 | EA | 68 | 61 | 0 | 38 | 8 | 91 | 5D | 2F |
| Octal | 10 | 352 | 150 | 141 | 0 | 70 | 10 | 221 | 135 | 57 |
| Binary | 1000 | 11101010 | 1101000 | 1100001 | 0 | 111000 | 1000 | 10010001 | 1011101 | 101111 |
Color Harmonies of #08EA68
Complementary color
Monochromatic Colors of #08EA68
Black with #08EA68
Text Example
Text Example
White with #08EA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08EA68; }
p { color: rgb(8,234,104); }
H1.HeaderClassName
{
color: #08EA68;
}
.AnyTagClassName
{
color: #08EA68;
}
</style>
background-color css
<style>
a { background-color: #08EA68; }
a { background-color: rgb(8,234,104); }
div.DivClassName
{
background-color: #08EA68;
}
.BgClassName
{
background-color: #08EA68;
}
</style>
border-color css
<style>
span { border-color: #08EA68; }
span { border-color: rgb(8,234,104); }
td.TdClassName
{
border-color: #08EA68;
}
.TagClassName
{
border-color: #08EA68;
}
</style>