Shades of Shamrock #1BE08C
Tints of Shamrock #1BE08C
RGB
CMYK
RGB Variations
Color information
#1BE08C (or 0x1BE08C) is known color: Shamrock. HEX triplet: 1B, E0 and 8C. RGB value is (27,224,140). Sum of RGB (Red+Green+Blue) = 27+224+140=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE08C is #E41F73. Grayscale: #9B9B9B. Windows color (decimal): -14950260 or 9232411. OLE color: 9232411.
HSL color Cylindrical-coordinate representation of color #1BE08C: hue angle of 154.42º 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 #1BE08C is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 224 | 140 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.12 |
| HSL | 154.42º | 0.78% | 0.49% | - |
| HSV(B) | 154.42º | 0.88% | 0.88% | - |
| XYZ | 31.84 | 55.44 | 33.83 | - |
| YUV | 155.52 | 119.23 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 140 | 0.88 | 0 | 0.38 | 0.12 | 154.42 | 0.78 | 0.49 |
| Hex | 1B | E0 | 8C | 58 | 0 | 26 | C | 9A | 4E | 31 |
| Octal | 33 | 340 | 214 | 130 | 0 | 46 | 14 | 232 | 116 | 61 |
| Binary | 11011 | 11100000 | 10001100 | 1011000 | 0 | 100110 | 1100 | 10011010 | 1001110 | 110001 |
Color Harmonies of #1BE08C
Complementary color
Monochromatic Colors of #1BE08C
Black with #1BE08C
Text Example
Text Example
White with #1BE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE08C; }
p { color: rgb(27,224,140); }
H1.HeaderClassName
{
color: #1BE08C;
}
.AnyTagClassName
{
color: #1BE08C;
}
</style>
background-color css
<style>
a { background-color: #1BE08C; }
a { background-color: rgb(27,224,140); }
div.DivClassName
{
background-color: #1BE08C;
}
.BgClassName
{
background-color: #1BE08C;
}
</style>
border-color css
<style>
span { border-color: #1BE08C; }
span { border-color: rgb(27,224,140); }
td.TdClassName
{
border-color: #1BE08C;
}
.TagClassName
{
border-color: #1BE08C;
}
</style>