Shades of Shamrock #1CE385
Tints of Shamrock #1CE385
RGB
CMYK
RGB Variations
Color information
#1CE385 (or 0x1CE385) is known color: Shamrock. HEX triplet: 1C, E3 and 85. RGB value is (28,227,133). Sum of RGB (Red+Green+Blue) = 28+227+133=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 227 (89.06% from 255 or 58.51% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 227 - color contains mainly: green. Hex color #1CE385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE385 is #E31C7A. Grayscale: #9C9C9C. Windows color (decimal): -14883963 or 8774428. OLE color: 8774428.
HSL color Cylindrical-coordinate representation of color #1CE385: hue angle of 151.66º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE385 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 227 | 133 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.11 |
| HSL | 151.66º | 0.78% | 0.5% | - |
| HSV(B) | 151.66º | 0.88% | 0.89% | - |
| XYZ | 32.18 | 56.88 | 31.47 | - |
| YUV | 156.78 | 114.57 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 227 | 133 | 0.88 | 0 | 0.41 | 0.11 | 151.66 | 0.78 | 0.5 |
| Hex | 1C | E3 | 85 | 58 | 0 | 29 | B | 98 | 4E | 32 |
| Octal | 34 | 343 | 205 | 130 | 0 | 51 | 13 | 230 | 116 | 62 |
| Binary | 11100 | 11100011 | 10000101 | 1011000 | 0 | 101001 | 1011 | 10011000 | 1001110 | 110010 |
Color Harmonies of #1CE385
Complementary color
Monochromatic Colors of #1CE385
Black with #1CE385
Text Example
Text Example
White with #1CE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE385; }
p { color: rgb(28,227,133); }
H1.HeaderClassName
{
color: #1CE385;
}
.AnyTagClassName
{
color: #1CE385;
}
</style>
background-color css
<style>
a { background-color: #1CE385; }
a { background-color: rgb(28,227,133); }
div.DivClassName
{
background-color: #1CE385;
}
.BgClassName
{
background-color: #1CE385;
}
</style>
border-color css
<style>
span { border-color: #1CE385; }
span { border-color: rgb(28,227,133); }
td.TdClassName
{
border-color: #1CE385;
}
.TagClassName
{
border-color: #1CE385;
}
</style>