Shades of Shamrock #1CDFA8
Tints of Shamrock #1CDFA8
RGB
CMYK
RGB Variations
Color information
#1CDFA8 (or 0x1CDFA8) is known color: Shamrock. HEX triplet: 1C, DF and A8. RGB value is (28,223,168). Sum of RGB (Red+Green+Blue) = 28+223+168=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDFA8 is #E32057. Grayscale: #9E9E9E. Windows color (decimal): -14884952 or 11067164. OLE color: 11067164.
HSL color Cylindrical-coordinate representation of color #1CDFA8: hue angle of 163.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 #1CDFA8 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 168 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.13 |
| HSL | 163.08º | 0.78% | 0.49% | - |
| HSV(B) | 163.08º | 0.87% | 0.87% | - |
| XYZ | 33.93 | 55.85 | 46.04 | - |
| YUV | 158.43 | 133.4 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 168 | 0.87 | 0 | 0.25 | 0.13 | 163.08 | 0.78 | 0.49 |
| Hex | 1C | DF | A8 | 57 | 0 | 19 | D | A3 | 4E | 31 |
| Octal | 34 | 337 | 250 | 127 | 0 | 31 | 15 | 243 | 116 | 61 |
| Binary | 11100 | 11011111 | 10101000 | 1010111 | 0 | 11001 | 1101 | 10100011 | 1001110 | 110001 |
Color Harmonies of #1CDFA8
Complementary color
Monochromatic Colors of #1CDFA8
Black with #1CDFA8
Text Example
Text Example
White with #1CDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFA8; }
p { color: rgb(28,223,168); }
H1.HeaderClassName
{
color: #1CDFA8;
}
.AnyTagClassName
{
color: #1CDFA8;
}
</style>
background-color css
<style>
a { background-color: #1CDFA8; }
a { background-color: rgb(28,223,168); }
div.DivClassName
{
background-color: #1CDFA8;
}
.BgClassName
{
background-color: #1CDFA8;
}
</style>
border-color css
<style>
span { border-color: #1CDFA8; }
span { border-color: rgb(28,223,168); }
td.TdClassName
{
border-color: #1CDFA8;
}
.TagClassName
{
border-color: #1CDFA8;
}
</style>