Shades of Malachite #09CA4A
Tints of Malachite #09CA4A
RGB
CMYK
RGB Variations
Color information
#09CA4A (or 0x09CA4A) is known color: Malachite. HEX triplet: 09, CA and 4A. RGB value is (9,202,74). Sum of RGB (Red+Green+Blue) = 9+202+74=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA4A is #F635B5. Grayscale: #828282. Windows color (decimal): -16135606 or 4901385. OLE color: 4901385.
HSL color Cylindrical-coordinate representation of color #09CA4A: hue angle of 140.21º 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 #09CA4A is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 74 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.21 |
| HSL | 140.21º | 0.91% | 0.41% | - |
| HSV(B) | 140.21º | 0.96% | 0.79% | - |
| XYZ | 22.47 | 42.79 | 13.55 | - |
| YUV | 129.7 | 96.56 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 74 | 0.96 | 0 | 0.63 | 0.21 | 140.21 | 0.91 | 0.41 |
| Hex | 9 | CA | 4A | 60 | 0 | 3F | 15 | 8C | 5B | 29 |
| Octal | 11 | 312 | 112 | 140 | 0 | 77 | 25 | 214 | 133 | 51 |
| Binary | 1001 | 11001010 | 1001010 | 1100000 | 0 | 111111 | 10101 | 10001100 | 1011011 | 101001 |
Color Harmonies of #09CA4A
Complementary color
Monochromatic Colors of #09CA4A
Black with #09CA4A
Text Example
Text Example
White with #09CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA4A; }
p { color: rgb(9,202,74); }
H1.HeaderClassName
{
color: #09CA4A;
}
.AnyTagClassName
{
color: #09CA4A;
}
</style>
background-color css
<style>
a { background-color: #09CA4A; }
a { background-color: rgb(9,202,74); }
div.DivClassName
{
background-color: #09CA4A;
}
.BgClassName
{
background-color: #09CA4A;
}
</style>
border-color css
<style>
span { border-color: #09CA4A; }
span { border-color: rgb(9,202,74); }
td.TdClassName
{
border-color: #09CA4A;
}
.TagClassName
{
border-color: #09CA4A;
}
</style>