Shades of Shamrock #1CC69B
Tints of Shamrock #1CC69B
RGB
CMYK
RGB Variations
Color information
#1CC69B (or 0x1CC69B) is known color: Shamrock. HEX triplet: 1C, C6 and 9B. RGB value is (28,198,155). Sum of RGB (Red+Green+Blue) = 28+198+155=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC69B is #E33964. Grayscale: #8E8E8E. Windows color (decimal): -14891365 or 10208796. OLE color: 10208796.
HSL color Cylindrical-coordinate representation of color #1CC69B: hue angle of 164.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC69B is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 155 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.22 |
| HSL | 164.82º | 0.75% | 0.44% | - |
| HSV(B) | 164.82º | 0.86% | 0.78% | - |
| XYZ | 26.59 | 43 | 37.91 | - |
| YUV | 142.27 | 135.18 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 155 | 0.86 | 0 | 0.22 | 0.22 | 164.82 | 0.75 | 0.44 |
| Hex | 1C | C6 | 9B | 56 | 0 | 16 | 16 | A5 | 4B | 2C |
| Octal | 34 | 306 | 233 | 126 | 0 | 26 | 26 | 245 | 113 | 54 |
| Binary | 11100 | 11000110 | 10011011 | 1010110 | 0 | 10110 | 10110 | 10100101 | 1001011 | 101100 |
Color Harmonies of #1CC69B
Complementary color
Monochromatic Colors of #1CC69B
Black with #1CC69B
Text Example
Text Example
White with #1CC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC69B; }
p { color: rgb(28,198,155); }
H1.HeaderClassName
{
color: #1CC69B;
}
.AnyTagClassName
{
color: #1CC69B;
}
</style>
background-color css
<style>
a { background-color: #1CC69B; }
a { background-color: rgb(28,198,155); }
div.DivClassName
{
background-color: #1CC69B;
}
.BgClassName
{
background-color: #1CC69B;
}
</style>
border-color css
<style>
span { border-color: #1CC69B; }
span { border-color: rgb(28,198,155); }
td.TdClassName
{
border-color: #1CC69B;
}
.TagClassName
{
border-color: #1CC69B;
}
</style>