Shades of Shamrock #1CD580
Tints of Shamrock #1CD580
RGB
CMYK
RGB Variations
Color information
#1CD580 (or 0x1CD580) is known color: Shamrock. HEX triplet: 1C, D5 and 80. RGB value is (28,213,128). Sum of RGB (Red+Green+Blue) = 28+213+128=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #1CD580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD580 is #E32A7F. Grayscale: #949494. Windows color (decimal): -14887552 or 8443164. OLE color: 8443164.
HSL color Cylindrical-coordinate representation of color #1CD580: hue angle of 152.43º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD580 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 213 | 128 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.16 |
| HSL | 152.43º | 0.77% | 0.47% | - |
| HSV(B) | 152.43º | 0.87% | 0.84% | - |
| XYZ | 28.17 | 49.39 | 28.47 | - |
| YUV | 148 | 116.71 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 213 | 128 | 0.87 | 0 | 0.40 | 0.16 | 152.43 | 0.77 | 0.47 |
| Hex | 1C | D5 | 80 | 57 | 0 | 28 | 10 | 98 | 4D | 2F |
| Octal | 34 | 325 | 200 | 127 | 0 | 50 | 20 | 230 | 115 | 57 |
| Binary | 11100 | 11010101 | 10000000 | 1010111 | 0 | 101000 | 10000 | 10011000 | 1001101 | 101111 |
Color Harmonies of #1CD580
Complementary color
Monochromatic Colors of #1CD580
Black with #1CD580
Text Example
Text Example
White with #1CD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD580; }
p { color: rgb(28,213,128); }
H1.HeaderClassName
{
color: #1CD580;
}
.AnyTagClassName
{
color: #1CD580;
}
</style>
background-color css
<style>
a { background-color: #1CD580; }
a { background-color: rgb(28,213,128); }
div.DivClassName
{
background-color: #1CD580;
}
.BgClassName
{
background-color: #1CD580;
}
</style>
border-color css
<style>
span { border-color: #1CD580; }
span { border-color: rgb(28,213,128); }
td.TdClassName
{
border-color: #1CD580;
}
.TagClassName
{
border-color: #1CD580;
}
</style>