Shades of Shamrock #1FC69B
Tints of Shamrock #1FC69B
RGB
CMYK
RGB Variations
Color information
#1FC69B (or 0x1FC69B) is known color: Shamrock. HEX triplet: 1F, C6 and 9B. RGB value is (31,198,155). Sum of RGB (Red+Green+Blue) = 31+198+155=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC69B is #E03964. Grayscale: #8F8F8F. Windows color (decimal): -14694757 or 10208799. OLE color: 10208799.
HSL color Cylindrical-coordinate representation of color #1FC69B: hue angle of 164.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC69B is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 198 | 155 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.22 |
| HSL | 164.55º | 0.73% | 0.45% | - |
| HSV(B) | 164.55º | 0.84% | 0.78% | - |
| XYZ | 26.68 | 43.05 | 37.91 | - |
| YUV | 143.17 | 134.67 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 155 | 0.84 | 0 | 0.22 | 0.22 | 164.55 | 0.73 | 0.45 |
| Hex | 1F | C6 | 9B | 54 | 0 | 16 | 16 | A5 | 49 | 2D |
| Octal | 37 | 306 | 233 | 124 | 0 | 26 | 26 | 245 | 111 | 55 |
| Binary | 11111 | 11000110 | 10011011 | 1010100 | 0 | 10110 | 10110 | 10100101 | 1001001 | 101101 |
Color Harmonies of #1FC69B
Complementary color
Monochromatic Colors of #1FC69B
Black with #1FC69B
Text Example
Text Example
White with #1FC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC69B; }
p { color: rgb(31,198,155); }
H1.HeaderClassName
{
color: #1FC69B;
}
.AnyTagClassName
{
color: #1FC69B;
}
</style>
background-color css
<style>
a { background-color: #1FC69B; }
a { background-color: rgb(31,198,155); }
div.DivClassName
{
background-color: #1FC69B;
}
.BgClassName
{
background-color: #1FC69B;
}
</style>
border-color css
<style>
span { border-color: #1FC69B; }
span { border-color: rgb(31,198,155); }
td.TdClassName
{
border-color: #1FC69B;
}
.TagClassName
{
border-color: #1FC69B;
}
</style>