Shades of Shamrock #1CDF9B
Tints of Shamrock #1CDF9B
RGB
CMYK
RGB Variations
Color information
#1CDF9B (or 0x1CDF9B) is known color: Shamrock. HEX triplet: 1C, DF and 9B. RGB value is (28,223,155). Sum of RGB (Red+Green+Blue) = 28+223+155=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDF9B is #E32064. Grayscale: #9D9D9D. Windows color (decimal): -14884965 or 10215196. OLE color: 10215196.
HSL color Cylindrical-coordinate representation of color #1CDF9B: hue angle of 159.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDF9B is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 155 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.13 |
| HSL | 159.08º | 0.78% | 0.49% | - |
| HSV(B) | 159.08º | 0.87% | 0.87% | - |
| XYZ | 32.78 | 55.39 | 39.97 | - |
| YUV | 156.94 | 126.9 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 155 | 0.87 | 0 | 0.30 | 0.13 | 159.08 | 0.78 | 0.49 |
| Hex | 1C | DF | 9B | 57 | 0 | 1E | D | 9F | 4E | 31 |
| Octal | 34 | 337 | 233 | 127 | 0 | 36 | 15 | 237 | 116 | 61 |
| Binary | 11100 | 11011111 | 10011011 | 1010111 | 0 | 11110 | 1101 | 10011111 | 1001110 | 110001 |
Color Harmonies of #1CDF9B
Complementary color
Monochromatic Colors of #1CDF9B
Black with #1CDF9B
Text Example
Text Example
White with #1CDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDF9B; }
p { color: rgb(28,223,155); }
H1.HeaderClassName
{
color: #1CDF9B;
}
.AnyTagClassName
{
color: #1CDF9B;
}
</style>
background-color css
<style>
a { background-color: #1CDF9B; }
a { background-color: rgb(28,223,155); }
div.DivClassName
{
background-color: #1CDF9B;
}
.BgClassName
{
background-color: #1CDF9B;
}
</style>
border-color css
<style>
span { border-color: #1CDF9B; }
span { border-color: rgb(28,223,155); }
td.TdClassName
{
border-color: #1CDF9B;
}
.TagClassName
{
border-color: #1CDF9B;
}
</style>