Shades of Malachite #00CE5A
Tints of Malachite #00CE5A
RGB
CMYK
RGB Variations
Color information
#00CE5A (or 0x00CE5A) is known color: Malachite. HEX triplet: 00, CE and 5A. RGB value is (0,206,90). Sum of RGB (Red+Green+Blue) = 0+206+90=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 206 (80.86% from 255 or 69.59% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CE5A is #FF31A5. Grayscale: #838383. Windows color (decimal): -16724390 or 5950976. OLE color: 5950976.
HSL color Cylindrical-coordinate representation of color #00CE5A: hue angle of 146.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE5A is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 90 | - |
| CMYK | 1 | 0 | 0.56 | 0.19 |
| HSL | 146.21º | 1% | 0.4% | - |
| HSV(B) | 146.21º | 1% | 0.81% | - |
| XYZ | 23.92 | 44.88 | 17.08 | - |
| YUV | 131.18 | 104.75 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 90 | 1 | 0 | 0.56 | 0.19 | 146.21 | 1 | 0.4 |
| Hex | 0 | CE | 5A | 64 | 0 | 38 | 13 | 92 | 64 | 28 |
| Octal | 0 | 316 | 132 | 144 | 0 | 70 | 23 | 222 | 144 | 50 |
| Binary | 0 | 11001110 | 1011010 | 1100100 | 0 | 111000 | 10011 | 10010010 | 1100100 | 101000 |
Color Harmonies of #00CE5A
Complementary color
Monochromatic Colors of #00CE5A
Black with #00CE5A
Text Example
Text Example
White with #00CE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE5A; }
p { color: rgb(0,206,90); }
H1.HeaderClassName
{
color: #00CE5A;
}
.AnyTagClassName
{
color: #00CE5A;
}
</style>
background-color css
<style>
a { background-color: #00CE5A; }
a { background-color: rgb(0,206,90); }
div.DivClassName
{
background-color: #00CE5A;
}
.BgClassName
{
background-color: #00CE5A;
}
</style>
border-color css
<style>
span { border-color: #00CE5A; }
span { border-color: rgb(0,206,90); }
td.TdClassName
{
border-color: #00CE5A;
}
.TagClassName
{
border-color: #00CE5A;
}
</style>