Shades of Shamrock #1BDA93
Tints of Shamrock #1BDA93
RGB
CMYK
RGB Variations
Color information
#1BDA93 (or 0x1BDA93) is known color: Shamrock. HEX triplet: 1B, DA and 93. RGB value is (27,218,147). Sum of RGB (Red+Green+Blue) = 27+218+147=392 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.89% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDA93 is #E4256C. Grayscale: #989898. Windows color (decimal): -14951789 or 9689627. OLE color: 9689627.
HSL color Cylindrical-coordinate representation of color #1BDA93: hue angle of 157.7º 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 #1BDA93 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 147 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.15 |
| HSL | 157.7º | 0.78% | 0.48% | - |
| HSV(B) | 157.7º | 0.88% | 0.85% | - |
| XYZ | 30.79 | 52.48 | 36.11 | - |
| YUV | 152.8 | 124.72 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 147 | 0.88 | 0 | 0.33 | 0.15 | 157.7 | 0.78 | 0.48 |
| Hex | 1B | DA | 93 | 58 | 0 | 21 | F | 9E | 4E | 30 |
| Octal | 33 | 332 | 223 | 130 | 0 | 41 | 17 | 236 | 116 | 60 |
| Binary | 11011 | 11011010 | 10010011 | 1011000 | 0 | 100001 | 1111 | 10011110 | 1001110 | 110000 |
Color Harmonies of #1BDA93
Complementary color
Monochromatic Colors of #1BDA93
Black with #1BDA93
Text Example
Text Example
White with #1BDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA93; }
p { color: rgb(27,218,147); }
H1.HeaderClassName
{
color: #1BDA93;
}
.AnyTagClassName
{
color: #1BDA93;
}
</style>
background-color css
<style>
a { background-color: #1BDA93; }
a { background-color: rgb(27,218,147); }
div.DivClassName
{
background-color: #1BDA93;
}
.BgClassName
{
background-color: #1BDA93;
}
</style>
border-color css
<style>
span { border-color: #1BDA93; }
span { border-color: rgb(27,218,147); }
td.TdClassName
{
border-color: #1BDA93;
}
.TagClassName
{
border-color: #1BDA93;
}
</style>