Shades of Shamrock #1BE49B
Tints of Shamrock #1BE49B
RGB
CMYK
RGB Variations
Color information
#1BE49B (or 0x1BE49B) is known color: Shamrock. HEX triplet: 1B, E4 and 9B. RGB value is (27,228,155). Sum of RGB (Red+Green+Blue) = 27+228+155=410 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.59% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #1BE49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE49B is #E41B64. Grayscale: #9F9F9F. Windows color (decimal): -14949221 or 10216475. OLE color: 10216475.
HSL color Cylindrical-coordinate representation of color #1BE49B: hue angle of 158.21º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE49B is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 228 | 155 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.11 |
| HSL | 158.21º | 0.79% | 0.5% | - |
| HSV(B) | 158.21º | 0.88% | 0.89% | - |
| XYZ | 34.11 | 58.09 | 40.42 | - |
| YUV | 159.58 | 125.41 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 228 | 155 | 0.88 | 0 | 0.32 | 0.11 | 158.21 | 0.79 | 0.5 |
| Hex | 1B | E4 | 9B | 58 | 0 | 20 | B | 9E | 4F | 32 |
| Octal | 33 | 344 | 233 | 130 | 0 | 40 | 13 | 236 | 117 | 62 |
| Binary | 11011 | 11100100 | 10011011 | 1011000 | 0 | 100000 | 1011 | 10011110 | 1001111 | 110010 |
Color Harmonies of #1BE49B
Complementary color
Monochromatic Colors of #1BE49B
Black with #1BE49B
Text Example
Text Example
White with #1BE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE49B; }
p { color: rgb(27,228,155); }
H1.HeaderClassName
{
color: #1BE49B;
}
.AnyTagClassName
{
color: #1BE49B;
}
</style>
background-color css
<style>
a { background-color: #1BE49B; }
a { background-color: rgb(27,228,155); }
div.DivClassName
{
background-color: #1BE49B;
}
.BgClassName
{
background-color: #1BE49B;
}
</style>
border-color css
<style>
span { border-color: #1BE49B; }
span { border-color: rgb(27,228,155); }
td.TdClassName
{
border-color: #1BE49B;
}
.TagClassName
{
border-color: #1BE49B;
}
</style>