Shades of Shamrock #1CC99A
Tints of Shamrock #1CC99A
RGB
CMYK
RGB Variations
Color information
#1CC99A (or 0x1CC99A) is known color: Shamrock. HEX triplet: 1C, C9 and 9A. RGB value is (28,201,154). Sum of RGB (Red+Green+Blue) = 28+201+154=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC99A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC99A is #E33665. Grayscale: #8F8F8F. Windows color (decimal): -14890598 or 10144028. OLE color: 10144028.
HSL color Cylindrical-coordinate representation of color #1CC99A: hue angle of 163.7º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC99A is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 154 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.21 |
| HSL | 163.7º | 0.76% | 0.45% | - |
| HSV(B) | 163.7º | 0.86% | 0.79% | - |
| XYZ | 27.2 | 44.35 | 37.7 | - |
| YUV | 143.92 | 133.69 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 154 | 0.86 | 0 | 0.23 | 0.21 | 163.7 | 0.76 | 0.45 |
| Hex | 1C | C9 | 9A | 56 | 0 | 17 | 15 | A4 | 4C | 2D |
| Octal | 34 | 311 | 232 | 126 | 0 | 27 | 25 | 244 | 114 | 55 |
| Binary | 11100 | 11001001 | 10011010 | 1010110 | 0 | 10111 | 10101 | 10100100 | 1001100 | 101101 |
Color Harmonies of #1CC99A
Complementary color
Monochromatic Colors of #1CC99A
Black with #1CC99A
Text Example
Text Example
White with #1CC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC99A; }
p { color: rgb(28,201,154); }
H1.HeaderClassName
{
color: #1CC99A;
}
.AnyTagClassName
{
color: #1CC99A;
}
</style>
background-color css
<style>
a { background-color: #1CC99A; }
a { background-color: rgb(28,201,154); }
div.DivClassName
{
background-color: #1CC99A;
}
.BgClassName
{
background-color: #1CC99A;
}
</style>
border-color css
<style>
span { border-color: #1CC99A; }
span { border-color: rgb(28,201,154); }
td.TdClassName
{
border-color: #1CC99A;
}
.TagClassName
{
border-color: #1CC99A;
}
</style>