Shades of Malachite #09CA4D
Tints of Malachite #09CA4D
RGB
CMYK
RGB Variations
Color information
#09CA4D (or 0x09CA4D) is known color: Malachite. HEX triplet: 09, CA and 4D. RGB value is (9,202,77). Sum of RGB (Red+Green+Blue) = 9+202+77=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 202 (79.30% from 255 or 70.14% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CA4D is #F635B2. Grayscale: #828282. Windows color (decimal): -16135603 or 5097993. OLE color: 5097993.
HSL color Cylindrical-coordinate representation of color #09CA4D: hue angle of 141.14º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA4D is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 77 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.21 |
| HSL | 141.14º | 0.91% | 0.41% | - |
| HSV(B) | 141.14º | 0.96% | 0.79% | - |
| XYZ | 22.57 | 42.83 | 14.1 | - |
| YUV | 130.04 | 98.06 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 77 | 0.96 | 0 | 0.62 | 0.21 | 141.14 | 0.91 | 0.41 |
| Hex | 9 | CA | 4D | 60 | 0 | 3E | 15 | 8D | 5B | 29 |
| Octal | 11 | 312 | 115 | 140 | 0 | 76 | 25 | 215 | 133 | 51 |
| Binary | 1001 | 11001010 | 1001101 | 1100000 | 0 | 111110 | 10101 | 10001101 | 1011011 | 101001 |
Color Harmonies of #09CA4D
Complementary color
Monochromatic Colors of #09CA4D
Black with #09CA4D
Text Example
Text Example
White with #09CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA4D; }
p { color: rgb(9,202,77); }
H1.HeaderClassName
{
color: #09CA4D;
}
.AnyTagClassName
{
color: #09CA4D;
}
</style>
background-color css
<style>
a { background-color: #09CA4D; }
a { background-color: rgb(9,202,77); }
div.DivClassName
{
background-color: #09CA4D;
}
.BgClassName
{
background-color: #09CA4D;
}
</style>
border-color css
<style>
span { border-color: #09CA4D; }
span { border-color: rgb(9,202,77); }
td.TdClassName
{
border-color: #09CA4D;
}
.TagClassName
{
border-color: #09CA4D;
}
</style>