Shades of Shamrock #1BCD94
Tints of Shamrock #1BCD94
RGB
CMYK
RGB Variations
Color information
#1BCD94 (or 0x1BCD94) is known color: Shamrock. HEX triplet: 1B, CD and 94. RGB value is (27,205,148). Sum of RGB (Red+Green+Blue) = 27+205+148=380 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.11% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCD94 is #E4326B. Grayscale: #919191. Windows color (decimal): -14955116 or 9751835. OLE color: 9751835.
HSL color Cylindrical-coordinate representation of color #1BCD94: hue angle of 160.79º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD94 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 148 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.20 |
| HSL | 160.79º | 0.77% | 0.45% | - |
| HSV(B) | 160.79º | 0.87% | 0.8% | - |
| XYZ | 27.63 | 46.03 | 35.45 | - |
| YUV | 145.28 | 129.53 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 148 | 0.87 | 0 | 0.28 | 0.20 | 160.79 | 0.77 | 0.45 |
| Hex | 1B | CD | 94 | 57 | 0 | 1C | 14 | A1 | 4D | 2D |
| Octal | 33 | 315 | 224 | 127 | 0 | 34 | 24 | 241 | 115 | 55 |
| Binary | 11011 | 11001101 | 10010100 | 1010111 | 0 | 11100 | 10100 | 10100001 | 1001101 | 101101 |
Color Harmonies of #1BCD94
Complementary color
Monochromatic Colors of #1BCD94
Black with #1BCD94
Text Example
Text Example
White with #1BCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD94; }
p { color: rgb(27,205,148); }
H1.HeaderClassName
{
color: #1BCD94;
}
.AnyTagClassName
{
color: #1BCD94;
}
</style>
background-color css
<style>
a { background-color: #1BCD94; }
a { background-color: rgb(27,205,148); }
div.DivClassName
{
background-color: #1BCD94;
}
.BgClassName
{
background-color: #1BCD94;
}
</style>
border-color css
<style>
span { border-color: #1BCD94; }
span { border-color: rgb(27,205,148); }
td.TdClassName
{
border-color: #1BCD94;
}
.TagClassName
{
border-color: #1BCD94;
}
</style>