Shades of Shamrock #1BDC96
Tints of Shamrock #1BDC96
RGB
CMYK
RGB Variations
Color information
#1BDC96 (or 0x1BDC96) is known color: Shamrock. HEX triplet: 1B, DC and 96. RGB value is (27,220,150). Sum of RGB (Red+Green+Blue) = 27+220+150=397 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.80% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDC96 is #E42369. Grayscale: #9A9A9A. Windows color (decimal): -14951274 or 9886747. OLE color: 9886747.
HSL color Cylindrical-coordinate representation of color #1BDC96: hue angle of 158.24º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDC96 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 150 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.14 |
| HSL | 158.24º | 0.78% | 0.48% | - |
| HSV(B) | 158.24º | 0.88% | 0.86% | - |
| XYZ | 31.55 | 53.62 | 37.54 | - |
| YUV | 154.31 | 125.56 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 150 | 0.88 | 0 | 0.32 | 0.14 | 158.24 | 0.78 | 0.48 |
| Hex | 1B | DC | 96 | 58 | 0 | 20 | E | 9E | 4E | 30 |
| Octal | 33 | 334 | 226 | 130 | 0 | 40 | 16 | 236 | 116 | 60 |
| Binary | 11011 | 11011100 | 10010110 | 1011000 | 0 | 100000 | 1110 | 10011110 | 1001110 | 110000 |
Color Harmonies of #1BDC96
Complementary color
Monochromatic Colors of #1BDC96
Black with #1BDC96
Text Example
Text Example
White with #1BDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC96; }
p { color: rgb(27,220,150); }
H1.HeaderClassName
{
color: #1BDC96;
}
.AnyTagClassName
{
color: #1BDC96;
}
</style>
background-color css
<style>
a { background-color: #1BDC96; }
a { background-color: rgb(27,220,150); }
div.DivClassName
{
background-color: #1BDC96;
}
.BgClassName
{
background-color: #1BDC96;
}
</style>
border-color css
<style>
span { border-color: #1BDC96; }
span { border-color: rgb(27,220,150); }
td.TdClassName
{
border-color: #1BDC96;
}
.TagClassName
{
border-color: #1BDC96;
}
</style>