Shades of Malachite #08C254
Tints of Malachite #08C254
RGB
CMYK
RGB Variations
Color information
#08C254 (or 0x08C254) is known color: Malachite. HEX triplet: 08, C2 and 54. RGB value is (8,194,84). Sum of RGB (Red+Green+Blue) = 8+194+84=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #08C254 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C254 is #F73DAB. Grayscale: #7E7E7E. Windows color (decimal): -16203180 or 5554696. OLE color: 5554696.
HSL color Cylindrical-coordinate representation of color #08C254: hue angle of 144.52º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C254 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 84 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.24 |
| HSL | 144.52º | 0.92% | 0.4% | - |
| HSV(B) | 144.52º | 0.96% | 0.76% | - |
| XYZ | 20.99 | 39.28 | 14.86 | - |
| YUV | 125.85 | 104.38 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 84 | 0.96 | 0 | 0.57 | 0.24 | 144.52 | 0.92 | 0.4 |
| Hex | 8 | C2 | 54 | 60 | 0 | 39 | 18 | 91 | 5C | 28 |
| Octal | 10 | 302 | 124 | 140 | 0 | 71 | 30 | 221 | 134 | 50 |
| Binary | 1000 | 11000010 | 1010100 | 1100000 | 0 | 111001 | 11000 | 10010001 | 1011100 | 101000 |
Color Harmonies of #08C254
Complementary color
Monochromatic Colors of #08C254
Black with #08C254
Text Example
Text Example
White with #08C254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C254; }
p { color: rgb(8,194,84); }
H1.HeaderClassName
{
color: #08C254;
}
.AnyTagClassName
{
color: #08C254;
}
</style>
background-color css
<style>
a { background-color: #08C254; }
a { background-color: rgb(8,194,84); }
div.DivClassName
{
background-color: #08C254;
}
.BgClassName
{
background-color: #08C254;
}
</style>
border-color css
<style>
span { border-color: #08C254; }
span { border-color: rgb(8,194,84); }
td.TdClassName
{
border-color: #08C254;
}
.TagClassName
{
border-color: #08C254;
}
</style>