Shades of Malachite #1BC866
Tints of Malachite #1BC866
RGB
CMYK
RGB Variations
Color information
#1BC866 (or 0x1BC866) is known color: Malachite. HEX triplet: 1B, C8 and 66. RGB value is (27,200,102). Sum of RGB (Red+Green+Blue) = 27+200+102=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC866 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC866 is #E43799. Grayscale: #898989. Windows color (decimal): -14956442 or 6735899. OLE color: 6735899.
HSL color Cylindrical-coordinate representation of color #1BC866: hue angle of 146.01º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC866 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 102 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.22 |
| HSL | 146.01º | 0.76% | 0.45% | - |
| HSV(B) | 146.01º | 0.87% | 0.78% | - |
| XYZ | 23.5 | 42.5 | 19.54 | - |
| YUV | 137.1 | 108.19 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 102 | 0.86 | 0 | 0.49 | 0.22 | 146.01 | 0.76 | 0.45 |
| Hex | 1B | C8 | 66 | 56 | 0 | 31 | 16 | 92 | 4C | 2D |
| Octal | 33 | 310 | 146 | 126 | 0 | 61 | 26 | 222 | 114 | 55 |
| Binary | 11011 | 11001000 | 1100110 | 1010110 | 0 | 110001 | 10110 | 10010010 | 1001100 | 101101 |
Color Harmonies of #1BC866
Complementary color
Monochromatic Colors of #1BC866
Black with #1BC866
Text Example
Text Example
White with #1BC866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC866; }
p { color: rgb(27,200,102); }
H1.HeaderClassName
{
color: #1BC866;
}
.AnyTagClassName
{
color: #1BC866;
}
</style>
background-color css
<style>
a { background-color: #1BC866; }
a { background-color: rgb(27,200,102); }
div.DivClassName
{
background-color: #1BC866;
}
.BgClassName
{
background-color: #1BC866;
}
</style>
border-color css
<style>
span { border-color: #1BC866; }
span { border-color: rgb(27,200,102); }
td.TdClassName
{
border-color: #1BC866;
}
.TagClassName
{
border-color: #1BC866;
}
</style>