Shades of Malachite #1BCA6D
Tints of Malachite #1BCA6D
RGB
CMYK
RGB Variations
Color information
#1BCA6D (or 0x1BCA6D) is known color: Malachite. HEX triplet: 1B, CA and 6D. RGB value is (27,202,109). Sum of RGB (Red+Green+Blue) = 27+202+109=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCA6D is #E43592. Grayscale: #8B8B8B. Windows color (decimal): -14955923 or 7195163. OLE color: 7195163.
HSL color Cylindrical-coordinate representation of color #1BCA6D: hue angle of 148.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCA6D is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 109 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.21 |
| HSL | 148.11º | 0.76% | 0.45% | - |
| HSV(B) | 148.11º | 0.87% | 0.79% | - |
| XYZ | 24.33 | 43.58 | 21.6 | - |
| YUV | 139.07 | 111.02 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 109 | 0.87 | 0 | 0.46 | 0.21 | 148.11 | 0.76 | 0.45 |
| Hex | 1B | CA | 6D | 57 | 0 | 2E | 15 | 94 | 4C | 2D |
| Octal | 33 | 312 | 155 | 127 | 0 | 56 | 25 | 224 | 114 | 55 |
| Binary | 11011 | 11001010 | 1101101 | 1010111 | 0 | 101110 | 10101 | 10010100 | 1001100 | 101101 |
Color Harmonies of #1BCA6D
Complementary color
Monochromatic Colors of #1BCA6D
Black with #1BCA6D
Text Example
Text Example
White with #1BCA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCA6D; }
p { color: rgb(27,202,109); }
H1.HeaderClassName
{
color: #1BCA6D;
}
.AnyTagClassName
{
color: #1BCA6D;
}
</style>
background-color css
<style>
a { background-color: #1BCA6D; }
a { background-color: rgb(27,202,109); }
div.DivClassName
{
background-color: #1BCA6D;
}
.BgClassName
{
background-color: #1BCA6D;
}
</style>
border-color css
<style>
span { border-color: #1BCA6D; }
span { border-color: rgb(27,202,109); }
td.TdClassName
{
border-color: #1BCA6D;
}
.TagClassName
{
border-color: #1BCA6D;
}
</style>