Shades of Shamrock #1CE182
Tints of Shamrock #1CE182
RGB
CMYK
RGB Variations
Color information
#1CE182 (or 0x1CE182) is known color: Shamrock. HEX triplet: 1C, E1 and 82. RGB value is (28,225,130). Sum of RGB (Red+Green+Blue) = 28+225+130=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE182 is #E31E7D. Grayscale: #9B9B9B. Windows color (decimal): -14884478 or 8577308. OLE color: 8577308.
HSL color Cylindrical-coordinate representation of color #1CE182: hue angle of 151.07º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE182 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 130 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.12 |
| HSL | 151.07º | 0.78% | 0.5% | - |
| HSV(B) | 151.07º | 0.88% | 0.88% | - |
| XYZ | 31.43 | 55.71 | 30.22 | - |
| YUV | 155.27 | 113.73 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 130 | 0.88 | 0 | 0.42 | 0.12 | 151.07 | 0.78 | 0.5 |
| Hex | 1C | E1 | 82 | 58 | 0 | 2A | C | 97 | 4E | 32 |
| Octal | 34 | 341 | 202 | 130 | 0 | 52 | 14 | 227 | 116 | 62 |
| Binary | 11100 | 11100001 | 10000010 | 1011000 | 0 | 101010 | 1100 | 10010111 | 1001110 | 110010 |
Color Harmonies of #1CE182
Complementary color
Monochromatic Colors of #1CE182
Black with #1CE182
Text Example
Text Example
White with #1CE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE182; }
p { color: rgb(28,225,130); }
H1.HeaderClassName
{
color: #1CE182;
}
.AnyTagClassName
{
color: #1CE182;
}
</style>
background-color css
<style>
a { background-color: #1CE182; }
a { background-color: rgb(28,225,130); }
div.DivClassName
{
background-color: #1CE182;
}
.BgClassName
{
background-color: #1CE182;
}
</style>
border-color css
<style>
span { border-color: #1CE182; }
span { border-color: rgb(28,225,130); }
td.TdClassName
{
border-color: #1CE182;
}
.TagClassName
{
border-color: #1CE182;
}
</style>