Shades of Malachite #1BC466
Tints of Malachite #1BC466
RGB
CMYK
RGB Variations
Color information
#1BC466 (or 0x1BC466) is known color: Malachite. HEX triplet: 1B, C4 and 66. RGB value is (27,196,102). Sum of RGB (Red+Green+Blue) = 27+196+102=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC466 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC466 is #E43B99. Grayscale: #868686. Windows color (decimal): -14957466 or 6734875. OLE color: 6734875.
HSL color Cylindrical-coordinate representation of color #1BC466: hue angle of 146.63º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC466 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 196 | 102 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.23 |
| HSL | 146.63º | 0.76% | 0.44% | - |
| HSV(B) | 146.63º | 0.86% | 0.77% | - |
| XYZ | 22.59 | 40.67 | 19.23 | - |
| YUV | 134.75 | 109.51 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 102 | 0.86 | 0 | 0.48 | 0.23 | 146.63 | 0.76 | 0.44 |
| Hex | 1B | C4 | 66 | 56 | 0 | 30 | 17 | 93 | 4C | 2C |
| Octal | 33 | 304 | 146 | 126 | 0 | 60 | 27 | 223 | 114 | 54 |
| Binary | 11011 | 11000100 | 1100110 | 1010110 | 0 | 110000 | 10111 | 10010011 | 1001100 | 101100 |
Color Harmonies of #1BC466
Complementary color
Monochromatic Colors of #1BC466
Black with #1BC466
Text Example
Text Example
White with #1BC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC466; }
p { color: rgb(27,196,102); }
H1.HeaderClassName
{
color: #1BC466;
}
.AnyTagClassName
{
color: #1BC466;
}
</style>
background-color css
<style>
a { background-color: #1BC466; }
a { background-color: rgb(27,196,102); }
div.DivClassName
{
background-color: #1BC466;
}
.BgClassName
{
background-color: #1BC466;
}
</style>
border-color css
<style>
span { border-color: #1BC466; }
span { border-color: rgb(27,196,102); }
td.TdClassName
{
border-color: #1BC466;
}
.TagClassName
{
border-color: #1BC466;
}
</style>