Shades of Malachite #20CA69
Tints of Malachite #20CA69
RGB
CMYK
RGB Variations
Color information
#20CA69 (or 0x20CA69) is known color: Malachite. HEX triplet: 20, CA and 69. RGB value is (32,202,105). Sum of RGB (Red+Green+Blue) = 32+202+105=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA69 is #DF3596. Grayscale: #8C8C8C. Windows color (decimal): -14628247 or 6933024. OLE color: 6933024.
HSL color Cylindrical-coordinate representation of color #20CA69: hue angle of 145.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA69 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 105 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.21 |
| HSL | 145.76º | 0.73% | 0.46% | - |
| HSV(B) | 145.76º | 0.84% | 0.79% | - |
| XYZ | 24.27 | 43.57 | 20.5 | - |
| YUV | 140.11 | 108.18 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 105 | 0.84 | 0 | 0.48 | 0.21 | 145.76 | 0.73 | 0.46 |
| Hex | 20 | CA | 69 | 54 | 0 | 30 | 15 | 92 | 49 | 2E |
| Octal | 40 | 312 | 151 | 124 | 0 | 60 | 25 | 222 | 111 | 56 |
| Binary | 100000 | 11001010 | 1101001 | 1010100 | 0 | 110000 | 10101 | 10010010 | 1001001 | 101110 |
Color Harmonies of #20CA69
Complementary color
Monochromatic Colors of #20CA69
Black with #20CA69
Text Example
Text Example
White with #20CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA69; }
p { color: rgb(32,202,105); }
H1.HeaderClassName
{
color: #20CA69;
}
.AnyTagClassName
{
color: #20CA69;
}
</style>
background-color css
<style>
a { background-color: #20CA69; }
a { background-color: rgb(32,202,105); }
div.DivClassName
{
background-color: #20CA69;
}
.BgClassName
{
background-color: #20CA69;
}
</style>
border-color css
<style>
span { border-color: #20CA69; }
span { border-color: rgb(32,202,105); }
td.TdClassName
{
border-color: #20CA69;
}
.TagClassName
{
border-color: #20CA69;
}
</style>