Shades of Malachite #08C452
Tints of Malachite #08C452
RGB
CMYK
RGB Variations
Color information
#08C452 (or 0x08C452) is known color: Malachite. HEX triplet: 08, C4 and 52. RGB value is (8,196,82). Sum of RGB (Red+Green+Blue) = 8+196+82=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #08C452 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C452 is #F73BAD. Grayscale: #7F7F7F. Windows color (decimal): -16202670 or 5424136. OLE color: 5424136.
HSL color Cylindrical-coordinate representation of color #08C452: hue angle of 143.62º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C452 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 196 | 82 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.23 |
| HSL | 143.62º | 0.92% | 0.4% | - |
| HSV(B) | 143.62º | 0.96% | 0.77% | - |
| XYZ | 21.36 | 40.14 | 14.6 | - |
| YUV | 126.79 | 102.72 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 196 | 82 | 0.96 | 0 | 0.58 | 0.23 | 143.62 | 0.92 | 0.4 |
| Hex | 8 | C4 | 52 | 60 | 0 | 3A | 17 | 90 | 5C | 28 |
| Octal | 10 | 304 | 122 | 140 | 0 | 72 | 27 | 220 | 134 | 50 |
| Binary | 1000 | 11000100 | 1010010 | 1100000 | 0 | 111010 | 10111 | 10010000 | 1011100 | 101000 |
Color Harmonies of #08C452
Complementary color
Monochromatic Colors of #08C452
Black with #08C452
Text Example
Text Example
White with #08C452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C452; }
p { color: rgb(8,196,82); }
H1.HeaderClassName
{
color: #08C452;
}
.AnyTagClassName
{
color: #08C452;
}
</style>
background-color css
<style>
a { background-color: #08C452; }
a { background-color: rgb(8,196,82); }
div.DivClassName
{
background-color: #08C452;
}
.BgClassName
{
background-color: #08C452;
}
</style>
border-color css
<style>
span { border-color: #08C452; }
span { border-color: rgb(8,196,82); }
td.TdClassName
{
border-color: #08C452;
}
.TagClassName
{
border-color: #08C452;
}
</style>