Shades of Shamrock #1BE08A
Tints of Shamrock #1BE08A
RGB
CMYK
RGB Variations
Color information
#1BE08A (or 0x1BE08A) is known color: Shamrock. HEX triplet: 1B, E0 and 8A. RGB value is (27,224,138). Sum of RGB (Red+Green+Blue) = 27+224+138=389 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.94% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE08A is #E41F75. Grayscale: #9B9B9B. Windows color (decimal): -14950262 or 9101339. OLE color: 9101339.
HSL color Cylindrical-coordinate representation of color #1BE08A: hue angle of 153.81º 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 #1BE08A is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 224 | 138 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.12 |
| HSL | 153.81º | 0.78% | 0.49% | - |
| HSV(B) | 153.81º | 0.88% | 0.88% | - |
| XYZ | 31.7 | 55.38 | 33.06 | - |
| YUV | 155.29 | 118.23 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 138 | 0.88 | 0 | 0.38 | 0.12 | 153.81 | 0.78 | 0.49 |
| Hex | 1B | E0 | 8A | 58 | 0 | 26 | C | 9A | 4E | 31 |
| Octal | 33 | 340 | 212 | 130 | 0 | 46 | 14 | 232 | 116 | 61 |
| Binary | 11011 | 11100000 | 10001010 | 1011000 | 0 | 100110 | 1100 | 10011010 | 1001110 | 110001 |
Color Harmonies of #1BE08A
Complementary color
Monochromatic Colors of #1BE08A
Black with #1BE08A
Text Example
Text Example
White with #1BE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE08A; }
p { color: rgb(27,224,138); }
H1.HeaderClassName
{
color: #1BE08A;
}
.AnyTagClassName
{
color: #1BE08A;
}
</style>
background-color css
<style>
a { background-color: #1BE08A; }
a { background-color: rgb(27,224,138); }
div.DivClassName
{
background-color: #1BE08A;
}
.BgClassName
{
background-color: #1BE08A;
}
</style>
border-color css
<style>
span { border-color: #1BE08A; }
span { border-color: rgb(27,224,138); }
td.TdClassName
{
border-color: #1BE08A;
}
.TagClassName
{
border-color: #1BE08A;
}
</style>