Shades of Shamrock #1BD893
Tints of Shamrock #1BD893
RGB
CMYK
RGB Variations
Color information
#1BD893 (or 0x1BD893) is known color: Shamrock. HEX triplet: 1B, D8 and 93. RGB value is (27,216,147). Sum of RGB (Red+Green+Blue) = 27+216+147=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 216 (84.77% from 255 or 55.38% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD893 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD893 is #E4276C. Grayscale: #979797. Windows color (decimal): -14952301 or 9689115. OLE color: 9689115.
HSL color Cylindrical-coordinate representation of color #1BD893: hue angle of 158.1º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD893 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 216 | 147 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.15 |
| HSL | 158.1º | 0.78% | 0.48% | - |
| HSV(B) | 158.1º | 0.88% | 0.85% | - |
| XYZ | 30.27 | 51.45 | 35.94 | - |
| YUV | 151.62 | 125.38 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 216 | 147 | 0.88 | 0 | 0.32 | 0.15 | 158.1 | 0.78 | 0.48 |
| Hex | 1B | D8 | 93 | 58 | 0 | 20 | F | 9E | 4E | 30 |
| Octal | 33 | 330 | 223 | 130 | 0 | 40 | 17 | 236 | 116 | 60 |
| Binary | 11011 | 11011000 | 10010011 | 1011000 | 0 | 100000 | 1111 | 10011110 | 1001110 | 110000 |
Color Harmonies of #1BD893
Complementary color
Monochromatic Colors of #1BD893
Black with #1BD893
Text Example
Text Example
White with #1BD893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD893; }
p { color: rgb(27,216,147); }
H1.HeaderClassName
{
color: #1BD893;
}
.AnyTagClassName
{
color: #1BD893;
}
</style>
background-color css
<style>
a { background-color: #1BD893; }
a { background-color: rgb(27,216,147); }
div.DivClassName
{
background-color: #1BD893;
}
.BgClassName
{
background-color: #1BD893;
}
</style>
border-color css
<style>
span { border-color: #1BD893; }
span { border-color: rgb(27,216,147); }
td.TdClassName
{
border-color: #1BD893;
}
.TagClassName
{
border-color: #1BD893;
}
</style>