Shades of Shamrock #1FCF98
Tints of Shamrock #1FCF98
RGB
CMYK
RGB Variations
Color information
#1FCF98 (or 0x1FCF98) is known color: Shamrock. HEX triplet: 1F, CF and 98. RGB value is (31,207,152). Sum of RGB (Red+Green+Blue) = 31+207+152=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCF98 is #E03067. Grayscale: #949494. Windows color (decimal): -14692456 or 10014495. OLE color: 10014495.
HSL color Cylindrical-coordinate representation of color #1FCF98: hue angle of 161.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF98 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 152 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.19 |
| HSL | 161.25º | 0.74% | 0.47% | - |
| HSV(B) | 161.25º | 0.85% | 0.81% | - |
| XYZ | 28.55 | 47.18 | 37.31 | - |
| YUV | 148.11 | 130.19 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 152 | 0.85 | 0 | 0.27 | 0.19 | 161.25 | 0.74 | 0.47 |
| Hex | 1F | CF | 98 | 55 | 0 | 1B | 13 | A1 | 4A | 2F |
| Octal | 37 | 317 | 230 | 125 | 0 | 33 | 23 | 241 | 112 | 57 |
| Binary | 11111 | 11001111 | 10011000 | 1010101 | 0 | 11011 | 10011 | 10100001 | 1001010 | 101111 |
Color Harmonies of #1FCF98
Complementary color
Monochromatic Colors of #1FCF98
Black with #1FCF98
Text Example
Text Example
White with #1FCF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF98; }
p { color: rgb(31,207,152); }
H1.HeaderClassName
{
color: #1FCF98;
}
.AnyTagClassName
{
color: #1FCF98;
}
</style>
background-color css
<style>
a { background-color: #1FCF98; }
a { background-color: rgb(31,207,152); }
div.DivClassName
{
background-color: #1FCF98;
}
.BgClassName
{
background-color: #1FCF98;
}
</style>
border-color css
<style>
span { border-color: #1FCF98; }
span { border-color: rgb(31,207,152); }
td.TdClassName
{
border-color: #1FCF98;
}
.TagClassName
{
border-color: #1FCF98;
}
</style>