Shades of Shamrock #1BD09B
Tints of Shamrock #1BD09B
RGB
CMYK
RGB Variations
Color information
#1BD09B (or 0x1BD09B) is known color: Shamrock. HEX triplet: 1B, D0 and 9B. RGB value is (27,208,155). Sum of RGB (Red+Green+Blue) = 27+208+155=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD09B is #E42F64. Grayscale: #939393. Windows color (decimal): -14954341 or 10211355. OLE color: 10211355.
HSL color Cylindrical-coordinate representation of color #1BD09B: hue angle of 162.43º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD09B is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 208 | 155 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.18 |
| HSL | 162.43º | 0.77% | 0.46% | - |
| HSV(B) | 162.43º | 0.87% | 0.82% | - |
| XYZ | 28.92 | 47.71 | 38.7 | - |
| YUV | 147.84 | 132.03 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 208 | 155 | 0.87 | 0 | 0.25 | 0.18 | 162.43 | 0.77 | 0.46 |
| Hex | 1B | D0 | 9B | 57 | 0 | 19 | 12 | A2 | 4D | 2E |
| Octal | 33 | 320 | 233 | 127 | 0 | 31 | 22 | 242 | 115 | 56 |
| Binary | 11011 | 11010000 | 10011011 | 1010111 | 0 | 11001 | 10010 | 10100010 | 1001101 | 101110 |
Color Harmonies of #1BD09B
Complementary color
Monochromatic Colors of #1BD09B
Black with #1BD09B
Text Example
Text Example
White with #1BD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD09B; }
p { color: rgb(27,208,155); }
H1.HeaderClassName
{
color: #1BD09B;
}
.AnyTagClassName
{
color: #1BD09B;
}
</style>
background-color css
<style>
a { background-color: #1BD09B; }
a { background-color: rgb(27,208,155); }
div.DivClassName
{
background-color: #1BD09B;
}
.BgClassName
{
background-color: #1BD09B;
}
</style>
border-color css
<style>
span { border-color: #1BD09B; }
span { border-color: rgb(27,208,155); }
td.TdClassName
{
border-color: #1BD09B;
}
.TagClassName
{
border-color: #1BD09B;
}
</style>