Shades of Shamrock #1BE08B
Tints of Shamrock #1BE08B
RGB
CMYK
RGB Variations
Color information
#1BE08B (or 0x1BE08B) is known color: Shamrock. HEX triplet: 1B, E0 and 8B. RGB value is (27,224,139). Sum of RGB (Red+Green+Blue) = 27+224+139=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE08B is #E41F74. Grayscale: #9B9B9B. Windows color (decimal): -14950261 or 9166875. OLE color: 9166875.
HSL color Cylindrical-coordinate representation of color #1BE08B: hue angle of 154.11º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE08B is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 224 | 139 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.12 |
| HSL | 154.11º | 0.78% | 0.49% | - |
| HSV(B) | 154.11º | 0.88% | 0.88% | - |
| XYZ | 31.77 | 55.41 | 33.45 | - |
| YUV | 155.41 | 118.73 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 139 | 0.88 | 0 | 0.38 | 0.12 | 154.11 | 0.78 | 0.49 |
| Hex | 1B | E0 | 8B | 58 | 0 | 26 | C | 9A | 4E | 31 |
| Octal | 33 | 340 | 213 | 130 | 0 | 46 | 14 | 232 | 116 | 61 |
| Binary | 11011 | 11100000 | 10001011 | 1011000 | 0 | 100110 | 1100 | 10011010 | 1001110 | 110001 |
Color Harmonies of #1BE08B
Complementary color
Monochromatic Colors of #1BE08B
Black with #1BE08B
Text Example
Text Example
White with #1BE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE08B; }
p { color: rgb(27,224,139); }
H1.HeaderClassName
{
color: #1BE08B;
}
.AnyTagClassName
{
color: #1BE08B;
}
</style>
background-color css
<style>
a { background-color: #1BE08B; }
a { background-color: rgb(27,224,139); }
div.DivClassName
{
background-color: #1BE08B;
}
.BgClassName
{
background-color: #1BE08B;
}
</style>
border-color css
<style>
span { border-color: #1BE08B; }
span { border-color: rgb(27,224,139); }
td.TdClassName
{
border-color: #1BE08B;
}
.TagClassName
{
border-color: #1BE08B;
}
</style>