Shades of Malachite #1BF166
Tints of Malachite #1BF166
RGB
CMYK
RGB Variations
Color information
#1BF166 (or 0x1BF166) is known color: Malachite. HEX triplet: 1B, F1 and 66. RGB value is (27,241,102). Sum of RGB (Red+Green+Blue) = 27+241+102=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #1BF166 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF166 is #E40E99. Grayscale: #A1A1A1. Windows color (decimal): -14945946 or 6746395. OLE color: 6746395.
HSL color Cylindrical-coordinate representation of color #1BF166: hue angle of 141.03º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF166 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 241 | 102 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.05 |
| HSL | 141.03º | 0.88% | 0.53% | - |
| HSV(B) | 141.03º | 0.89% | 0.95% | - |
| XYZ | 34.31 | 64.1 | 23.14 | - |
| YUV | 161.17 | 94.6 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 241 | 102 | 0.89 | 0 | 0.58 | 0.05 | 141.03 | 0.88 | 0.53 |
| Hex | 1B | F1 | 66 | 59 | 0 | 3A | 5 | 8D | 58 | 35 |
| Octal | 33 | 361 | 146 | 131 | 0 | 72 | 5 | 215 | 130 | 65 |
| Binary | 11011 | 11110001 | 1100110 | 1011001 | 0 | 111010 | 101 | 10001101 | 1011000 | 110101 |
Color Harmonies of #1BF166
Complementary color
Monochromatic Colors of #1BF166
Black with #1BF166
Text Example
Text Example
White with #1BF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF166; }
p { color: rgb(27,241,102); }
H1.HeaderClassName
{
color: #1BF166;
}
.AnyTagClassName
{
color: #1BF166;
}
</style>
background-color css
<style>
a { background-color: #1BF166; }
a { background-color: rgb(27,241,102); }
div.DivClassName
{
background-color: #1BF166;
}
.BgClassName
{
background-color: #1BF166;
}
</style>
border-color css
<style>
span { border-color: #1BF166; }
span { border-color: rgb(27,241,102); }
td.TdClassName
{
border-color: #1BF166;
}
.TagClassName
{
border-color: #1BF166;
}
</style>