Shades of Shamrock #1BDD96
Tints of Shamrock #1BDD96
RGB
CMYK
RGB Variations
Color information
#1BDD96 (or 0x1BDD96) is known color: Shamrock. HEX triplet: 1B, DD and 96. RGB value is (27,221,150). Sum of RGB (Red+Green+Blue) = 27+221+150=398 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.78% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDD96 is #E42269. Grayscale: #9A9A9A. Windows color (decimal): -14951018 or 9887003. OLE color: 9887003.
HSL color Cylindrical-coordinate representation of color #1BDD96: hue angle of 158.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDD96 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 150 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.13 |
| HSL | 158.04º | 0.78% | 0.49% | - |
| HSV(B) | 158.04º | 0.88% | 0.87% | - |
| XYZ | 31.81 | 54.15 | 37.63 | - |
| YUV | 154.9 | 125.23 | 36.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 150 | 0.88 | 0 | 0.32 | 0.13 | 158.04 | 0.78 | 0.49 |
| Hex | 1B | DD | 96 | 58 | 0 | 20 | D | 9E | 4E | 31 |
| Octal | 33 | 335 | 226 | 130 | 0 | 40 | 15 | 236 | 116 | 61 |
| Binary | 11011 | 11011101 | 10010110 | 1011000 | 0 | 100000 | 1101 | 10011110 | 1001110 | 110001 |
Color Harmonies of #1BDD96
Complementary color
Monochromatic Colors of #1BDD96
Black with #1BDD96
Text Example
Text Example
White with #1BDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD96; }
p { color: rgb(27,221,150); }
H1.HeaderClassName
{
color: #1BDD96;
}
.AnyTagClassName
{
color: #1BDD96;
}
</style>
background-color css
<style>
a { background-color: #1BDD96; }
a { background-color: rgb(27,221,150); }
div.DivClassName
{
background-color: #1BDD96;
}
.BgClassName
{
background-color: #1BDD96;
}
</style>
border-color css
<style>
span { border-color: #1BDD96; }
span { border-color: rgb(27,221,150); }
td.TdClassName
{
border-color: #1BDD96;
}
.TagClassName
{
border-color: #1BDD96;
}
</style>