Shades of Shamrock #1BD896
Tints of Shamrock #1BD896
RGB
CMYK
RGB Variations
Color information
#1BD896 (or 0x1BD896) is known color: Shamrock. HEX triplet: 1B, D8 and 96. RGB value is (27,216,150). Sum of RGB (Red+Green+Blue) = 27+216+150=393 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.87% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD896 is #E42769. Grayscale: #989898. Windows color (decimal): -14952298 or 9885723. OLE color: 9885723.
HSL color Cylindrical-coordinate representation of color #1BD896: hue angle of 159.05º 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 #1BD896 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 216 | 150 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.15 |
| HSL | 159.05º | 0.78% | 0.48% | - |
| HSV(B) | 159.05º | 0.88% | 0.85% | - |
| XYZ | 30.51 | 51.55 | 37.2 | - |
| YUV | 151.97 | 126.88 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 216 | 150 | 0.88 | 0 | 0.31 | 0.15 | 159.05 | 0.78 | 0.48 |
| Hex | 1B | D8 | 96 | 58 | 0 | 1F | F | 9F | 4E | 30 |
| Octal | 33 | 330 | 226 | 130 | 0 | 37 | 17 | 237 | 116 | 60 |
| Binary | 11011 | 11011000 | 10010110 | 1011000 | 0 | 11111 | 1111 | 10011111 | 1001110 | 110000 |
Color Harmonies of #1BD896
Complementary color
Monochromatic Colors of #1BD896
Black with #1BD896
Text Example
Text Example
White with #1BD896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD896; }
p { color: rgb(27,216,150); }
H1.HeaderClassName
{
color: #1BD896;
}
.AnyTagClassName
{
color: #1BD896;
}
</style>
background-color css
<style>
a { background-color: #1BD896; }
a { background-color: rgb(27,216,150); }
div.DivClassName
{
background-color: #1BD896;
}
.BgClassName
{
background-color: #1BD896;
}
</style>
border-color css
<style>
span { border-color: #1BD896; }
span { border-color: rgb(27,216,150); }
td.TdClassName
{
border-color: #1BD896;
}
.TagClassName
{
border-color: #1BD896;
}
</style>