Shades of Shamrock #1BC99F
Tints of Shamrock #1BC99F
RGB
CMYK
RGB Variations
Color information
#1BC99F (or 0x1BC99F) is known color: Shamrock. HEX triplet: 1B, C9 and 9F. RGB value is (27,201,159). Sum of RGB (Red+Green+Blue) = 27+201+159=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC99F is #E43660. Grayscale: #909090. Windows color (decimal): -14956129 or 10471707. OLE color: 10471707.
HSL color Cylindrical-coordinate representation of color #1BC99F: hue angle of 165.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC99F is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 159 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.21 |
| HSL | 165.52º | 0.76% | 0.45% | - |
| HSV(B) | 165.52º | 0.87% | 0.79% | - |
| XYZ | 27.6 | 44.51 | 39.94 | - |
| YUV | 144.19 | 136.35 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 159 | 0.87 | 0 | 0.21 | 0.21 | 165.52 | 0.76 | 0.45 |
| Hex | 1B | C9 | 9F | 57 | 0 | 15 | 15 | A6 | 4C | 2D |
| Octal | 33 | 311 | 237 | 127 | 0 | 25 | 25 | 246 | 114 | 55 |
| Binary | 11011 | 11001001 | 10011111 | 1010111 | 0 | 10101 | 10101 | 10100110 | 1001100 | 101101 |
Color Harmonies of #1BC99F
Complementary color
Monochromatic Colors of #1BC99F
Black with #1BC99F
Text Example
Text Example
White with #1BC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC99F; }
p { color: rgb(27,201,159); }
H1.HeaderClassName
{
color: #1BC99F;
}
.AnyTagClassName
{
color: #1BC99F;
}
</style>
background-color css
<style>
a { background-color: #1BC99F; }
a { background-color: rgb(27,201,159); }
div.DivClassName
{
background-color: #1BC99F;
}
.BgClassName
{
background-color: #1BC99F;
}
</style>
border-color css
<style>
span { border-color: #1BC99F; }
span { border-color: rgb(27,201,159); }
td.TdClassName
{
border-color: #1BC99F;
}
.TagClassName
{
border-color: #1BC99F;
}
</style>