Shades of Shamrock #1CDFA1
Tints of Shamrock #1CDFA1
RGB
CMYK
RGB Variations
Color information
#1CDFA1 (or 0x1CDFA1) is known color: Shamrock. HEX triplet: 1C, DF and A1. RGB value is (28,223,161). Sum of RGB (Red+Green+Blue) = 28+223+161=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDFA1 is #E3205E. Grayscale: #9D9D9D. Windows color (decimal): -14884959 or 10608412. OLE color: 10608412.
HSL color Cylindrical-coordinate representation of color #1CDFA1: hue angle of 160.92º 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 #1CDFA1 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 161 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.13 |
| HSL | 160.92º | 0.78% | 0.49% | - |
| HSV(B) | 160.92º | 0.87% | 0.87% | - |
| XYZ | 33.3 | 55.6 | 42.69 | - |
| YUV | 157.63 | 129.9 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 161 | 0.87 | 0 | 0.28 | 0.13 | 160.92 | 0.78 | 0.49 |
| Hex | 1C | DF | A1 | 57 | 0 | 1C | D | A1 | 4E | 31 |
| Octal | 34 | 337 | 241 | 127 | 0 | 34 | 15 | 241 | 116 | 61 |
| Binary | 11100 | 11011111 | 10100001 | 1010111 | 0 | 11100 | 1101 | 10100001 | 1001110 | 110001 |
Color Harmonies of #1CDFA1
Complementary color
Monochromatic Colors of #1CDFA1
Black with #1CDFA1
Text Example
Text Example
White with #1CDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFA1; }
p { color: rgb(28,223,161); }
H1.HeaderClassName
{
color: #1CDFA1;
}
.AnyTagClassName
{
color: #1CDFA1;
}
</style>
background-color css
<style>
a { background-color: #1CDFA1; }
a { background-color: rgb(28,223,161); }
div.DivClassName
{
background-color: #1CDFA1;
}
.BgClassName
{
background-color: #1CDFA1;
}
</style>
border-color css
<style>
span { border-color: #1CDFA1; }
span { border-color: rgb(28,223,161); }
td.TdClassName
{
border-color: #1CDFA1;
}
.TagClassName
{
border-color: #1CDFA1;
}
</style>