Shades of Malachite #08C15A
Tints of Malachite #08C15A
RGB
CMYK
RGB Variations
Color information
#08C15A (or 0x08C15A) is known color: Malachite. HEX triplet: 08, C1 and 5A. RGB value is (8,193,90). Sum of RGB (Red+Green+Blue) = 8+193+90=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #08C15A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C15A is #F73EA5. Grayscale: #7E7E7E. Windows color (decimal): -16203430 or 5947656. OLE color: 5947656.
HSL color Cylindrical-coordinate representation of color #08C15A: hue angle of 146.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C15A is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 90 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.24 |
| HSL | 146.59º | 0.92% | 0.39% | - |
| HSV(B) | 146.59º | 0.96% | 0.76% | - |
| XYZ | 21.02 | 38.93 | 16.08 | - |
| YUV | 125.94 | 107.71 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 90 | 0.96 | 0 | 0.53 | 0.24 | 146.59 | 0.92 | 0.39 |
| Hex | 8 | C1 | 5A | 60 | 0 | 35 | 18 | 93 | 5C | 27 |
| Octal | 10 | 301 | 132 | 140 | 0 | 65 | 30 | 223 | 134 | 47 |
| Binary | 1000 | 11000001 | 1011010 | 1100000 | 0 | 110101 | 11000 | 10010011 | 1011100 | 100111 |
Color Harmonies of #08C15A
Complementary color
Monochromatic Colors of #08C15A
Black with #08C15A
Text Example
Text Example
White with #08C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C15A; }
p { color: rgb(8,193,90); }
H1.HeaderClassName
{
color: #08C15A;
}
.AnyTagClassName
{
color: #08C15A;
}
</style>
background-color css
<style>
a { background-color: #08C15A; }
a { background-color: rgb(8,193,90); }
div.DivClassName
{
background-color: #08C15A;
}
.BgClassName
{
background-color: #08C15A;
}
</style>
border-color css
<style>
span { border-color: #08C15A; }
span { border-color: rgb(8,193,90); }
td.TdClassName
{
border-color: #08C15A;
}
.TagClassName
{
border-color: #08C15A;
}
</style>