Shades of Shamrock #1CE08B
Tints of Shamrock #1CE08B
RGB
CMYK
RGB Variations
Color information
#1CE08B (or 0x1CE08B) is known color: Shamrock. HEX triplet: 1C, E0 and 8B. RGB value is (28,224,139). Sum of RGB (Red+Green+Blue) = 28+224+139=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE08B is #E31F74. Grayscale: #9B9B9B. Windows color (decimal): -14884725 or 9166876. OLE color: 9166876.
HSL color Cylindrical-coordinate representation of color #1CE08B: hue angle of 153.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE08B is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 139 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.12 |
| HSL | 153.98º | 0.78% | 0.49% | - |
| HSV(B) | 153.98º | 0.88% | 0.88% | - |
| XYZ | 31.79 | 55.42 | 33.45 | - |
| YUV | 155.71 | 118.57 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 139 | 0.88 | 0 | 0.38 | 0.12 | 153.98 | 0.78 | 0.49 |
| Hex | 1C | E0 | 8B | 58 | 0 | 26 | C | 9A | 4E | 31 |
| Octal | 34 | 340 | 213 | 130 | 0 | 46 | 14 | 232 | 116 | 61 |
| Binary | 11100 | 11100000 | 10001011 | 1011000 | 0 | 100110 | 1100 | 10011010 | 1001110 | 110001 |
Color Harmonies of #1CE08B
Complementary color
Monochromatic Colors of #1CE08B
Black with #1CE08B
Text Example
Text Example
White with #1CE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE08B; }
p { color: rgb(28,224,139); }
H1.HeaderClassName
{
color: #1CE08B;
}
.AnyTagClassName
{
color: #1CE08B;
}
</style>
background-color css
<style>
a { background-color: #1CE08B; }
a { background-color: rgb(28,224,139); }
div.DivClassName
{
background-color: #1CE08B;
}
.BgClassName
{
background-color: #1CE08B;
}
</style>
border-color css
<style>
span { border-color: #1CE08B; }
span { border-color: rgb(28,224,139); }
td.TdClassName
{
border-color: #1CE08B;
}
.TagClassName
{
border-color: #1CE08B;
}
</style>