Shades of Shamrock #1BDD94
Tints of Shamrock #1BDD94
RGB
CMYK
RGB Variations
Color information
#1BDD94 (or 0x1BDD94) is known color: Shamrock. HEX triplet: 1B, DD and 94. RGB value is (27,221,148). Sum of RGB (Red+Green+Blue) = 27+221+148=396 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.82% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDD94 is #E4226B. Grayscale: #9A9A9A. Windows color (decimal): -14951020 or 9755931. OLE color: 9755931.
HSL color Cylindrical-coordinate representation of color #1BDD94: hue angle of 157.42º 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 #1BDD94 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 148 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.13 |
| HSL | 157.42º | 0.78% | 0.49% | - |
| HSV(B) | 157.42º | 0.88% | 0.87% | - |
| XYZ | 31.65 | 54.08 | 36.79 | - |
| YUV | 154.67 | 124.23 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 148 | 0.88 | 0 | 0.33 | 0.13 | 157.42 | 0.78 | 0.49 |
| Hex | 1B | DD | 94 | 58 | 0 | 21 | D | 9D | 4E | 31 |
| Octal | 33 | 335 | 224 | 130 | 0 | 41 | 15 | 235 | 116 | 61 |
| Binary | 11011 | 11011101 | 10010100 | 1011000 | 0 | 100001 | 1101 | 10011101 | 1001110 | 110001 |
Color Harmonies of #1BDD94
Complementary color
Monochromatic Colors of #1BDD94
Black with #1BDD94
Text Example
Text Example
White with #1BDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD94; }
p { color: rgb(27,221,148); }
H1.HeaderClassName
{
color: #1BDD94;
}
.AnyTagClassName
{
color: #1BDD94;
}
</style>
background-color css
<style>
a { background-color: #1BDD94; }
a { background-color: rgb(27,221,148); }
div.DivClassName
{
background-color: #1BDD94;
}
.BgClassName
{
background-color: #1BDD94;
}
</style>
border-color css
<style>
span { border-color: #1BDD94; }
span { border-color: rgb(27,221,148); }
td.TdClassName
{
border-color: #1BDD94;
}
.TagClassName
{
border-color: #1BDD94;
}
</style>