Shades of Shamrock #1CD098
Tints of Shamrock #1CD098
RGB
CMYK
RGB Variations
Color information
#1CD098 (or 0x1CD098) is known color: Shamrock. HEX triplet: 1C, D0 and 98. RGB value is (28,208,152). Sum of RGB (Red+Green+Blue) = 28+208+152=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD098 is #E32F67. Grayscale: #939393. Windows color (decimal): -14888808 or 10014748. OLE color: 10014748.
HSL color Cylindrical-coordinate representation of color #1CD098: hue angle of 161.33º degrees, saturation: 0.76, 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 #1CD098 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 208 | 152 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.18 |
| HSL | 161.33º | 0.76% | 0.46% | - |
| HSV(B) | 161.33º | 0.87% | 0.82% | - |
| XYZ | 28.7 | 47.63 | 37.39 | - |
| YUV | 147.8 | 130.37 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 208 | 152 | 0.87 | 0 | 0.27 | 0.18 | 161.33 | 0.76 | 0.46 |
| Hex | 1C | D0 | 98 | 57 | 0 | 1B | 12 | A1 | 4C | 2E |
| Octal | 34 | 320 | 230 | 127 | 0 | 33 | 22 | 241 | 114 | 56 |
| Binary | 11100 | 11010000 | 10011000 | 1010111 | 0 | 11011 | 10010 | 10100001 | 1001100 | 101110 |
Color Harmonies of #1CD098
Complementary color
Monochromatic Colors of #1CD098
Black with #1CD098
Text Example
Text Example
White with #1CD098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD098; }
p { color: rgb(28,208,152); }
H1.HeaderClassName
{
color: #1CD098;
}
.AnyTagClassName
{
color: #1CD098;
}
</style>
background-color css
<style>
a { background-color: #1CD098; }
a { background-color: rgb(28,208,152); }
div.DivClassName
{
background-color: #1CD098;
}
.BgClassName
{
background-color: #1CD098;
}
</style>
border-color css
<style>
span { border-color: #1CD098; }
span { border-color: rgb(28,208,152); }
td.TdClassName
{
border-color: #1CD098;
}
.TagClassName
{
border-color: #1CD098;
}
</style>