Shades of Shamrock #1BC99D
Tints of Shamrock #1BC99D
RGB
CMYK
RGB Variations
Color information
#1BC99D (or 0x1BC99D) is known color: Shamrock. HEX triplet: 1B, C9 and 9D. RGB value is (27,201,157). Sum of RGB (Red+Green+Blue) = 27+201+157=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC99D is #E43662. Grayscale: #8F8F8F. Windows color (decimal): -14956131 or 10340635. OLE color: 10340635.
HSL color Cylindrical-coordinate representation of color #1BC99D: hue angle of 164.83º 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 #1BC99D is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 157 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.21 |
| HSL | 164.83º | 0.76% | 0.45% | - |
| HSV(B) | 164.83º | 0.87% | 0.79% | - |
| XYZ | 27.42 | 44.44 | 39.03 | - |
| YUV | 143.96 | 135.35 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 157 | 0.87 | 0 | 0.22 | 0.21 | 164.83 | 0.76 | 0.45 |
| Hex | 1B | C9 | 9D | 57 | 0 | 16 | 15 | A5 | 4C | 2D |
| Octal | 33 | 311 | 235 | 127 | 0 | 26 | 25 | 245 | 114 | 55 |
| Binary | 11011 | 11001001 | 10011101 | 1010111 | 0 | 10110 | 10101 | 10100101 | 1001100 | 101101 |
Color Harmonies of #1BC99D
Complementary color
Monochromatic Colors of #1BC99D
Black with #1BC99D
Text Example
Text Example
White with #1BC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC99D; }
p { color: rgb(27,201,157); }
H1.HeaderClassName
{
color: #1BC99D;
}
.AnyTagClassName
{
color: #1BC99D;
}
</style>
background-color css
<style>
a { background-color: #1BC99D; }
a { background-color: rgb(27,201,157); }
div.DivClassName
{
background-color: #1BC99D;
}
.BgClassName
{
background-color: #1BC99D;
}
</style>
border-color css
<style>
span { border-color: #1BC99D; }
span { border-color: rgb(27,201,157); }
td.TdClassName
{
border-color: #1BC99D;
}
.TagClassName
{
border-color: #1BC99D;
}
</style>