Shades of Shamrock #1BE18A
Tints of Shamrock #1BE18A
RGB
CMYK
RGB Variations
Color information
#1BE18A (or 0x1BE18A) is known color: Shamrock. HEX triplet: 1B, E1 and 8A. RGB value is (27,225,138). Sum of RGB (Red+Green+Blue) = 27+225+138=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE18A is #E41E75. Grayscale: #9C9C9C. Windows color (decimal): -14950006 or 9101595. OLE color: 9101595.
HSL color Cylindrical-coordinate representation of color #1BE18A: hue angle of 153.64º degrees, saturation: 0.79, 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 #1BE18A is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 138 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.12 |
| HSL | 153.64º | 0.79% | 0.49% | - |
| HSV(B) | 153.64º | 0.88% | 0.88% | - |
| XYZ | 31.96 | 55.92 | 33.15 | - |
| YUV | 155.88 | 117.9 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 138 | 0.88 | 0 | 0.39 | 0.12 | 153.64 | 0.79 | 0.49 |
| Hex | 1B | E1 | 8A | 58 | 0 | 27 | C | 9A | 4F | 31 |
| Octal | 33 | 341 | 212 | 130 | 0 | 47 | 14 | 232 | 117 | 61 |
| Binary | 11011 | 11100001 | 10001010 | 1011000 | 0 | 100111 | 1100 | 10011010 | 1001111 | 110001 |
Color Harmonies of #1BE18A
Complementary color
Monochromatic Colors of #1BE18A
Black with #1BE18A
Text Example
Text Example
White with #1BE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE18A; }
p { color: rgb(27,225,138); }
H1.HeaderClassName
{
color: #1BE18A;
}
.AnyTagClassName
{
color: #1BE18A;
}
</style>
background-color css
<style>
a { background-color: #1BE18A; }
a { background-color: rgb(27,225,138); }
div.DivClassName
{
background-color: #1BE18A;
}
.BgClassName
{
background-color: #1BE18A;
}
</style>
border-color css
<style>
span { border-color: #1BE18A; }
span { border-color: rgb(27,225,138); }
td.TdClassName
{
border-color: #1BE18A;
}
.TagClassName
{
border-color: #1BE18A;
}
</style>