Shades of Shamrock #1CDA96
Tints of Shamrock #1CDA96
RGB
CMYK
RGB Variations
Color information
#1CDA96 (or 0x1CDA96) is known color: Shamrock. HEX triplet: 1C, DA and 96. RGB value is (28,218,150). Sum of RGB (Red+Green+Blue) = 28+218+150=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDA96 is #E32569. Grayscale: #999999. Windows color (decimal): -14886250 or 9886236. OLE color: 9886236.
HSL color Cylindrical-coordinate representation of color #1CDA96: hue angle of 158.53º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDA96 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 218 | 150 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.15 |
| HSL | 158.53º | 0.77% | 0.48% | - |
| HSV(B) | 158.53º | 0.87% | 0.85% | - |
| XYZ | 31.06 | 52.59 | 37.37 | - |
| YUV | 153.44 | 126.05 | 38.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 150 | 0.87 | 0 | 0.31 | 0.15 | 158.53 | 0.77 | 0.48 |
| Hex | 1C | DA | 96 | 57 | 0 | 1F | F | 9F | 4D | 30 |
| Octal | 34 | 332 | 226 | 127 | 0 | 37 | 17 | 237 | 115 | 60 |
| Binary | 11100 | 11011010 | 10010110 | 1010111 | 0 | 11111 | 1111 | 10011111 | 1001101 | 110000 |
Color Harmonies of #1CDA96
Complementary color
Monochromatic Colors of #1CDA96
Black with #1CDA96
Text Example
Text Example
White with #1CDA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDA96; }
p { color: rgb(28,218,150); }
H1.HeaderClassName
{
color: #1CDA96;
}
.AnyTagClassName
{
color: #1CDA96;
}
</style>
background-color css
<style>
a { background-color: #1CDA96; }
a { background-color: rgb(28,218,150); }
div.DivClassName
{
background-color: #1CDA96;
}
.BgClassName
{
background-color: #1CDA96;
}
</style>
border-color css
<style>
span { border-color: #1CDA96; }
span { border-color: rgb(28,218,150); }
td.TdClassName
{
border-color: #1CDA96;
}
.TagClassName
{
border-color: #1CDA96;
}
</style>