Shades of Malachite #1BC462
Tints of Malachite #1BC462
RGB
CMYK
RGB Variations
Color information
#1BC462 (or 0x1BC462) is known color: Malachite. HEX triplet: 1B, C4 and 62. RGB value is (27,196,98). Sum of RGB (Red+Green+Blue) = 27+196+98=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC462 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC462 is #E43B9D. Grayscale: #868686. Windows color (decimal): -14957470 or 6472731. OLE color: 6472731.
HSL color Cylindrical-coordinate representation of color #1BC462: hue angle of 145.21º 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 #1BC462 is Cyan = 0.86, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 196 | 98 | - |
| CMYK | 0.86 | 0 | 0.5 | 0.23 |
| HSL | 145.21º | 0.76% | 0.44% | - |
| HSV(B) | 145.21º | 0.86% | 0.77% | - |
| XYZ | 22.4 | 40.59 | 18.21 | - |
| YUV | 134.3 | 107.51 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 98 | 0.86 | 0 | 0.5 | 0.23 | 145.21 | 0.76 | 0.44 |
| Hex | 1B | C4 | 62 | 56 | 0 | 32 | 17 | 91 | 4C | 2C |
| Octal | 33 | 304 | 142 | 126 | 0 | 62 | 27 | 221 | 114 | 54 |
| Binary | 11011 | 11000100 | 1100010 | 1010110 | 0 | 110010 | 10111 | 10010001 | 1001100 | 101100 |
Color Harmonies of #1BC462
Complementary color
Monochromatic Colors of #1BC462
Black with #1BC462
Text Example
Text Example
White with #1BC462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC462; }
p { color: rgb(27,196,98); }
H1.HeaderClassName
{
color: #1BC462;
}
.AnyTagClassName
{
color: #1BC462;
}
</style>
background-color css
<style>
a { background-color: #1BC462; }
a { background-color: rgb(27,196,98); }
div.DivClassName
{
background-color: #1BC462;
}
.BgClassName
{
background-color: #1BC462;
}
</style>
border-color css
<style>
span { border-color: #1BC462; }
span { border-color: rgb(27,196,98); }
td.TdClassName
{
border-color: #1BC462;
}
.TagClassName
{
border-color: #1BC462;
}
</style>