Shades of Shamrock #1CC399
Tints of Shamrock #1CC399
RGB
CMYK
RGB Variations
Color information
#1CC399 (or 0x1CC399) is known color: Shamrock. HEX triplet: 1C, C3 and 99. RGB value is (28,195,153). Sum of RGB (Red+Green+Blue) = 28+195+153=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC399 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC399 is #E33C66. Grayscale: #8C8C8C. Windows color (decimal): -14892135 or 10076956. OLE color: 10076956.
HSL color Cylindrical-coordinate representation of color #1CC399: hue angle of 164.91º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC399 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 153 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.24 |
| HSL | 164.91º | 0.75% | 0.44% | - |
| HSV(B) | 164.91º | 0.86% | 0.76% | - |
| XYZ | 25.74 | 41.58 | 36.81 | - |
| YUV | 140.28 | 135.17 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 153 | 0.86 | 0 | 0.22 | 0.24 | 164.91 | 0.75 | 0.44 |
| Hex | 1C | C3 | 99 | 56 | 0 | 16 | 18 | A5 | 4B | 2C |
| Octal | 34 | 303 | 231 | 126 | 0 | 26 | 30 | 245 | 113 | 54 |
| Binary | 11100 | 11000011 | 10011001 | 1010110 | 0 | 10110 | 11000 | 10100101 | 1001011 | 101100 |
Color Harmonies of #1CC399
Complementary color
Monochromatic Colors of #1CC399
Black with #1CC399
Text Example
Text Example
White with #1CC399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC399; }
p { color: rgb(28,195,153); }
H1.HeaderClassName
{
color: #1CC399;
}
.AnyTagClassName
{
color: #1CC399;
}
</style>
background-color css
<style>
a { background-color: #1CC399; }
a { background-color: rgb(28,195,153); }
div.DivClassName
{
background-color: #1CC399;
}
.BgClassName
{
background-color: #1CC399;
}
</style>
border-color css
<style>
span { border-color: #1CC399; }
span { border-color: rgb(28,195,153); }
td.TdClassName
{
border-color: #1CC399;
}
.TagClassName
{
border-color: #1CC399;
}
</style>