Shades of Malachite #00CA5A
Tints of Malachite #00CA5A
RGB
CMYK
RGB Variations
Color information
#00CA5A (or 0x00CA5A) is known color: Malachite. HEX triplet: 00, CA and 5A. RGB value is (0,202,90). Sum of RGB (Red+Green+Blue) = 0+202+90=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 202 (79.30% from 255 or 69.18% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CA5A is #FF35A5. Grayscale: #818181. Windows color (decimal): -16725414 or 5949952. OLE color: 5949952.
HSL color Cylindrical-coordinate representation of color #00CA5A: hue angle of 146.73º 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 #00CA5A is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 90 | - |
| CMYK | 1 | 0 | 0.55 | 0.21 |
| HSL | 146.73º | 1% | 0.4% | - |
| HSV(B) | 146.73º | 1% | 0.79% | - |
| XYZ | 22.97 | 42.98 | 16.76 | - |
| YUV | 128.83 | 106.08 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 90 | 1 | 0 | 0.55 | 0.21 | 146.73 | 1 | 0.4 |
| Hex | 0 | CA | 5A | 64 | 0 | 37 | 15 | 93 | 64 | 28 |
| Octal | 0 | 312 | 132 | 144 | 0 | 67 | 25 | 223 | 144 | 50 |
| Binary | 0 | 11001010 | 1011010 | 1100100 | 0 | 110111 | 10101 | 10010011 | 1100100 | 101000 |
Color Harmonies of #00CA5A
Complementary color
Monochromatic Colors of #00CA5A
Black with #00CA5A
Text Example
Text Example
White with #00CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA5A; }
p { color: rgb(0,202,90); }
H1.HeaderClassName
{
color: #00CA5A;
}
.AnyTagClassName
{
color: #00CA5A;
}
</style>
background-color css
<style>
a { background-color: #00CA5A; }
a { background-color: rgb(0,202,90); }
div.DivClassName
{
background-color: #00CA5A;
}
.BgClassName
{
background-color: #00CA5A;
}
</style>
border-color css
<style>
span { border-color: #00CA5A; }
span { border-color: rgb(0,202,90); }
td.TdClassName
{
border-color: #00CA5A;
}
.TagClassName
{
border-color: #00CA5A;
}
</style>