Shades of Malachite #00CA5C
Tints of Malachite #00CA5C
RGB
CMYK
RGB Variations
Color information
#00CA5C (or 0x00CA5C) is known color: Malachite. HEX triplet: 00, CA and 5C. RGB value is (0,202,92). Sum of RGB (Red+Green+Blue) = 0+202+92=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CA5C is #FF35A3. Grayscale: #818181. Windows color (decimal): -16725412 or 6081024. OLE color: 6081024.
HSL color Cylindrical-coordinate representation of color #00CA5C: hue angle of 147.33º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CA5C is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 92 | - |
| CMYK | 1 | 0 | 0.54 | 0.21 |
| HSL | 147.33º | 1% | 0.4% | - |
| HSV(B) | 147.33º | 1% | 0.79% | - |
| XYZ | 23.05 | 43.01 | 17.21 | - |
| YUV | 129.06 | 107.08 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 92 | 1 | 0 | 0.54 | 0.21 | 147.33 | 1 | 0.4 |
| Hex | 0 | CA | 5C | 64 | 0 | 36 | 15 | 93 | 64 | 28 |
| Octal | 0 | 312 | 134 | 144 | 0 | 66 | 25 | 223 | 144 | 50 |
| Binary | 0 | 11001010 | 1011100 | 1100100 | 0 | 110110 | 10101 | 10010011 | 1100100 | 101000 |
Color Harmonies of #00CA5C
Complementary color
Monochromatic Colors of #00CA5C
Black with #00CA5C
Text Example
Text Example
White with #00CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA5C; }
p { color: rgb(0,202,92); }
H1.HeaderClassName
{
color: #00CA5C;
}
.AnyTagClassName
{
color: #00CA5C;
}
</style>
background-color css
<style>
a { background-color: #00CA5C; }
a { background-color: rgb(0,202,92); }
div.DivClassName
{
background-color: #00CA5C;
}
.BgClassName
{
background-color: #00CA5C;
}
</style>
border-color css
<style>
span { border-color: #00CA5C; }
span { border-color: rgb(0,202,92); }
td.TdClassName
{
border-color: #00CA5C;
}
.TagClassName
{
border-color: #00CA5C;
}
</style>