Shades of Malachite #08D966
Tints of Malachite #08D966
RGB
CMYK
RGB Variations
Color information
#08D966 (or 0x08D966) is known color: Malachite. HEX triplet: 08, D9 and 66. RGB value is (8,217,102). Sum of RGB (Red+Green+Blue) = 8+217+102=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #08D966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D966 is #F72699. Grayscale: #8D8D8D. Windows color (decimal): -16197274 or 6740232. OLE color: 6740232.
HSL color Cylindrical-coordinate representation of color #08D966: hue angle of 146.99º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D966 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 217 | 102 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.15 |
| HSL | 146.99º | 0.93% | 0.44% | - |
| HSV(B) | 146.99º | 0.96% | 0.85% | - |
| XYZ | 27.31 | 50.64 | 20.9 | - |
| YUV | 141.4 | 105.76 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 217 | 102 | 0.96 | 0 | 0.53 | 0.15 | 146.99 | 0.93 | 0.44 |
| Hex | 8 | D9 | 66 | 60 | 0 | 35 | F | 93 | 5D | 2C |
| Octal | 10 | 331 | 146 | 140 | 0 | 65 | 17 | 223 | 135 | 54 |
| Binary | 1000 | 11011001 | 1100110 | 1100000 | 0 | 110101 | 1111 | 10010011 | 1011101 | 101100 |
Color Harmonies of #08D966
Complementary color
Monochromatic Colors of #08D966
Black with #08D966
Text Example
Text Example
White with #08D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D966; }
p { color: rgb(8,217,102); }
H1.HeaderClassName
{
color: #08D966;
}
.AnyTagClassName
{
color: #08D966;
}
</style>
background-color css
<style>
a { background-color: #08D966; }
a { background-color: rgb(8,217,102); }
div.DivClassName
{
background-color: #08D966;
}
.BgClassName
{
background-color: #08D966;
}
</style>
border-color css
<style>
span { border-color: #08D966; }
span { border-color: rgb(8,217,102); }
td.TdClassName
{
border-color: #08D966;
}
.TagClassName
{
border-color: #08D966;
}
</style>