Shades of Shamrock #1BDF9E
Tints of Shamrock #1BDF9E
RGB
CMYK
RGB Variations
Color information
#1BDF9E (or 0x1BDF9E) is known color: Shamrock. HEX triplet: 1B, DF and 9E. RGB value is (27,223,158). Sum of RGB (Red+Green+Blue) = 27+223+158=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDF9E is #E42061. Grayscale: #9D9D9D. Windows color (decimal): -14950498 or 10411803. OLE color: 10411803.
HSL color Cylindrical-coordinate representation of color #1BDF9E: hue angle of 160.1º 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 #1BDF9E is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 158 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.13 |
| HSL | 160.1º | 0.78% | 0.49% | - |
| HSV(B) | 160.1º | 0.88% | 0.87% | - |
| XYZ | 33.01 | 55.48 | 41.32 | - |
| YUV | 156.99 | 128.57 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 158 | 0.88 | 0 | 0.29 | 0.13 | 160.1 | 0.78 | 0.49 |
| Hex | 1B | DF | 9E | 58 | 0 | 1D | D | A0 | 4E | 31 |
| Octal | 33 | 337 | 236 | 130 | 0 | 35 | 15 | 240 | 116 | 61 |
| Binary | 11011 | 11011111 | 10011110 | 1011000 | 0 | 11101 | 1101 | 10100000 | 1001110 | 110001 |
Color Harmonies of #1BDF9E
Complementary color
Monochromatic Colors of #1BDF9E
Black with #1BDF9E
Text Example
Text Example
White with #1BDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF9E; }
p { color: rgb(27,223,158); }
H1.HeaderClassName
{
color: #1BDF9E;
}
.AnyTagClassName
{
color: #1BDF9E;
}
</style>
background-color css
<style>
a { background-color: #1BDF9E; }
a { background-color: rgb(27,223,158); }
div.DivClassName
{
background-color: #1BDF9E;
}
.BgClassName
{
background-color: #1BDF9E;
}
</style>
border-color css
<style>
span { border-color: #1BDF9E; }
span { border-color: rgb(27,223,158); }
td.TdClassName
{
border-color: #1BDF9E;
}
.TagClassName
{
border-color: #1BDF9E;
}
</style>