Shades of Shamrock #1BCD92
Tints of Shamrock #1BCD92
RGB
CMYK
RGB Variations
Color information
#1BCD92 (or 0x1BCD92) is known color: Shamrock. HEX triplet: 1B, CD and 92. RGB value is (27,205,146). Sum of RGB (Red+Green+Blue) = 27+205+146=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCD92 is #E4326D. Grayscale: #919191. Windows color (decimal): -14955118 or 9620763. OLE color: 9620763.
HSL color Cylindrical-coordinate representation of color #1BCD92: hue angle of 160.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD92 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 146 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.20 |
| HSL | 160.11º | 0.77% | 0.45% | - |
| HSV(B) | 160.11º | 0.87% | 0.8% | - |
| XYZ | 27.47 | 45.97 | 34.62 | - |
| YUV | 145.05 | 128.53 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 146 | 0.87 | 0 | 0.29 | 0.20 | 160.11 | 0.77 | 0.45 |
| Hex | 1B | CD | 92 | 57 | 0 | 1D | 14 | A0 | 4D | 2D |
| Octal | 33 | 315 | 222 | 127 | 0 | 35 | 24 | 240 | 115 | 55 |
| Binary | 11011 | 11001101 | 10010010 | 1010111 | 0 | 11101 | 10100 | 10100000 | 1001101 | 101101 |
Color Harmonies of #1BCD92
Complementary color
Monochromatic Colors of #1BCD92
Black with #1BCD92
Text Example
Text Example
White with #1BCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD92; }
p { color: rgb(27,205,146); }
H1.HeaderClassName
{
color: #1BCD92;
}
.AnyTagClassName
{
color: #1BCD92;
}
</style>
background-color css
<style>
a { background-color: #1BCD92; }
a { background-color: rgb(27,205,146); }
div.DivClassName
{
background-color: #1BCD92;
}
.BgClassName
{
background-color: #1BCD92;
}
</style>
border-color css
<style>
span { border-color: #1BCD92; }
span { border-color: rgb(27,205,146); }
td.TdClassName
{
border-color: #1BCD92;
}
.TagClassName
{
border-color: #1BCD92;
}
</style>