Shades of Shamrock #1BD89B
Tints of Shamrock #1BD89B
RGB
CMYK
RGB Variations
Color information
#1BD89B (or 0x1BD89B) is known color: Shamrock. HEX triplet: 1B, D8 and 9B. RGB value is (27,216,155). Sum of RGB (Red+Green+Blue) = 27+216+155=398 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.78% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD89B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD89B is #E42764. Grayscale: #989898. Windows color (decimal): -14952293 or 10213403. OLE color: 10213403.
HSL color Cylindrical-coordinate representation of color #1BD89B: hue angle of 160.63º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD89B is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 216 | 155 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.15 |
| HSL | 160.63º | 0.78% | 0.48% | - |
| HSV(B) | 160.63º | 0.88% | 0.85% | - |
| XYZ | 30.92 | 51.71 | 39.36 | - |
| YUV | 152.54 | 129.38 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 216 | 155 | 0.88 | 0 | 0.28 | 0.15 | 160.63 | 0.78 | 0.48 |
| Hex | 1B | D8 | 9B | 58 | 0 | 1C | F | A1 | 4E | 30 |
| Octal | 33 | 330 | 233 | 130 | 0 | 34 | 17 | 241 | 116 | 60 |
| Binary | 11011 | 11011000 | 10011011 | 1011000 | 0 | 11100 | 1111 | 10100001 | 1001110 | 110000 |
Color Harmonies of #1BD89B
Complementary color
Monochromatic Colors of #1BD89B
Black with #1BD89B
Text Example
Text Example
White with #1BD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD89B; }
p { color: rgb(27,216,155); }
H1.HeaderClassName
{
color: #1BD89B;
}
.AnyTagClassName
{
color: #1BD89B;
}
</style>
background-color css
<style>
a { background-color: #1BD89B; }
a { background-color: rgb(27,216,155); }
div.DivClassName
{
background-color: #1BD89B;
}
.BgClassName
{
background-color: #1BD89B;
}
</style>
border-color css
<style>
span { border-color: #1BD89B; }
span { border-color: rgb(27,216,155); }
td.TdClassName
{
border-color: #1BD89B;
}
.TagClassName
{
border-color: #1BD89B;
}
</style>