Shades of Malachite #00CA5B
Tints of Malachite #00CA5B
RGB
CMYK
RGB Variations
Color information
#00CA5B (or 0x00CA5B) is known color: Malachite. HEX triplet: 00, CA and 5B. RGB value is (0,202,91). Sum of RGB (Red+Green+Blue) = 0+202+91=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CA5B is #FF35A4. Grayscale: #818181. Windows color (decimal): -16725413 or 6015488. OLE color: 6015488.
HSL color Cylindrical-coordinate representation of color #00CA5B: hue angle of 147.03º 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 #00CA5B is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 91 | - |
| CMYK | 1 | 0 | 0.55 | 0.21 |
| HSL | 147.03º | 1% | 0.4% | - |
| HSV(B) | 147.03º | 1% | 0.79% | - |
| XYZ | 23.01 | 43 | 16.98 | - |
| YUV | 128.95 | 106.58 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 91 | 1 | 0 | 0.55 | 0.21 | 147.03 | 1 | 0.4 |
| Hex | 0 | CA | 5B | 64 | 0 | 37 | 15 | 93 | 64 | 28 |
| Octal | 0 | 312 | 133 | 144 | 0 | 67 | 25 | 223 | 144 | 50 |
| Binary | 0 | 11001010 | 1011011 | 1100100 | 0 | 110111 | 10101 | 10010011 | 1100100 | 101000 |
Color Harmonies of #00CA5B
Complementary color
Monochromatic Colors of #00CA5B
Black with #00CA5B
Text Example
Text Example
White with #00CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA5B; }
p { color: rgb(0,202,91); }
H1.HeaderClassName
{
color: #00CA5B;
}
.AnyTagClassName
{
color: #00CA5B;
}
</style>
background-color css
<style>
a { background-color: #00CA5B; }
a { background-color: rgb(0,202,91); }
div.DivClassName
{
background-color: #00CA5B;
}
.BgClassName
{
background-color: #00CA5B;
}
</style>
border-color css
<style>
span { border-color: #00CA5B; }
span { border-color: rgb(0,202,91); }
td.TdClassName
{
border-color: #00CA5B;
}
.TagClassName
{
border-color: #00CA5B;
}
</style>