Shades of Malachite #1BE66A
Tints of Malachite #1BE66A
RGB
CMYK
RGB Variations
Color information
#1BE66A (or 0x1BE66A) is known color: Malachite. HEX triplet: 1B, E6 and 6A. RGB value is (27,230,106). Sum of RGB (Red+Green+Blue) = 27+230+106=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 230 (90.23% from 255 or 63.36% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 230 - color contains mainly: green. Hex color #1BE66A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BE66A is #E41995. Grayscale: #9B9B9B. Windows color (decimal): -14948758 or 7005723. OLE color: 7005723.
HSL color Cylindrical-coordinate representation of color #1BE66A: hue angle of 143.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE66A is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 230 | 106 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.10 |
| HSL | 143.35º | 0.8% | 0.5% | - |
| HSV(B) | 143.35º | 0.88% | 0.9% | - |
| XYZ | 31.35 | 57.87 | 23.15 | - |
| YUV | 155.17 | 100.25 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 230 | 106 | 0.88 | 0 | 0.54 | 0.10 | 143.35 | 0.8 | 0.5 |
| Hex | 1B | E6 | 6A | 58 | 0 | 36 | A | 8F | 50 | 32 |
| Octal | 33 | 346 | 152 | 130 | 0 | 66 | 12 | 217 | 120 | 62 |
| Binary | 11011 | 11100110 | 1101010 | 1011000 | 0 | 110110 | 1010 | 10001111 | 1010000 | 110010 |
Color Harmonies of #1BE66A
Complementary color
Monochromatic Colors of #1BE66A
Black with #1BE66A
Text Example
Text Example
White with #1BE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE66A; }
p { color: rgb(27,230,106); }
H1.HeaderClassName
{
color: #1BE66A;
}
.AnyTagClassName
{
color: #1BE66A;
}
</style>
background-color css
<style>
a { background-color: #1BE66A; }
a { background-color: rgb(27,230,106); }
div.DivClassName
{
background-color: #1BE66A;
}
.BgClassName
{
background-color: #1BE66A;
}
</style>
border-color css
<style>
span { border-color: #1BE66A; }
span { border-color: rgb(27,230,106); }
td.TdClassName
{
border-color: #1BE66A;
}
.TagClassName
{
border-color: #1BE66A;
}
</style>