Shades of Malachite #09CC52
Tints of Malachite #09CC52
RGB
CMYK
RGB Variations
Color information
#09CC52 (or 0x09CC52) is known color: Malachite. HEX triplet: 09, CC and 52. RGB value is (9,204,82). Sum of RGB (Red+Green+Blue) = 9+204+82=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CC52 is #F633AD. Grayscale: #848484. Windows color (decimal): -16135086 or 5426185. OLE color: 5426185.
HSL color Cylindrical-coordinate representation of color #09CC52: hue angle of 142.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CC52 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 204 | 82 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.2 |
| HSL | 142.46º | 0.92% | 0.42% | - |
| HSV(B) | 142.46º | 0.96% | 0.8% | - |
| XYZ | 23.23 | 43.85 | 15.22 | - |
| YUV | 131.79 | 99.9 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 82 | 0.96 | 0 | 0.60 | 0.2 | 142.46 | 0.92 | 0.42 |
| Hex | 9 | CC | 52 | 60 | 0 | 3C | 14 | 8E | 5C | 2A |
| Octal | 11 | 314 | 122 | 140 | 0 | 74 | 24 | 216 | 134 | 52 |
| Binary | 1001 | 11001100 | 1010010 | 1100000 | 0 | 111100 | 10100 | 10001110 | 1011100 | 101010 |
Color Harmonies of #09CC52
Complementary color
Monochromatic Colors of #09CC52
Black with #09CC52
Text Example
Text Example
White with #09CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CC52; }
p { color: rgb(9,204,82); }
H1.HeaderClassName
{
color: #09CC52;
}
.AnyTagClassName
{
color: #09CC52;
}
</style>
background-color css
<style>
a { background-color: #09CC52; }
a { background-color: rgb(9,204,82); }
div.DivClassName
{
background-color: #09CC52;
}
.BgClassName
{
background-color: #09CC52;
}
</style>
border-color css
<style>
span { border-color: #09CC52; }
span { border-color: rgb(9,204,82); }
td.TdClassName
{
border-color: #09CC52;
}
.TagClassName
{
border-color: #09CC52;
}
</style>